|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ie.nuigalway.ecrg.jade.jmsagentgateway.gui.SubscriptionModel
Subscription list model
Field Summary | |
private java.lang.String |
destination
|
private java.lang.String |
destType
|
private java.lang.String |
durable
|
private int |
msgCounter
|
private java.lang.String |
providerURL
|
private java.lang.String |
sender
|
private jade.proto.SubscriptionResponder.Subscription |
subscription
|
Constructor Summary | |
SubscriptionModel(jade.proto.SubscriptionResponder.Subscription subscription,
Subscribe sub)
Constructor for the SubscriptionModel object |
Method Summary | |
java.lang.String |
getDestination()
Gets the destination attribute of the SubscriptionModel object |
java.lang.String |
getDestType()
Gets the destType attribute of the SubscriptionModel object |
java.lang.String |
getDurable()
Gets the durable attribute of the SubscriptionModel object |
int |
getMsgCounter()
Gets the msgCounter attribute of the SubscriptionModel object |
java.lang.String |
getProviderURL()
Gets the providerURL attribute of the SubscriptionModel object |
java.lang.String |
getSender()
Gets the sender attribute of the SubscriptionModel object |
jade.proto.SubscriptionResponder.Subscription |
getSubscription()
Gets the subscription attribute of the SubscriptionModel object |
void |
incMsgCounter()
Increment the counter tracking the number of messages sent to this client |
void |
setDestination(java.lang.String value)
Sets the destination attribute of the SubscriptionModel object |
void |
setDestType(java.lang.String value)
Sets the destType attribute of the SubscriptionModel object |
void |
setDurable(java.lang.String value)
Sets the durable attribute of the SubscriptionModel object |
void |
setProviderURL(java.lang.String value)
Sets the providerURL attribute of the SubscriptionModel object |
void |
setSender(java.lang.String value)
Sets the sender attribute of the SubscriptionModel object |
void |
setSubscription(jade.proto.SubscriptionResponder.Subscription value)
Sets the subscription attribute of the SubscriptionModel 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 sender
private java.lang.String providerURL
private java.lang.String destination
private java.lang.String destType
private java.lang.String durable
private int msgCounter
private jade.proto.SubscriptionResponder.Subscription subscription
Constructor Detail |
public SubscriptionModel(jade.proto.SubscriptionResponder.Subscription subscription, Subscribe sub)
subscription
- Subscription to addsub
- Subscribe requestMethod Detail |
public void setSender(java.lang.String value)
value
- The new sender valuepublic java.lang.String getSender()
public void setProviderURL(java.lang.String value)
value
- The new providerURL valuepublic java.lang.String getProviderURL()
public void setDestination(java.lang.String value)
value
- The new destination valuepublic java.lang.String getDestination()
public void setDestType(java.lang.String value)
value
- The new destType valuepublic java.lang.String getDestType()
public void setDurable(java.lang.String value)
value
- The new durable valuepublic java.lang.String getDurable()
public void incMsgCounter()
public int getMsgCounter()
public void setSubscription(jade.proto.SubscriptionResponder.Subscription value)
value
- The new subscription valuepublic jade.proto.SubscriptionResponder.Subscription getSubscription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |