Class DurableTaskInfo
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.operations.DurableTaskInfo
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDurableTaskInfo(UUID uuid, String name, String description, boolean autoStart) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetName()getUuid()inthashCode()voidvoidsetAutoStart(boolean autoStart) voidsetDescription(String description) voidvoidsetStatus(DurableTaskInfo.Status status) voidtoString()voidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
DurableTaskInfo
public DurableTaskInfo() -
DurableTaskInfo
-
-
Method Details
-
setAutoStart
public void setAutoStart(boolean autoStart) -
setUuid
-
setName
-
setDescription
-
setStatus
-
getUuid
-
getName
-
getDescription
-
getAutoStart
public boolean getAutoStart() -
getStatus
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
equals
-
hashCode
public int hashCode() -
toString
-