org.eclipse.ecf.osgi.services.remoteserviceadmin
Class RemoteServiceAdminEvent

java.lang.Object
  extended by org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
      extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdminEvent

public class RemoteServiceAdminEvent
extends org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent

ECF implementationm of org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent. Instances of this class are delivered to RemoteServiceAdminListeners via the ECF implemenation of RemoteServiceAdmin as per the OSGi 4.2 Remote Service Admin specification (chap 122 of OSGi 4.2 specification).


Constructor Summary
RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, ExportReference exportReference, java.lang.Throwable exception)
           
RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, ImportReference importReference, java.lang.Throwable exception)
           
 
Method Summary
 ID getContainerID()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteServiceAdminEvent

public RemoteServiceAdminEvent(ID containerID,
                               int type,
                               org.osgi.framework.Bundle source,
                               ExportReference exportReference,
                               java.lang.Throwable exception)

RemoteServiceAdminEvent

public RemoteServiceAdminEvent(ID containerID,
                               int type,
                               org.osgi.framework.Bundle source,
                               ImportReference importReference,
                               java.lang.Throwable exception)
Method Detail

getContainerID

public ID getContainerID()

toString

public java.lang.String toString()