|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.email.inboxlistener.engine.ManagementTools
public class ManagementTools
Simple tools to work with the MBean exposed by the inboxlistener. It provides a way to stop the inboxlistener calling "stop" operation.
Constructor Summary | |
---|---|
ManagementTools(java.lang.String host,
int port,
java.lang.String userName,
java.lang.String password)
Creates a new ManagementTools |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Runs ManagementTools |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagementTools(java.lang.String host, int port, java.lang.String userName, java.lang.String password) throws java.lang.Exception
host
- the host nameport
- the port numberuserName
- the user namepassword
- the password
java.lang.Exception
- if an error occursMethod Detail |
---|
public static void main(java.lang.String[] args)
args
- arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |