org.eclipse.ecf.osgi.services.remoteserviceadmin
Class RemoteServiceAdminEvent
java.lang.Object
org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdminEvent
public class RemoteServiceAdminEvent
- extends org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
ECF implementationm of
RemoteServiceAdminEvent.
Instances of this class are delivered to RemoteServiceAdminListeners
via the ECF implemenation of RemoteServiceAdmin as per the OSGi 4.2
Remote Service Admin specification (chap 122 of OSGi 4.2 specification).
| Fields inherited from class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent |
EXPORT_ERROR, EXPORT_REGISTRATION, EXPORT_UNREGISTRATION, EXPORT_WARNING, IMPORT_ERROR, IMPORT_REGISTRATION, IMPORT_UNREGISTRATION, IMPORT_WARNING |
|
Constructor Summary |
RemoteServiceAdminEvent(ID containerID,
int type,
org.osgi.framework.Bundle source,
org.osgi.service.remoteserviceadmin.ExportReference exportReference,
java.lang.Throwable exception)
|
RemoteServiceAdminEvent(ID containerID,
int type,
org.osgi.framework.Bundle source,
org.osgi.service.remoteserviceadmin.ImportReference importReference,
java.lang.Throwable exception)
|
| 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 |
RemoteServiceAdminEvent
public RemoteServiceAdminEvent(ID containerID,
int type,
org.osgi.framework.Bundle source,
org.osgi.service.remoteserviceadmin.ExportReference exportReference,
java.lang.Throwable exception)
RemoteServiceAdminEvent
public RemoteServiceAdminEvent(ID containerID,
int type,
org.osgi.framework.Bundle source,
org.osgi.service.remoteserviceadmin.ImportReference importReference,
java.lang.Throwable exception)
getContainerID
public ID getContainerID()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object