public class ConfigureRuntimeComponentTask extends AbstractJBIAntTask
This task allow to update JBI component attributes at runtime (service engine or binding component) into the JBI environment.
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigureRuntimeComponentTask.Param
Parameter class for nested elements
|
DEFAULT_JMX_HOST, DEFAULT_JMX_PORT, failOnError, host, password, port, saNamepattern, suResultpattern, username| Constructor and Description |
|---|
ConfigureRuntimeComponentTask()
Creates a new instance of
ConfigureRuntimeComponentTask |
| Modifier and Type | Method and Description |
|---|---|
ConfigureRuntimeComponentTask.Param |
createParam() |
void |
doTask()
Do the task job
|
List<ConfigureRuntimeComponentTask.Param> |
getNestedParams() |
void |
setName(String name)
Set the name parameter
|
void |
setNestedParams(List<ConfigureRuntimeComponentTask.Param> nestedParams) |
void |
setParams(String params) |
execute, getHost, getJMXClient, getPassword, getPort, getUsername, isFailOnError, setFailOnError, setHost, setPassword, setPort, setUsernamebindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic ConfigureRuntimeComponentTask()
ConfigureRuntimeComponentTaskpublic ConfigureRuntimeComponentTask.Param createParam()
public void doTask()
throws Exception
AbstractJBIAntTaskdoTask in class AbstractJBIAntTaskExceptionpublic List<ConfigureRuntimeComponentTask.Param> getNestedParams()
public void setName(String name)
name - public void setNestedParams(List<ConfigureRuntimeComponentTask.Param> nestedParams)
nestedParams - the nestedParams to setpublic void setParams(String params)
Copyright © 2005-2015 Linagora. All Rights Reserved.