Package org.eclipse.ecf.core.events
Class ContainerDisconnectedEvent
- java.lang.Object
- 
- org.eclipse.ecf.core.events.ContainerDisconnectedEvent
 
- 
- All Implemented Interfaces:
- IContainerDisconnectedEvent,- IContainerEvent,- Event
 
 public class ContainerDisconnectedEvent extends Object implements IContainerDisconnectedEvent Container disconnected event.
- 
- 
Constructor SummaryConstructors Constructor Description ContainerDisconnectedEvent(ID localContainerID, ID targetID)Creates a new ContainerDisconnectedEvent to indicate that the container has now completely disconnected from its target host.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IDgetLocalContainerID()Get ID of local discovery container (the discovery container receiving this event).IDgetTargetID()Get ID of container target (the container we were disconnected from)StringtoString()
 
- 
- 
- 
Constructor Detail- 
ContainerDisconnectedEventpublic ContainerDisconnectedEvent(ID localContainerID, ID targetID) Creates a new ContainerDisconnectedEvent to indicate that the container has now completely disconnected from its target host.- Parameters:
- localContainerID- the ID of the local container
- targetID- the ID of the target
 
 
- 
 - 
Method Detail- 
getTargetIDpublic ID getTargetID() Description copied from interface:IContainerDisconnectedEventGet ID of container target (the container we were disconnected from)- Specified by:
- getTargetIDin interface- IContainerDisconnectedEvent
- Returns:
- ID the ID of the container were disconnected from. Will not be null.
 
 - 
getLocalContainerIDpublic ID getLocalContainerID() Description copied from interface:IContainerEventGet ID of local discovery container (the discovery container receiving this event).- Specified by:
- getLocalContainerIDin interface- IContainerEvent
- Returns:
- ID for local container. Will not return null.
 
 
- 
 
-