public final class Action
extends java.lang.Object
implements java.io.Serializable, com.ibm.websphere.cache.Sizeable
| Modifier and Type | Class and Description |
|---|---|
static class |
Action.Parameter
This class describes action parameters.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
| Constructor and Description |
|---|
Action(java.lang.String name,
Action.Parameter[] parameters)
This constructor takes a name and an array of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the action.
|
long |
getObjectSize()
Returns the estimated footprint size in bytes
of this object and the objects it contains.
|
Action.Parameter[] |
getParameters()
Gets the array of Parameter objects.
|
void |
setName(java.lang.String name)
Sets the name of the action.
|
void |
setParameters(Action.Parameter[] parameters)
Sets the array of Parameter objects.
|
public static final java.lang.String COPYRIGHT
public Action(java.lang.String name,
Action.Parameter[] parameters)
name - The name of the action.parameters - An array of Parameter objects.public long getObjectSize()
getObjectSize in interface com.ibm.websphere.cache.Sizeablepublic java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the action.public Action.Parameter[] getParameters()
public void setParameters(Action.Parameter[] parameters)
parameters - An array of parameter objects.