|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.core.rap.ECPObserverBusFactory
public class ECPObserverBusFactory
This is the factory for5 creating the ECPObserverBus service.
Constructor Summary | |
---|---|
ECPObserverBusFactory()
default constructor. |
Method Summary | |
---|---|
ECPObserverBus |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ECPObserverBus> registration)
this method returns the ECPObserverBus service for the current session. |
void |
init()
initialise the factory. |
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ECPObserverBus> registration,
ECPObserverBus service)
this methodis called to unget a serive from a service registration. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECPObserverBusFactory()
Method Detail |
---|
public final void init()
public final ECPObserverBus getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPObserverBus> registration)
getService
in interface org.osgi.framework.ServiceFactory<ECPObserverBus>
bundle
- the OSGI bundleregistration
- the service registration
public void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPObserverBus> registration, ECPObserverBus service)
ungetService
in interface org.osgi.framework.ServiceFactory<ECPObserverBus>
bundle
- the OSGI bundleregistration
- the service registrationservice
- the observerbus
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |