fipaos.ont.proprietary.subscription
Class SubscriptionAction

java.lang.Object
  |
  +--fipaos.ont.proprietary.subscription.SubscriptionAction
All Implemented Interfaces:
java.io.Serializable

public class SubscriptionAction
extends java.lang.Object
implements java.io.Serializable

This object represents a SubscriptionAction object.It provides the basis for describing the types of event that a particular Agent wishes to receive information about.

See Also:
Serialized Form

Constructor Summary
SubscriptionAction()
           
 
Method Summary
 java.lang.String[] getCondition()
          Gets the condition associated with this subscription which must be satisfied in order to fire off an inform.
 void setCondition(java.lang.String[] condition)
          Sets the condition associated with this subscription which must be satisfied in order to fire off an inform.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionAction

public SubscriptionAction()
Method Detail

setCondition

public void setCondition(java.lang.String[] condition)
Sets the condition associated with this subscription which must be satisfied in order to fire off an inform.
Parameters:
condition - The Stringified condition(s)

getCondition

public java.lang.String[] getCondition()
Gets the condition associated with this subscription which must be satisfied in order to fire off an inform.
Returns:
The stringified condition(s)