|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.core.sharedobject.events.ContainerSharedObjectMessageSendingEvent
public class ContainerSharedObjectMessageSendingEvent
Event class implementing IContainerSharedObjectMessageSendingEvent.
| Field Summary | |
|---|---|
protected ID |
localContainerID
|
protected java.lang.Object |
message
|
protected ID |
sharedObjectID
|
protected ID |
targetContainerID
|
| Constructor Summary | |
|---|---|
ContainerSharedObjectMessageSendingEvent(ID localContainerID,
ID targetContainerID,
ID sharedObjectID,
java.lang.Object message)
|
|
| Method Summary | |
|---|---|
ID |
getLocalContainerID()
Get ID of local discovery container (the discovery container receiving this event). |
java.lang.Object |
getMessage()
Get the message being sent. |
ID |
getSharedObjectID()
Get the shared object ID of the sending shared object. |
ID |
getTargetContainerID()
Get the target container ID for the message being sent. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ID localContainerID
protected ID targetContainerID
protected ID sharedObjectID
protected java.lang.Object message
| Constructor Detail |
|---|
public ContainerSharedObjectMessageSendingEvent(ID localContainerID,
ID targetContainerID,
ID sharedObjectID,
java.lang.Object message)
| Method Detail |
|---|
public java.lang.Object getMessage()
IContainerSharedObjectMessageSendingEventIContainerSharedObjectMessageSendingEvent.getSharedObjectID(). May be null if null
is being sent.
getMessage in interface IContainerSharedObjectMessageSendingEventIContainerSharedObjectMessageSendingEvent.getSharedObjectID().
May be null.public ID getSharedObjectID()
IContainerSharedObjectMessageSendingEventnull
and the ID given will be the ID of a currently active shared object existing within the
enclosing container.
getSharedObjectID in interface IContainerSharedObjectMessageSendingEventnull.public ID getTargetContainerID()
IContainerSharedObjectMessageSendingEvent
getTargetContainerID in interface IContainerSharedObjectMessageSendingEventnull, this indicates
that all container members of group should receive the message being sent.public ID getLocalContainerID()
IContainerEvent
getLocalContainerID in interface IContainerEventnull
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||