public class DisposeChannelEvent extends ChannelStateEvent
ChannelRegistry purges the registry from
the associated entry| Constructor and Description |
|---|
DisposeChannelEvent()
Instantiates a new dispose channel event.
|
DisposeChannelEvent(ChannelRegistryKey RegistryKey)
Instantiates a new dispose channel event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Decode(byte[] payload)
Decodes the payload of the implementing object as it was returned by
ISerializable.Encode() |
byte[] |
Encode()
Encodes the payload of the implementing object so that is can later be unmarshaled
|
ChannelState.EventName |
GetEventName()
Gets the event name.
|
ChannelRegistryKey |
GetRegistryKey()
Gets the registry key of the disposed channel
|
String |
GetSerializableClassName()
Gets the class name of the object being serialized.
|
DeserializeID, GetEmitingNozzleID, GetEmitingNozzleIdentifierLeastSignificantBits, GetEmitingNozzleIdentifierMostSignificantBits, NotifyChange, SerializeEmmitingNozzleID, SetEmitingNozzleIdentifierLeastSignificantBits, SetEmitingNozzleIdentifierMostSignificantBitsaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic DisposeChannelEvent()
public DisposeChannelEvent(ChannelRegistryKey RegistryKey)
RegistryKey - the registry keypublic ChannelState.EventName GetEventName()
ChannelStateEventGetEventName in class ChannelStateEventpublic String GetSerializableClassName()
ISerializablepublic ChannelRegistryKey GetRegistryKey()
public void Decode(byte[] payload)
throws Exception
ISerializableISerializable.Encode()payload - the serializationException - the Serialization could not be performedpublic byte[] Encode()
throws Exception
ISerializableException - The serialization could not be performedCopyright © 2018. All Rights Reserved.