Class CommandParameters
- java.lang.Object
-
- com.aspectran.core.util.apon.AbstractParameters
-
- com.aspectran.daemon.command.polling.CommandParameters
-
- All Implemented Interfaces:
com.aspectran.core.util.apon.Parameters
public class CommandParameters extends com.aspectran.core.util.apon.AbstractParametersCreated: 2017. 12. 11.
-
-
Constructor Summary
Constructors Constructor Description CommandParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.aspectran.core.context.rule.ItemRuleListgetArgumentItemRuleList()com.aspectran.core.context.rule.ItemRuleMapgetArgumentItemRuleMap()com.aspectran.core.context.rule.ItemRuleMapgetAttributeItemRuleMap()java.lang.StringgetBeanName()java.lang.StringgetCommandName()java.lang.StringgetMethodName()java.lang.StringgetOutput()com.aspectran.core.context.rule.ItemRuleMapgetParameterItemRuleMap()com.aspectran.core.context.rule.ItemRuleMapgetPropertyItemRuleMap()java.lang.StringgetTransletName()booleanisRequeuable()CommandParameterssetBeanName(java.lang.String beanName)CommandParameterssetCommandName(java.lang.String commandName)CommandParameterssetMethodName(java.lang.String methodName)CommandParameterssetOutput(java.lang.String outputText)CommandParameterssetRequeuable(boolean requeuable)CommandParameterssetTransletName(java.lang.String transletName)-
Methods inherited from class com.aspectran.core.util.apon.AbstractParameters
clearValue, clearValue, describe, describe, getActualName, getBoolean, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getBooleanList, getBooleanList, getDouble, getDouble, getDouble, getDouble, getDoubleArray, getDoubleArray, getDoubleList, getDoubleList, getFloat, getFloat, getFloat, getFloat, getFloatArray, getFloatArray, getFloatList, getFloatList, getInt, getInt, getInt, getInt, getIntArray, getIntArray, getIntList, getIntList, getLong, getLong, getLong, getLong, getLongArray, getLongArray, getLongList, getLongList, getParameter, getParameter, getParameterNames, getParameterNameSet, getParameters, getParameters, getParametersArray, getParametersArray, getParametersList, getParametersList, getParameterValue, getParameterValueMap, getParent, getProprietor, getQualifiedName, getString, getString, getString, getString, getStringArray, getStringArray, getStringList, getStringList, getValue, getValue, hasParameter, hasParameter, hasValue, hasValue, isAssigned, isAssigned, isStructureFixed, newParameters, newParameters, newParameterValue, newParameterValue, putAll, putValue, putValue, putValueNonNull, putValueNonNull, readFrom, setActualName, setProprietor, toString, touchParameters, touchParameters, updateContainer
-
-
-
-
Method Detail
-
getCommandName
public java.lang.String getCommandName()
-
setCommandName
public CommandParameters setCommandName(java.lang.String commandName)
-
getTransletName
public java.lang.String getTransletName()
-
setTransletName
public CommandParameters setTransletName(java.lang.String transletName)
-
getBeanName
public java.lang.String getBeanName()
-
setBeanName
public CommandParameters setBeanName(java.lang.String beanName)
-
getMethodName
public java.lang.String getMethodName()
-
setMethodName
public CommandParameters setMethodName(java.lang.String methodName)
-
getArgumentItemRuleList
public com.aspectran.core.context.rule.ItemRuleList getArgumentItemRuleList() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
getArgumentItemRuleMap
public com.aspectran.core.context.rule.ItemRuleMap getArgumentItemRuleMap() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
getPropertyItemRuleMap
public com.aspectran.core.context.rule.ItemRuleMap getPropertyItemRuleMap() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
getParameterItemRuleMap
public com.aspectran.core.context.rule.ItemRuleMap getParameterItemRuleMap() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
getAttributeItemRuleMap
public com.aspectran.core.context.rule.ItemRuleMap getAttributeItemRuleMap() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
isRequeuable
public boolean isRequeuable()
-
setRequeuable
public CommandParameters setRequeuable(boolean requeuable)
-
getOutput
public java.lang.String getOutput()
-
setOutput
public CommandParameters setOutput(java.lang.String outputText)
-
-