Package org.eclipse.ecf.core.events
Class ContainerDisconnectingEvent
java.lang.Object
org.eclipse.ecf.core.events.ContainerDisconnectingEvent
- All Implemented Interfaces:
IContainerDisconnectingEvent
,IContainerEvent
,Event
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet ID of local discovery container (the discovery container receiving this event).Get ID of container target (the container we are disconnecting from)toString()
-
Constructor Details
-
ContainerDisconnectingEvent
-
-
Method Details
-
getLocalContainerID
Description copied from interface:IContainerEvent
Get ID of local discovery container (the discovery container receiving this event).- Specified by:
getLocalContainerID
in interfaceIContainerEvent
- Returns:
- ID for local container. Will not return
null
.
-
getTargetID
Description copied from interface:IContainerDisconnectingEvent
Get ID of container target (the container we are disconnecting from)- Specified by:
getTargetID
in interfaceIContainerDisconnectingEvent
- Returns:
- ID the ID of the container we are disconnecting from. Will not be null.
-
toString
-