public class RemoteServiceAdmin.RemoteServiceAdminEvent extends RemoteServiceAdminEvent
EXPORT_ERROR, EXPORT_REGISTRATION, EXPORT_UNREGISTRATION, EXPORT_UPDATE, EXPORT_WARNING, IMPORT_ERROR, IMPORT_REGISTRATION, IMPORT_UNREGISTRATION, IMPORT_UPDATE, IMPORT_WARNING
Constructor and Description |
---|
RemoteServiceAdminEvent(ID containerID,
int type,
org.osgi.framework.Bundle source,
ExportReference exportReference,
java.lang.Throwable exception,
EndpointDescription endpointDescription) |
RemoteServiceAdminEvent(ID containerID,
int type,
org.osgi.framework.Bundle source,
ImportReference importReference,
java.lang.Throwable exception,
EndpointDescription endpointDescription) |
Modifier and Type | Method and Description |
---|---|
ID |
getContainerID() |
EndpointDescription |
getEndpointDescription() |
java.lang.String |
toString() |
getException, getExportReference, getImportReference, getSource, getType
public RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, ExportReference exportReference, java.lang.Throwable exception, EndpointDescription endpointDescription)
public RemoteServiceAdminEvent(ID containerID, int type, org.osgi.framework.Bundle source, ImportReference importReference, java.lang.Throwable exception, EndpointDescription endpointDescription)
public EndpointDescription getEndpointDescription()
public ID getContainerID()
public java.lang.String toString()
toString
in class java.lang.Object