org.jfox.mx.http
Class HttpAdaptorMX

java.lang.Object
  extended byorg.jfox.mx.http.HttpAdaptorMX
All Implemented Interfaces:
Mxable

public class HttpAdaptorMX
extends java.lang.Object
implements Mxable

Created by IntelliJ IDEA. User: yangyong Date: 2003-7-28 Time: 11:57:28 To change this template use Options | File Templates.


Constructor Summary
HttpAdaptorMX()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 java.lang.String mx_getMxDescription()
          得到对这个 MX bean 的描述
 java.util.Properties mx_getOperationDescriptions()
          得到要管理的方法的描述信息 methodName => description
 int mx_getPort()
           
 java.lang.Object mx_getSource()
          得到被管理的对象的直接引用
 void mx_restart()
           
 void mx_start()
           
 void mx_stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAdaptorMX

public HttpAdaptorMX()
Method Detail

mx_getPort

public int mx_getPort()

mx_start

public void mx_start()
              throws java.io.IOException
Throws:
java.io.IOException

mx_stop

public void mx_stop()
             throws java.io.IOException
Throws:
java.io.IOException

mx_restart

public void mx_restart()
                throws java.io.IOException
Throws:
java.io.IOException

mx_getSource

public java.lang.Object mx_getSource()
Description copied from interface: Mxable
得到被管理的对象的直接引用

Specified by:
mx_getSource in interface Mxable
Returns:

mx_getMxDescription

public java.lang.String mx_getMxDescription()
Description copied from interface: Mxable
得到对这个 MX bean 的描述

Specified by:
mx_getMxDescription in interface Mxable
Returns:

mx_getOperationDescriptions

public java.util.Properties mx_getOperationDescriptions()
Description copied from interface: Mxable
得到要管理的方法的描述信息 methodName => description

Specified by:
mx_getOperationDescriptions in interface Mxable
Returns:

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception