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