org.eclipse.ecf.provider.discovery
Class CompositeServiceContainerEvent

java.lang.Object
  extended by org.eclipse.ecf.discovery.ServiceContainerEvent
      extended by org.eclipse.ecf.provider.discovery.CompositeServiceContainerEvent
All Implemented Interfaces:
IContainerEvent, Event, IServiceEvent

public class CompositeServiceContainerEvent
extends ServiceContainerEvent
implements IServiceEvent


Field Summary
 
Fields inherited from class org.eclipse.ecf.discovery.ServiceContainerEvent
containerID, info
 
Constructor Summary
CompositeServiceContainerEvent(IServiceEvent event, ID connectedId)
           
 
Method Summary
 ID getOriginalLocalContainerID()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ecf.discovery.ServiceContainerEvent
getLocalContainerID, getServiceInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ecf.discovery.IServiceEvent
getServiceInfo
 
Methods inherited from interface org.eclipse.ecf.core.events.IContainerEvent
getLocalContainerID
 

Constructor Detail

CompositeServiceContainerEvent

public CompositeServiceContainerEvent(IServiceEvent event,
                                      ID connectedId)
Method Detail

getOriginalLocalContainerID

public ID getOriginalLocalContainerID()
Returns:
the origId

toString

public java.lang.String toString()
Overrides:
toString in class ServiceContainerEvent