Class RAEntityBasedTask
- java.lang.Object
-
- com.opencloud.slee.mlet.ant.tasks.AbstractBaseTask
-
- com.opencloud.slee.mlet.ant.tasks.RAEntityBasedTask
-
- All Implemented Interfaces:
SubTask
- Direct Known Subclasses:
ActivateRAEntityTask
,BindRALinkNameTask
,ConnectRAEntityLimiterEndpointTask
,DeactivateRAEntityTask
,DisconnectRAEntityLimiterEndpointTask
,RemoveRAEntityTask
,SetRAEntityDesiredStateTask
,SetRAEntityStartingPriorityTask
,SetRAEntityStoppingPriorityTask
,WaitTilRAEntityIsInactiveTask
public abstract class RAEntityBasedTask extends AbstractBaseTask
Abstract base class for all sub tasks that take a resource adaptor entity.
Ant Parameters Attribute Description Required failonerror
Flag to control failure behaviour. If 'true', the sub task will throw a
BuildException
when an error is encountered. If 'false', the sub task will throw aNonFatalBuildException
instead of aBuildException
under specific circumstances. See below for conditions (if any) which will cause aNonFatalBuildException
.No. default value is taken from the Rhino management parent task.
entityname
Name of the resource adaptor entity targeted by this task.
Yes.
NonFatalBuildException throw conditions-
Implementation dependent.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
entityName
-
Fields inherited from class com.opencloud.slee.mlet.ant.tasks.AbstractBaseTask
client, failOnError
-
-
Constructor Summary
Constructors Constructor Description RAEntityBasedTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
resolveRAEntityName()
void
setEntityName(String entityName)
-
Methods inherited from class com.opencloud.slee.mlet.ant.tasks.AbstractBaseTask
execute, getExceptionAndMessage, getFailOnError, getMessage, getOverrideFailOnError, getParent, getProject, log, run, setFailOnError, validateParameters
-
-