Class NotificationSentSyncOperation
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.NotificationSentSyncOperation
- All Implemented Interfaces:
IReplicationUnreliableOperation,SmartExternalizable,Externalizable,Serializable
public class NotificationSentSyncOperation
extends Object
implements IReplicationUnreliableOperation
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.gigaspaces.internal.cluster.node.impl.groups.IReplicationUnreliableOperation
IReplicationUnreliableOperation.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(String sourceMemberLookupName, IReplicationInFacade replicationInFacade) voidtoString()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
NotificationSentSyncOperation
public NotificationSentSyncOperation() -
NotificationSentSyncOperation
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
execute
public void execute(String sourceMemberLookupName, IReplicationInFacade replicationInFacade) throws Exception - Specified by:
executein interfaceIReplicationUnreliableOperation- Throws:
Exception
-
getOperationType
- Specified by:
getOperationTypein interfaceIReplicationUnreliableOperation
-
toString
-