|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.merlin.kernel.impl.JRMPKernelAdaptor
RMIAdaptor for the JMX Server established by the merlin kernel.
Constructor Summary | |
JRMPKernelAdaptor(Logger logger,
javax.management.MBeanServer server)
Creation of a new adapter. |
|
JRMPKernelAdaptor(Logger logger,
javax.management.MBeanServer server,
int port)
Creation of a new adapter. |
Method Summary | |
void |
start()
Start the adapter. |
void |
stop()
Stop the adapter. |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JRMPKernelAdaptor(Logger logger, javax.management.MBeanServer server) throws Exception
logger
- the assigned logging channelserver
- the mbean serverpublic JRMPKernelAdaptor(Logger logger, javax.management.MBeanServer server, int port) throws Exception
logger
- the assigned logging channelserver
- the mbean serverport
- the port on which the adapter is conectedMethod Detail |
public void start() throws Exception
start
in interface Startable
Exception
- is an adapter startup error occurspublic void stop() throws Exception
stop
in interface Startable
Exception
- is an adapter shutdown error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |