public abstract class Action extends RulebaseElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CNAME |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares two Action object for equality.
|
COM.TIBCO.hawk.talon.MethodInvocation |
getMethodInvocation()
Returns the method invocation of this action.
|
java.lang.String |
getMicroAgentName()
Returns the microagent name of this action.
|
java.util.Properties |
getProperties()
Returns the properties associate with this action.
|
void |
setMethodInvocation(COM.TIBCO.hawk.talon.MethodInvocation mi)
Sets the method invocation of this action.
|
void |
setMicroAgentName(java.lang.String name)
Sets the microagent name for the method invocation of this action.
|
void |
setProperties(java.util.Properties properties)
Sets the properties associate with this action.
|
java.lang.String |
toString()
Returns the string representation of this action.
|
clone, getName, getSchedule, setName, setSchedulepublic java.lang.String getMicroAgentName()
public COM.TIBCO.hawk.talon.MethodInvocation getMethodInvocation()
public void setMethodInvocation(COM.TIBCO.hawk.talon.MethodInvocation mi)
mi - the method invocation, must not be nulljava.lang.IllegalArgumentException - if method invocation is nullpublic void setMicroAgentName(java.lang.String name)
name - the microagent name, must not be null or empty stringjava.lang.IllegalArgumentException - if microagent name is is null or empty stringpublic java.util.Properties getProperties()
public void setProperties(java.util.Properties properties)
properties - the properties for this action, must not be null.java.lang.IllegalArgumentException - if properties is is null.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class RulebaseElementCopyright © 2000-2021 TIBCO Inc. All Rights Reserved.