org.objectweb.speedo.jmx
Class MX4J_HtmlAdaptor
java.lang.Object
org.objectweb.speedo.jmx.MX4J_HtmlAdaptor
- All Implemented Interfaces:
- AttributeController, BindingController, CommunicatorAttributes, LifeCycleController
- public class MX4J_HtmlAdaptor
- extends java.lang.Object
- implements BindingController, LifeCycleController, CommunicatorAttributes
This class is an adaptor for the HTML adaptor provided by MX4J.
- Author:
- S.Chassande-Barrioz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MX4J_HtmlAdaptor
public MX4J_HtmlAdaptor()
listFc
public java.lang.String[] listFc()
- Specified by:
listFc
in interface BindingController
lookupFc
public java.lang.Object lookupFc(java.lang.String itfName)
- Specified by:
lookupFc
in interface BindingController
bindFc
public void bindFc(java.lang.String itfName,
java.lang.Object itfValue)
- Specified by:
bindFc
in interface BindingController
unbindFc
public void unbindFc(java.lang.String itfName)
- Specified by:
unbindFc
in interface BindingController
getPort
public int getPort()
- Specified by:
getPort
in interface CommunicatorAttributes
setPort
public void setPort(int port)
- Specified by:
setPort
in interface CommunicatorAttributes
getFcState
public java.lang.String getFcState()
- Specified by:
getFcState
in interface LifeCycleController
startFc
public void startFc()
- Specified by:
startFc
in interface LifeCycleController
stopFc
public void stopFc()
- Specified by:
stopFc
in interface LifeCycleController