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