org.eclipse.ecf.osgi.services.remoteserviceadmin
Class RemoteServiceAdmin.RemoteServiceAdminEvent
java.lang.Object
org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdmin.RemoteServiceAdminEvent
- Enclosing class:
- RemoteServiceAdmin
public class RemoteServiceAdmin.RemoteServiceAdminEvent
- extends RemoteServiceAdminEvent
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
getEndpointDescription
public EndpointDescription getEndpointDescription()
- Since:
- 3.0
getContainerID
public ID getContainerID()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object