Package org.eclipse.ecf.core.events
Class ContainerDisconnectedEvent
java.lang.Object
org.eclipse.ecf.core.events.ContainerDisconnectedEvent
- All Implemented Interfaces:
IContainerDisconnectedEvent
,IContainerEvent
,Event
Container disconnected event.
-
Constructor Summary
ConstructorsConstructorDescriptionContainerDisconnectedEvent
(ID localContainerID, ID targetID) Creates a new ContainerDisconnectedEvent to indicate that the container has now completely disconnected from its target host. -
Method Summary
Modifier and TypeMethodDescriptionGet ID of local discovery container (the discovery container receiving this event).Get ID of container target (the container we were disconnected from)toString()
-
Constructor Details
-
ContainerDisconnectedEvent
Creates a new ContainerDisconnectedEvent to indicate that the container has now completely disconnected from its target host.- Parameters:
localContainerID
- the ID of the local containertargetID
- the ID of the target
-
-
Method Details
-
getTargetID
Description copied from interface:IContainerDisconnectedEvent
Get ID of container target (the container we were disconnected from)- Specified by:
getTargetID
in interfaceIContainerDisconnectedEvent
- Returns:
- ID the ID of the container were disconnected from. Will not be null.
-
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
.
-
toString
-