public class ClearAction extends Action
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CNAME |
| Constructor and Description |
|---|
ClearAction(java.lang.String microAgentName,
COM.TIBCO.hawk.talon.MethodInvocation mi)
Constructs a ClearAction
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a copy of this object
|
boolean |
equals(java.lang.Object obj)
Compares two ClearActions for equality.
|
java.lang.String |
toString()
Returns a string representation of this action.
|
getMethodInvocation, getMicroAgentName, getProperties, setMethodInvocation, setMicroAgentName, setPropertiesgetName, getSchedule, setName, setSchedulepublic ClearAction(java.lang.String microAgentName,
COM.TIBCO.hawk.talon.MethodInvocation mi)
throws java.lang.IllegalArgumentException
microAgentName - microagent name for this action, must not be null or empty stringmi - method invocation for this actionjava.lang.IllegalArgumentException - if microagent name is null or empty stringjava.lang.IllegalArgumentException - if method invocation is nullpublic java.lang.String toString()
public boolean equals(java.lang.Object obj)
public java.lang.Object clone()
clone in class RulebaseElementCopyright © 2000-2021 TIBCO Inc. All Rights Reserved.