ie.nuigalway.ecrg.jade.jmsagentgateway.onto
Class Subscription

java.lang.Object
  |
  +--ie.nuigalway.ecrg.jade.jmsagentgateway.onto.Subscription
All Implemented Interfaces:
jade.content.Concept, jade.util.leap.Serializable, java.io.Serializable, jade.content.Term

public class Subscription
extends java.lang.Object
implements jade.content.Concept

Concept used to represent a JMS Subscription Protege name: Subscription

Version:
2004/03/31, 18:54:36
Author:
ontology bean generator
See Also:
Serialized Form

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

destination

private java.lang.String destination
JMS Destination Protege name: destination


selector

private java.lang.String selector
JMS Message Selector Protege name: selector


durableIdent

private java.lang.String durableIdent
ID used for durable subscription Protege name: durableIdent


durable

private boolean durable
Subscription Type: Set to TRUE for DURABLE Set to FALSE for NON_DURABLE Protege name: durable

Constructor Detail

Subscription

public Subscription()
Method Detail

setDestination

public void setDestination(java.lang.String value)
Sets the destination attribute of the Subscription object

Parameters:
value - The new destination value

getDestination

public java.lang.String getDestination()
Gets the destination attribute of the Subscription object

Returns:
The destination value

setSelector

public void setSelector(java.lang.String value)
Sets the selector attribute of the Subscription object

Parameters:
value - The new selector value

getSelector

public java.lang.String getSelector()
Gets the selector attribute of the Subscription object

Returns:
The selector value

setDurableIdent

public void setDurableIdent(java.lang.String value)
Sets the durableIdent attribute of the Subscription object

Parameters:
value - The new durableIdent value

getDurableIdent

public java.lang.String getDurableIdent()
Gets the durableIdent attribute of the Subscription object

Returns:
The durableIdent value

setDurable

public void setDurable(boolean value)
Sets the durable attribute of the Subscription object

Parameters:
value - The new durable value

getDurable

public boolean getDurable()
Gets the durable attribute of the Subscription object

Returns:
The durable value