com.devexperts.qd.tools
Class Invoke

java.lang.Object
  extended by com.devexperts.qd.tools.AbstractTool
      extended by com.devexperts.qd.tools.Invoke

@ToolSummary(info="Invokes RMI method.",
             argString="
[ ...]", arguments={"
-- address to connect for invocation (see @link{address})"," -- service name to invoke"," -- [:], void by default"," -- arguments in [:] format, autodetect type by default"}) public class Invoke
extends AbstractTool

RMI Invocation tool.


Field Summary
 
Fields inherited from class com.devexperts.qd.tools.AbstractTool
options, useScheme
 
Constructor Summary
Invoke()
           
 
Method Summary
protected  void executeImpl(java.lang.String[] args)
          Executes this concrete tool.
protected  com.devexperts.qd.tools.Option[] getOptions()
          Returns array with all options used by this tool.
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.devexperts.qd.tools.AbstractTool
execute, generateHelpSummary, mustWaitForeverAtEnd, noArguments, wrongNumberOfArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invoke

public Invoke()
Method Detail

getOptions

protected com.devexperts.qd.tools.Option[] getOptions()
Description copied from class: AbstractTool
Returns array with all options used by this tool.

Specified by:
getOptions in class AbstractTool
Returns:
array with all options used by this tool.

executeImpl

protected void executeImpl(java.lang.String[] args)
Description copied from class: AbstractTool
Executes this concrete tool.

Specified by:
executeImpl in class AbstractTool
Parameters:
args - arguments

main

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