|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessagingTool | |
org.exolab.jmscts.tools | Command line tools |
org.exolab.jmscts.tools.receive | Command line tool to receive messages |
org.exolab.jmscts.tools.send | Command line tool to send messages |
Uses of MessagingTool in org.exolab.jmscts.tools |
Methods in org.exolab.jmscts.tools that return MessagingTool | |
protected abstract MessagingTool |
MessagingCommand.create()
Create the messaging tool |
Methods in org.exolab.jmscts.tools with parameters of type MessagingTool | |
protected void |
MessagingCommand.parse(MessagingTool tool,
org.apache.commons.cli.CommandLine commands)
Parse the command line, populating the tool |
Uses of MessagingTool in org.exolab.jmscts.tools.receive |
Subclasses of MessagingTool in org.exolab.jmscts.tools.receive | |
class |
Receive
Helper to receive messages |
Methods in org.exolab.jmscts.tools.receive that return MessagingTool | |
protected MessagingTool |
Main.create()
Creates the messaging tool |
Methods in org.exolab.jmscts.tools.receive with parameters of type MessagingTool | |
protected void |
Main.parse(MessagingTool tool,
org.apache.commons.cli.CommandLine commands)
Parse the command line, populating the tool |
Uses of MessagingTool in org.exolab.jmscts.tools.send |
Subclasses of MessagingTool in org.exolab.jmscts.tools.send | |
class |
Send
Helper to send messages |
Methods in org.exolab.jmscts.tools.send that return MessagingTool | |
protected MessagingTool |
Main.create()
Creates the messaging tool |
Methods in org.exolab.jmscts.tools.send with parameters of type MessagingTool | |
protected void |
Main.parse(MessagingTool tool,
org.apache.commons.cli.CommandLine commands)
Parse the command line, populating the tool |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |