Package com.j_spaces.core.admin
Class TemplateInfo
java.lang.Object
com.j_spaces.core.admin.TemplateInfo
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
Used to hold a template info.
- Since:
- 6.0
- Author:
- Guyk
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateInfo(boolean isFIFO, Date expiresAt, Object[] values, String waitingUID, int notifyType) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
TemplateInfo
public TemplateInfo() -
TemplateInfo
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
isFIFO
public boolean isFIFO() -
getExpiresAt
-
getValues
-
getWaitingUID
-