|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.ont.proprietary.subscription.SubscriptionAction
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.
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 |
public SubscriptionAction()
Method Detail |
public void setCondition(java.lang.String[] condition)
condition
- The Stringified condition(s)public java.lang.String[] getCondition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |