public class ServiceContainerEvent extends 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
|
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
.Copyright © 2004–2020 Eclipse Foundation. All rights reserved.