com.funambol.email.inboxlistener.engine
Class ManagementTools

java.lang.Object
  extended by com.funambol.email.inboxlistener.engine.ManagementTools

public class ManagementTools
extends java.lang.Object

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

ManagementTools

public ManagementTools(java.lang.String host,
                       int port,
                       java.lang.String userName,
                       java.lang.String password)
                throws java.lang.Exception
Creates a new ManagementTools

Parameters:
host - the host name
port - the port number
userName - the user name
password - the password
Throws:
java.lang.Exception - if an error occurs
Method Detail

main

public static void main(java.lang.String[] args)
Runs ManagementTools

Parameters:
args - arguments


Copyright © 2005-2006 Funambol.