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

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

public class Subscribe
extends java.lang.Object
implements jade.content.AgentAction

Action used to request a subscription Protege name: Subscribe

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

Field Summary
private  ProviderInfo providerInfo
          Connection information for the JMS Server Protege name: providerInfo
private  Subscription subscription
          Requested Subscription Protege name: subscription
 
Constructor Summary
Subscribe()
           
 
Method Summary
 ProviderInfo getProviderInfo()
          Gets the providerInfo attribute of the Subscribe object
 Subscription getSubscription()
          Gets the subscription attribute of the Subscribe object
 void setProviderInfo(ProviderInfo value)
          Sets the providerInfo attribute of the Subscribe object
 void setSubscription(Subscription value)
          Sets the subscription attribute of the Subscribe object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providerInfo

private ProviderInfo providerInfo
Connection information for the JMS Server Protege name: providerInfo


subscription

private Subscription subscription
Requested Subscription Protege name: subscription

Constructor Detail

Subscribe

public Subscribe()
Method Detail

setProviderInfo

public void setProviderInfo(ProviderInfo value)
Sets the providerInfo attribute of the Subscribe object

Parameters:
value - The new providerInfo value

getProviderInfo

public ProviderInfo getProviderInfo()
Gets the providerInfo attribute of the Subscribe object

Returns:
The providerInfo value

setSubscription

public void setSubscription(Subscription value)
Sets the subscription attribute of the Subscribe object

Parameters:
value - The new subscription value

getSubscription

public Subscription getSubscription()
Gets the subscription attribute of the Subscribe object

Returns:
The subscription value