|
Joram 5.0.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.kclient.Destination
public abstract class Destination
A Destination object encapsulates a Joram's specific address.
Field Summary | |
---|---|
static byte |
QUEUE
|
static byte |
TOPIC
|
Constructor Summary | |
---|---|
Destination(java.lang.String uid,
byte type,
java.lang.String name)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the administrative name of the destination. |
byte |
getType()
Non API method, should be hidden. |
java.lang.String |
getUID()
Returns the unique internal name of the destination. |
boolean |
isQueue()
Returns true if the destinatination is a queue. |
boolean |
isTopic()
Returns true if the destinatination is a topic. |
protected static Destination |
newInstance(java.lang.String uid,
byte type,
java.lang.String name)
Non API method, should be hidden. |
static byte |
stringToType(java.lang.String type)
Non API method, should be hidden. |
static java.lang.String |
typeToString(byte type)
Non API method, should be hidden. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte QUEUE
public static final byte TOPIC
Constructor Detail |
---|
public Destination(java.lang.String uid, byte type, java.lang.String name)
Method Detail |
---|
public java.lang.String getUID()
public java.lang.String getName()
public boolean isQueue()
public boolean isTopic()
public byte getType()
public static java.lang.String typeToString(byte type) throws JoramException
JoramException
public static byte stringToType(java.lang.String type) throws JoramException
JoramException
protected static Destination newInstance(java.lang.String uid, byte type, java.lang.String name) throws JoramException
JoramException
|
Joram 5.0.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |