
public class MBeanService extends Object implements HasLifecycle
| Constructor and Description |
|---|
MBeanService(Agent a) |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Called from the enclosing
Subsystem at initialization
phase. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, postBuild, postInit, postStart, postStop, shutdownNow, start, stoppublic MBeanService(Agent a)
public void init()
HasLifecycleSubsystem at initialization
phase.
This method is called before the children components of this
object have their init method called.
At the time it is called, connection to the messaging layer is not yet
done, so there should be no attempt to send messages in the body of
this method. Configuration for message listening can nevertheless be
done here, such as adding MessageListener
objects.
It is unnecessary to call super.init()
init in interface HasLifecycleCopyright © 2017 LSST. All rights reserved.