public class ActionClass extends PropertyContainerClass
| Constructor and Description |
|---|
ActionClass(PropertyContainerClassContext context,
java.lang.String name,
java.lang.String description,
boolean taskAction,
long timeoutInterval)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the action class description.
|
java.lang.String |
getName()
Returns the action class name.
|
long |
getTimeoutInterval()
Returns the timeout interval for the action.
|
boolean |
isTaskAction()
Indicates whether this action class can be included in tasks.
|
addSupportedProperty, evaluatePropertyConstraints, getContext, getSupportedProperties, getSupportedProperty, getType, hasSupportedProperties, setContext, setSupportedProperties, validatepublic ActionClass(PropertyContainerClassContext context, java.lang.String name, java.lang.String description, boolean taskAction, long timeoutInterval)
context - the container class contextname - the name of the actiondescription - a description of the actiontaskAction - should this action be used for tasks?timeoutInterval - the maximum interval (in ms) the action is allowed to run before it is timed outpublic java.lang.String getDescription()
public java.lang.String getName()
public long getTimeoutInterval()
public boolean isTaskAction()
Copyright © 2015 Whizzo Software LLC. All rights reserved.