Package org.eclipse.ecf.discovery
Class ServiceTypeContainerEvent
java.lang.Object
org.eclipse.ecf.discovery.ServiceTypeContainerEvent
- All Implemented Interfaces:
IContainerEvent
,Event
,IServiceTypeEvent
Base event implementation of
IServiceEvent
. Subclasses may be created
as appropriate.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet ID of local discovery container (the discovery container receiving this event).Get service type id for this service type event.toString()
-
Field Details
-
serviceType
-
containerID
-
-
Constructor Details
-
ServiceTypeContainerEvent
-
-
Method Details
-
getLocalContainerID
Description copied from interface:IContainerEvent
Get ID of local discovery container (the discovery container receiving this event).- Specified by:
getLocalContainerID
in interfaceIContainerEvent
- Returns:
- ID for local container. Will not return
null
.
-
toString
-
getServiceTypeID
Description copied from interface:IServiceTypeEvent
Get service type id for this service type event.- Specified by:
getServiceTypeID
in interfaceIServiceTypeEvent
- Returns:
- IServiceTypeID for this service type event. Will not be
null
.
-