|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.husky.runtime.osgi.HuskyActivator
public class HuskyActivator
This is the Husky BundleActivator.
It unconditionally starts the JMXConnector.
If the SocketConnector.PROP_SOCKET_CONNECTOR_HOST and
SocketConnector.PROP_SOCKET_CONNECTOR_PORT properites are set it also
starts the SocketConnector.
Finally it starts the HuskyExtender, which is a BundleListener
that looks for manifest headers called HuskyExtender.HEADER_TEST_PACKAGE.
| Constructor Summary | |
|---|---|
HuskyActivator()
|
|
| Method Summary | |
|---|---|
void |
start(BundleContext context)
|
void |
stop(BundleContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HuskyActivator()
| Method Detail |
|---|
public void start(BundleContext context)
throws java.lang.Exception
start in interface BundleActivatorjava.lang.Exception
public void stop(BundleContext context)
throws java.lang.Exception
stop in interface BundleActivatorjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||