fipaos.ont.proprietary.subscription
Class SubscriptionAction

Direct Known Subclasses:
DFSubscriptionAction

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[]getAction()
          Gets the condition associated with this subscription which must be satisfied in order
to fire off an inform.
 Object[]getDescriptions()
          Getter for property objectDescription.
 voidsetAction(String[] condition)
          Sets the condition associated with this subscription which must be satisfied in order
to fire off an inform.
 voidsetDescriptions(Object[] descriptions)
          Setter for property AgentDescription.

Method Detail

getAction

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

getDescriptions

public Object[] getDescriptions()
Getter for property objectDescription.
Returns: Value of property objectDescription.

setAction

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

setDescriptions

public void setDescriptions(Object[] descriptions)
Setter for property AgentDescription.
Parameters:
objectDescription - New value of property objectDescription.

Association Links

to Class java.lang.String

The condition associated with this subscription

to Class java.lang.Object

Holds value of property DFAgentDescription.