Package org.openas2.app.logging
Class AliasedLoggingCommand
- java.lang.Object
-
- org.openas2.BaseComponent
-
- org.openas2.cmd.BaseCommand
-
- org.openas2.app.logging.AliasedLoggingCommand
-
- Direct Known Subclasses:
SetLogLevelCommand
public abstract class AliasedLoggingCommand extends BaseCommand
-
-
Field Summary
-
Fields inherited from class org.openas2.cmd.BaseCommand
PARAM_DESCRIPTION, PARAM_NAME, PARAM_USAGE
-
-
Constructor Summary
Constructors Constructor Description AliasedLoggingCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CommandResult
execute(java.lang.Object[] params)
protected abstract CommandResult
execute(org.apache.commons.logging.Log logger, java.lang.Object[] params)
-
Methods inherited from class org.openas2.cmd.BaseCommand
getDefaultDescription, getDefaultName, getDefaultUsage, getDescription, getName, getUsage, init, setDescription, setName, setUsage
-
Methods inherited from class org.openas2.BaseComponent
destroy, getParameter, getParameter, getParameterInt, getParameters, getSession, setParameter, setParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openas2.cmd.Command
getSession
-
Methods inherited from interface org.openas2.Component
destroy, getParameters
-
-
-
-
Method Detail
-
execute
public CommandResult execute(java.lang.Object[] params)
- Specified by:
execute
in interfaceCommand
- Specified by:
execute
in classBaseCommand
-
execute
protected abstract CommandResult execute(org.apache.commons.logging.Log logger, java.lang.Object[] params) throws OpenAS2Exception
- Throws:
OpenAS2Exception
-
-