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

java.lang.Object
  extended by org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
      extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdmin.RemoteServiceAdminEvent
Enclosing class:
RemoteServiceAdmin

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


Constructor Summary
RemoteServiceAdmin.RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, org.osgi.service.remoteserviceadmin.ExportReference exportReference, java.lang.Throwable exception)
           
RemoteServiceAdmin.RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, org.osgi.service.remoteserviceadmin.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

RemoteServiceAdmin.RemoteServiceAdminEvent

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

RemoteServiceAdmin.RemoteServiceAdminEvent

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

getContainerID

public ID getContainerID()

toString

public java.lang.String toString()