|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.core.rap.ECPRepositoryManagerFactory
public class ECPRepositoryManagerFactory
This is the factory for creating the ECPRepositoryManager service.
| Constructor Summary | |
|---|---|
ECPRepositoryManagerFactory()
default constructor. |
|
| Method Summary | |
|---|---|
ECPRepositoryManager |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ECPRepositoryManager> registration)
this method returns the ECPRepositoryManager service for the current session. |
void |
init()
initialise the factory. |
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ECPRepositoryManager> registration,
ECPRepositoryManager 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 ECPRepositoryManagerFactory()
| Method Detail |
|---|
public void init()
public final ECPRepositoryManager getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ECPRepositoryManager> registration)
getService in interface org.osgi.framework.ServiceFactory<ECPRepositoryManager>bundle - the OSGI bundleregistration - the service registration
public void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ECPRepositoryManager> registration,
ECPRepositoryManager service)
ungetService in interface org.osgi.framework.ServiceFactory<ECPRepositoryManager>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 | ||||||||