|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.example.pubsub.Client
org.apache.qpid.example.pubsub.Publisher
public class Publisher
A simple Publisher example.
The class can take two arguments.
java Publisher
Field Summary
(package private) int
_msgCount
Fields inherited from class org.apache.qpid.example.pubsub.Client
_connection, _destination, _session, _setup
Constructor Summary
Publisher(String destination,
int msgCount)
Method Summary
static void
main(String[] args)
void
start()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
_msgCount
int _msgCount
Constructor Detail
Publisher
public Publisher(String destination,
int msgCount)
Method Detail
start
public void start()
main
public static void main(String[] args)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Licensed to the Apache Software Foundation