public class ServiceContainerEvent extends java.lang.Object implements IServiceEvent
IServiceEvent
. Subclasses may be created
as appropriate.Modifier and Type | Field and Description |
---|---|
protected ID |
containerID |
protected IServiceInfo |
info |
Constructor and Description |
---|
ServiceContainerEvent(IServiceInfo info,
ID containerID) |
Modifier and Type | Method and Description |
---|---|
ID |
getLocalContainerID()
Get ID of local discovery container (the discovery container receiving this event).
|
IServiceInfo |
getServiceInfo()
Get the service info associated with this event
|
java.lang.String |
toString() |
protected IServiceInfo info
protected ID containerID
public ServiceContainerEvent(IServiceInfo info, ID containerID)
public IServiceInfo getServiceInfo()
IServiceEvent
getServiceInfo
in interface IServiceEvent
null
.public ID getLocalContainerID()
IContainerEvent
getLocalContainerID
in interface IContainerEvent
null
.public java.lang.String toString()
toString
in class java.lang.Object