Package com.gigaspaces.admin.quiesce
Class QuiesceStateChangedEvent
java.lang.Object
com.gigaspaces.admin.quiesce.QuiesceStateChangedEvent
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
Represents an event which is fired to inform about quiesce state changed
- Since:
- 10.1.0
- Author:
- Boris
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQuiesceStateChangedEvent(QuiesceState quiesceState, QuiesceToken token, String description) QuiesceStateChangedEvent(QuiesceState quiesceState, QuiesceToken token, String description, boolean readonly) -
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
-
QuiesceStateChangedEvent
public QuiesceStateChangedEvent() -
QuiesceStateChangedEvent
-
QuiesceStateChangedEvent
public QuiesceStateChangedEvent(QuiesceState quiesceState, QuiesceToken token, String description, boolean readonly)
-
-
Method Details
-
getQuiesceState
-
getToken
-
getDescription
-
isReadonly
public boolean isReadonly() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-