| |
|
| java.lang.Object com.rift.coad.commandline.messageservicecommandlinetool.Main
Main | public class Main (Code) | | This object is responsible for suppling a command line tool to manage the
message service.
author: Brett Chaldecott |
Constructor Summary | |
public | Main() The constructor of the main class. |
Main | public Main()(Code) | | The constructor of the main class.
|
commandLine | public void commandLine(String[] args)(Code) | | This method breaks the arguments down and uses them to perform the
necessary task.
|
createConnection | public MessageServiceManagerMBean createConnection() throws Exception(Code) | | This method connects to the Timer Daemon and then returns the Object.
This method returns a connection to the Timer Daemon. |
help | public void help()(Code) | | This method prints out the help.
|
|
|
|