Class RemoteServiceAdmin.RemoteServiceAdminEvent
java.lang.Object
org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdmin.RemoteServiceAdminEvent
- Enclosing class:
- RemoteServiceAdmin
-
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
ConstructorDescriptionRemoteServiceAdminEvent
(ID containerID, int type, Bundle source, ExportReference exportReference, Throwable exception, EndpointDescription endpointDescription) RemoteServiceAdminEvent
(ID containerID, int type, Bundle source, ImportReference importReference, Throwable exception, EndpointDescription endpointDescription) -
Method Summary
Methods inherited from class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
getException, getExportReference, getImportReference, getSource, getType
-
Constructor Details
-
RemoteServiceAdminEvent
public RemoteServiceAdminEvent(ID containerID, int type, Bundle source, ExportReference exportReference, Throwable exception, EndpointDescription endpointDescription) -
RemoteServiceAdminEvent
public RemoteServiceAdminEvent(ID containerID, int type, Bundle source, ImportReference importReference, Throwable exception, EndpointDescription endpointDescription)
-
-
Method Details