|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfulmine.event.AbstractEvent
fulmine.event.system.AbstractSystemEvent
fulmine.distribution.events.ConnectionDestroyedEvent
public final class ConnectionDestroyedEvent
A system event raised by an IConnection implementation and represents
that the connection has been destroyed. This is either due to the remote
IFrameworkContext terminating the connection or the local context
terminating the connection.
| Constructor Summary | |
|---|---|
ConnectionDestroyedEvent(IEventManager context,
String remoteRuntimeIdentity)
Standard constructor to encapsulate the identity of the remote IFrameworkContext that the destroyed connection was for |
|
| Method Summary | |
|---|---|
protected String |
getAdditionalToString()
Delegate method for subclasses to provide additional toString information. |
String |
getRemoteContextIdentity()
Get the identity of the remote IFrameworkContext that the
destroyed connection was for |
String |
toDetailedString()
Provides a formatted string describing this object in detail. |
String |
toIdentityString()
Get a string that provides the identification for this object. |
| Methods inherited from class fulmine.event.system.AbstractSystemEvent |
|---|
hideSourceFromToString |
| Methods inherited from class fulmine.event.AbstractEvent |
|---|
clone, equals, getAddress, getDomain, getDrivingFrame, getFrame, getIdentity, getSource, getTriggerEvent, getType, hashCode, setAddress, setDrivingFrame, setFrame, setSource, setTriggerEvent, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface fulmine.event.IEvent |
|---|
clone, getDrivingFrame, getFrame, getSource, getTriggerEvent, setTriggerEvent |
| Methods inherited from interface fulmine.IAddressable |
|---|
getAddress, getDomain, getIdentity, getType |
| Constructor Detail |
|---|
public ConnectionDestroyedEvent(IEventManager context,
String remoteRuntimeIdentity)
IFrameworkContext that the destroyed connection was for
context - the context for event operationsremoteContextIdentity - the identity of the remote context that the destroyed
connection was for| Method Detail |
|---|
public String getRemoteContextIdentity()
IFrameworkContext that the
destroyed connection was for
public String toDetailedString()
IDescriptorObject.toString()
method.
toDetailedString in interface IDescriptortoDetailedString in class AbstractEventpublic String toIdentityString()
IDescriptorObject.toString() method.
toIdentityString in interface IDescriptortoIdentityString in class AbstractEventprotected String getAdditionalToString()
AbstractEvent
getAdditionalToString in class AbstractSystemEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||