com.devexperts.qd.tools
Class Connect

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

@ToolSummary(info="Connects to specified address(es).",
             argString={"
[]","
"}, arguments={"
-- address to connect for data (see @link{address})"," -- address to take subscription from"," -- record names pattern (see @link{filters})"," -- comma-separated list of symbols, or \"all\" for a wildcard subscription"," -- Date and time for history subscription in standard format (see @link{time format})."}) public class Connect
extends AbstractTool

Connect tool with taping into file functionality.


Field Summary
 
Fields inherited from class com.devexperts.qd.tools.AbstractTool
options
 
Constructor Summary
Connect()
           
 
Method Summary
protected  void executeImpl(java.lang.String[] args)
          Executes this concrete tool.
protected  Option[] getOptions()
          Returns array with all options used by this tool.
static void main(java.lang.String[] args)
           
 java.util.List<MessageConnector> mustWaitWhileActive()
           
 
Methods inherited from class com.devexperts.qd.tools.AbstractTool
closeOnExit, 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

Connect

public Connect()
Method Detail

getOptions

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

Overrides:
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

mustWaitWhileActive

public java.util.List<MessageConnector> mustWaitWhileActive()
Overrides:
mustWaitWhileActive in class AbstractTool

main

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