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 
- 
- 
Field Summary- 
Fields inherited from class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEventEXPORT_ERROR, EXPORT_REGISTRATION, EXPORT_UNREGISTRATION, EXPORT_UPDATE, EXPORT_WARNING, IMPORT_ERROR, IMPORT_REGISTRATION, IMPORT_UNREGISTRATION, IMPORT_UPDATE, IMPORT_WARNING
 
- 
 - 
Constructor SummaryConstructors Constructor Description RemoteServiceAdminEvent(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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IDgetContainerID()EndpointDescriptiongetEndpointDescription()StringtoString()- 
Methods inherited from class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEventgetException, getExportReference, getImportReference, getSource, getType
 
- 
 
- 
- 
- 
Constructor Detail- 
RemoteServiceAdminEventpublic RemoteServiceAdminEvent(ID containerID, int type, Bundle source, ExportReference exportReference, Throwable exception, EndpointDescription endpointDescription) 
 - 
RemoteServiceAdminEventpublic RemoteServiceAdminEvent(ID containerID, int type, Bundle source, ImportReference importReference, Throwable exception, EndpointDescription endpointDescription) 
 
- 
 - 
Method Detail- 
getEndpointDescriptionpublic EndpointDescription getEndpointDescription() - Returns:
- EndpointDescription for this remote service admin event
- Since:
- 3.0
 
 - 
getContainerIDpublic ID getContainerID() 
 
- 
 
-