|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ie.nuigalway.ecrg.jade.jmsagentgateway.onto.Subscription
Concept used to represent a JMS Subscription Protege name: Subscription
Field Summary | |
private java.lang.String |
destination
JMS Destination Protege name: destination |
private boolean |
durable
Subscription Type: Set to TRUE for DURABLE Set to FALSE for NON_DURABLE Protege name: durable |
private java.lang.String |
durableIdent
ID used for durable subscription Protege name: durableIdent |
private java.lang.String |
selector
JMS Message Selector Protege name: selector |
Constructor Summary | |
Subscription()
|
Method Summary | |
java.lang.String |
getDestination()
Gets the destination attribute of the Subscription object |
boolean |
getDurable()
Gets the durable attribute of the Subscription object |
java.lang.String |
getDurableIdent()
Gets the durableIdent attribute of the Subscription object |
java.lang.String |
getSelector()
Gets the selector attribute of the Subscription object |
void |
setDestination(java.lang.String value)
Sets the destination attribute of the Subscription object |
void |
setDurable(boolean value)
Sets the durable attribute of the Subscription object |
void |
setDurableIdent(java.lang.String value)
Sets the durableIdent attribute of the Subscription object |
void |
setSelector(java.lang.String value)
Sets the selector attribute of the Subscription object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String destination
private java.lang.String selector
private java.lang.String durableIdent
private boolean durable
Constructor Detail |
public Subscription()
Method Detail |
public void setDestination(java.lang.String value)
value
- The new destination valuepublic java.lang.String getDestination()
public void setSelector(java.lang.String value)
value
- The new selector valuepublic java.lang.String getSelector()
public void setDurableIdent(java.lang.String value)
value
- The new durableIdent valuepublic java.lang.String getDurableIdent()
public void setDurable(boolean value)
value
- The new durable valuepublic boolean getDurable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |