fipaos.ont.proprietary.subscription
Class SubscriptionAction


public class SubscriptionAction
implements 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.


Method Summary
 String[]getCondition()
          Gets the condition associated with this subscription which must be satisfied in order to fire off an inform.
 voidsetCondition(String[] condition)
          Sets the condition associated with this subscription which must be satisfied in order to fire off an inform.

Method Detail

getCondition

public 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)

setCondition

public void setCondition(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)

Association Links

to Class java.lang.String

The condition associated with this subscription