Package org.eclipse.ecf.discovery
Class ServiceTypeContainerEvent
- java.lang.Object
- 
- org.eclipse.ecf.discovery.ServiceTypeContainerEvent
 
- 
- All Implemented Interfaces:
- IContainerEvent,- Event,- IServiceTypeEvent
 
 public class ServiceTypeContainerEvent extends Object implements IServiceTypeEvent Base event implementation ofIServiceEvent. Subclasses may be created as appropriate.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IDcontainerIDprotected IServiceTypeIDserviceType
 - 
Constructor SummaryConstructors Constructor Description ServiceTypeContainerEvent(IServiceTypeID serviceType, ID containerID)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IDgetLocalContainerID()Get ID of local discovery container (the discovery container receiving this event).IServiceTypeIDgetServiceTypeID()Get service type id for this service type event.StringtoString()
 
- 
- 
- 
Field Detail- 
serviceTypeprotected IServiceTypeID serviceType 
 - 
containerIDprotected ID containerID 
 
- 
 - 
Constructor Detail- 
ServiceTypeContainerEventpublic ServiceTypeContainerEvent(IServiceTypeID serviceType, ID containerID) 
 
- 
 - 
Method Detail- 
getLocalContainerIDpublic ID getLocalContainerID() Description copied from interface:IContainerEventGet ID of local discovery container (the discovery container receiving this event).- Specified by:
- getLocalContainerIDin interface- IContainerEvent
- Returns:
- ID for local container. Will not return null.
 
 - 
getServiceTypeIDpublic IServiceTypeID getServiceTypeID() Description copied from interface:IServiceTypeEventGet service type id for this service type event.- Specified by:
- getServiceTypeIDin interface- IServiceTypeEvent
- Returns:
- IServiceTypeID for this service type event.  Will not be null.
 
 
- 
 
-