| java.lang.Object mx4j.examples.tools.xdoclet.MyService
MyService | public class MyService implements MyServiceMBean(Code) | | Sample MBean implementation.
version: $Revision: 1.1 $ |
status | protected int status(Code) | | |
MyService | public MyService()(Code) | | Default constructor.
|
MyService | public MyService(String type, int status)(Code) | | Constructor.
Parameters: type - the type, Parameters: status - the status. |
doSomeCrazyStuff | public int doSomeCrazyStuff(Object firstObject, Object secondObject)(Code) | | Does some crazy stuff.
|
getDummy | public String getDummy()(Code) | | Gets the dummy variable.
|
setDummy | public void setDummy(String dummy)(Code) | | Sets the dummy variable.
|
setStatus | public void setStatus(int status)(Code) | | Sets the status.
|
start | public void start()(Code) | | Start my service.
|
stop | public void stop()(Code) | | Method that is not an JMX managed operation.
|
|
|