Class ContainerSharedObjectMessageReceivingEvent
- java.lang.Object
- 
- org.eclipse.ecf.core.sharedobject.events.ContainerSharedObjectMessageReceivingEvent
 
- 
- All Implemented Interfaces:
- IContainerEvent,- IContainerSharedObjectMessageReceivingEvent,- Event
 
 public class ContainerSharedObjectMessageReceivingEvent extends Object implements IContainerSharedObjectMessageReceivingEvent Event class implementingIContainerSharedObjectMessageReceivingEvent.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IDlocalContainerIDprotected Objectmessageprotected IDsendingContainerIDprotected IDsharedObjectID
 - 
Constructor SummaryConstructors Constructor Description ContainerSharedObjectMessageReceivingEvent(ID localContainerID, ID sendingContainerID, ID sharedObjectID, Object message)
 - 
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).ObjectgetMessage()Get the message being sent.IDgetSendingContainerID()Get the sending container ID for the message being sent.IDgetSharedObjectID()Get the shared object ID of the sending shared object.StringtoString()
 
- 
- 
- 
Method Detail- 
getMessagepublic Object getMessage() Description copied from interface:IContainerSharedObjectMessageReceivingEventGet the message being sent. This will return the message being sent by the shared object identified byIContainerSharedObjectMessageReceivingEvent.getSharedObjectID(). May benullif null is being sent.- Specified by:
- getMessagein interface- IContainerSharedObjectMessageReceivingEvent
- Returns:
- Object the message being sent by the shared object identified via IContainerSharedObjectMessageReceivingEvent.getSharedObjectID(). May benull.
 
 - 
getSendingContainerIDpublic ID getSendingContainerID() Description copied from interface:IContainerSharedObjectMessageReceivingEventGet the sending container ID for the message being sent.- Specified by:
- getSendingContainerIDin interface- IContainerSharedObjectMessageReceivingEvent
- Returns:
- ID of sending container for the message being sent.  Will not be null.
 
 - 
getSharedObjectIDpublic ID getSharedObjectID() Description copied from interface:IContainerSharedObjectMessageReceivingEventGet the shared object ID of the sending shared object. This value will not benulland the ID given will be the ID of a currently active shared object existing within the enclosing container.- Specified by:
- getSharedObjectIDin interface- IContainerSharedObjectMessageReceivingEvent
- Returns:
- ID of the shared object that is sending the message.  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.
 
 
- 
 
-