Package org.eclipse.ecf.core.events
Class ContainerConnectingEvent
- java.lang.Object
- 
- org.eclipse.ecf.core.events.ContainerConnectingEvent
 
- 
- All Implemented Interfaces:
- IContainerConnectingEvent,- IContainerEvent,- Event
 
 public class ContainerConnectingEvent extends Object implements IContainerConnectingEvent 
- 
- 
Constructor SummaryConstructors Constructor Description ContainerConnectingEvent(ID localContainerID, ID targetID)ContainerConnectingEvent(ID localContainerID, ID targetID, Object data)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetData()Get data associated with connectingIDgetLocalContainerID()Get ID of local discovery container (the discovery container receiving this event).IDgetTargetID()Get ID of container target (the container we are connecting to)StringtoString()
 
- 
- 
- 
Method Detail- 
getTargetIDpublic ID getTargetID() Description copied from interface:IContainerConnectingEventGet ID of container target (the container we are connecting to)- Specified by:
- getTargetIDin interface- IContainerConnectingEvent
- Returns:
- ID the ID of the container we connecting to. Will not be null.
 
 - 
getDatapublic Object getData() Description copied from interface:IContainerConnectingEventGet data associated with connecting- Specified by:
- getDatain interface- IContainerConnectingEvent
- Returns:
- Object the object data for connect. May 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.
 
 
- 
 
-