|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ecf.core.events.ContainerEjectedEvent
public class ContainerEjectedEvent
Constructor Summary | |
---|---|
ContainerEjectedEvent(ID localContainerID,
ID targetID,
java.io.Serializable reason)
|
Method Summary | |
---|---|
ID |
getLocalContainerID()
Get ID of local discovery container (the discovery container receiving this event). |
java.io.Serializable |
getReason()
Get reason for ejection |
ID |
getTargetID()
Get ID of container target (the container we were ejected from) |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContainerEjectedEvent(ID localContainerID, ID targetID, java.io.Serializable reason)
Method Detail |
---|
public ID getTargetID()
IContainerEjectedEvent
getTargetID
in interface IContainerEjectedEvent
public ID getLocalContainerID()
IContainerEvent
getLocalContainerID
in interface IContainerEvent
null
getReason
public java.io.Serializable getReason()
- Description copied from interface:
IContainerEjectedEvent
- Get reason for ejection
- Specified by:
getReason
in interface IContainerEjectedEvent
- Returns:
- Serializable reason for ejection. May be null.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD