org.apache.qpid.example
Class Spout

java.lang.Object
  extended by org.apache.qpid.example.OptionParser
      extended by org.apache.qpid.example.Spout

public class Spout
extends OptionParser


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.example.OptionParser
OptionParser.Option
 
Field Summary
(package private) static OptionParser.Option CONTENT
           
(package private) static OptionParser.Option COUNT
           
(package private) static OptionParser.Option ID
           
(package private) static OptionParser.Option MAP_ENTRY
           
(package private) static OptionParser.Option MSG_PROPERTY
           
 
Fields inherited from class org.apache.qpid.example.OptionParser
address, BROKER, BROKER_OPTIONS, CON_OPTIONS, desc, HELP, optDefs, optMap, TIMEOUT, usage
 
Constructor Summary
Spout(String[] args, String usage, String desc)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class org.apache.qpid.example.OptionParser
containsOp, createConnection, getOp, isHelp, printHelp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT

static final OptionParser.Option COUNT

ID

static final OptionParser.Option ID

CONTENT

static final OptionParser.Option CONTENT

MSG_PROPERTY

static final OptionParser.Option MSG_PROPERTY

MAP_ENTRY

static final OptionParser.Option MAP_ENTRY
Constructor Detail

Spout

public Spout(String[] args,
             String usage,
             String desc)
      throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Licensed to the Apache Software Foundation