|
TIBCO Enterprise Message Service | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tibco.tibjms.admin.BridgeTarget
public class BridgeTarget
This class represents the target destination of a bridge.
| Field Summary | |
|---|---|
static int |
QUEUE_TYPE
Indicates that the target of the bridge is a queue. |
static int |
TOPIC_TYPE
Indicates that the target of the bridge is a topic. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the name of the destination being bridged to. |
java.lang.String |
getSelector()
Get the selector. |
int |
getType()
Get the type of the destination being bridged to. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int QUEUE_TYPE
public static final int TOPIC_TYPE
| Method Detail |
|---|
public java.lang.String getName()
public int getType()
QUEUE_TYPE if the destination being bridged to
is a queue or TOPIC_TYPE if it is a topic.public java.lang.String getSelector()
public java.lang.String toString()
toString in class java.lang.Object
|
TIBCO Enterprise Message Service | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||