|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.osgi.test.platform.EquinoxPlatform
public class EquinoxPlatform
Equinox (3.2.x) OSGi platform.
Constructor Summary | |
---|---|
EquinoxPlatform()
|
Method Summary | |
---|---|
BundleContext |
getBundleContext()
Get a hold of the bundle context of the returned platform. |
Properties |
getConfigurationProperties()
Return the Properties object used for configuring the
underlying OSGi implementation before starting it. |
protected Properties |
getPlatformProperties()
Subclasses can override this to provide special platform properties. |
void |
start()
Start the OSGi platform. |
void |
stop()
Stop the OSGi platform. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EquinoxPlatform()
Method Detail |
---|
protected Properties getPlatformProperties()
public BundleContext getBundleContext()
OsgiPlatform
public void start() throws Exception
OsgiPlatform
Exception
public void stop() throws Exception
OsgiPlatform
Exception
public Properties getConfigurationProperties()
OsgiPlatform
Properties
object used for configuring the
underlying OSGi implementation before starting it.
getConfigurationProperties
in interface OsgiPlatform
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |