com.j_spaces.core.entry
Interface IGSTemplate

All Superinterfaces:
IGSEntry, Serializable

public interface IGSTemplate
extends IGSEntry

This class represents a template in a GigaSpace. Each instance of this class contains a reference to the template with any other necessary info about the template; including its class name, field types, and field values (could be in a MarshalledObject or MarshObject form).

Since:
6.0

Method Summary
 int getNotifyType()
          Returns the notify type e.g.
 
Methods inherited from interface com.j_spaces.core.IGSEntry
getClassName, getCodebase, getEntry, getExternalEntry, getFieldPosition, getFieldsNames, getFieldsTypes, getFieldsValues, getFieldType, getFieldValue, getFieldValue, getFormat, getIndexIndicators, getMapEntry, getObject, getPrimaryKeyName, getSuperClassesNames, getTimeToLive, getUID, getVersion, isFifo, isIndexedField, isReplicatable, isTransient, setFieldValue, setFieldValue
 

Method Detail

getNotifyType

int getNotifyType()
Returns the notify type e.g. NotifyModifiers.NOTIFY_TAKE.

Returns:
notify type.
See Also:
NotifyModifiers