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, EndpointDescription endpointDescription)
           
RemoteServiceAdmin.RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, org.osgi.service.remoteserviceadmin.ImportReference importReference, java.lang.Throwable exception, EndpointDescription endpointDescription)
           
 
Method Summary
 ID getContainerID()
           
 EndpointDescription getEndpointDescription()
           
 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,
                                                  EndpointDescription endpointDescription)

RemoteServiceAdmin.RemoteServiceAdminEvent

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

getEndpointDescription

public EndpointDescription getEndpointDescription()
Since:
3.0

getContainerID

public ID getContainerID()

toString

public java.lang.String toString()