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 RemoteServiceAdminEvent


Field Summary
 
Fields inherited from class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
EXPORT_ERROR, EXPORT_REGISTRATION, EXPORT_UNREGISTRATION, EXPORT_UPDATE, EXPORT_WARNING, IMPORT_ERROR, IMPORT_REGISTRATION, IMPORT_UNREGISTRATION, IMPORT_UPDATE, IMPORT_WARNING
 
Constructor Summary
RemoteServiceAdmin.RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, ExportReference exportReference, java.lang.Throwable exception, EndpointDescription endpointDescription)
           
RemoteServiceAdmin.RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, ImportReference importReference, java.lang.Throwable exception, EndpointDescription endpointDescription)
           
 
Method Summary
 ID getContainerID()
           
 EndpointDescription getEndpointDescription()
           
 java.lang.String toString()
           
 
Methods inherited from class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
getException, getExportReference, getImportReference, getSource, getType
 
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,
                                                  ExportReference exportReference,
                                                  java.lang.Throwable exception,
                                                  EndpointDescription endpointDescription)

RemoteServiceAdmin.RemoteServiceAdminEvent

public RemoteServiceAdmin.RemoteServiceAdminEvent(ID containerID,
                                                  int type,
                                                  org.osgi.framework.Bundle source,
                                                  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()
Overrides:
toString in class java.lang.Object