|
Service Management Framework Release 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.osg.smf.SMF
Main class for SMF. This class is used to start SMF for production use. Objects of this class represent an instance of the SMF framework and can be used to control SMF.
Constructor Summary | |
SMF()
Constructs a SMF object with a DefaultPlatform (com.ibm.osg.smf.platform.DefaultPlatform). |
|
SMF(Platform platform)
Constructs a SMF object with the specified Platform. |
Method Summary | |
void |
close()
Destroy the SMF framework. |
org.osgi.framework.BundleContext |
getBundleContext()
Retrieve the BundleContext for the system bundle. |
boolean |
isActive()
This method returns the state of SMF. |
void |
launch()
Start the framework. |
static void |
main(java.lang.String[] args)
main method for SMF. |
void |
shutdown()
Stop the framework. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SMF()
public SMF(Platform platform)
platform
- A platform object for the framework to use.Method Detail |
public static void main(java.lang.String[] args)
public void close()
public void launch()
public void shutdown()
public boolean isActive()
public org.osgi.framework.BundleContext getBundleContext()
|
Service Management Framework Release 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |