|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.ow2.petals.ant.AbstractJBIAntTask
org.ow2.petals.ant.task.ConfigureRuntimeComponentTask
public class ConfigureRuntimeComponentTask
Ant task : petals--configure-runtime-component. This task allow to update JBI component attributes at runtime (service engine or binding component) into the JBI environment.
| Nested Class Summary | |
|---|---|
static class |
ConfigureRuntimeComponentTask.Param
Parameter class for nested elements |
| Field Summary |
|---|
| Fields inherited from class org.ow2.petals.ant.AbstractJBIAntTask |
|---|
DEFAULT_JMX_HOST, DEFAULT_JMX_PORT, failOnError, host, password, port, saNamepattern, suResultpattern, username |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
ConfigureRuntimeComponentTask()
Creates a new instance of ConfigureRuntimeComponentTask |
|
| Method Summary | |
|---|---|
ConfigureRuntimeComponentTask.Param |
createParam()
|
void |
doTask()
Execute the ant task |
java.util.List<ConfigureRuntimeComponentTask.Param> |
getNestedParams()
|
void |
setName(java.lang.String name)
Set the name parameter |
void |
setNestedParams(java.util.List<ConfigureRuntimeComponentTask.Param> nestedParams)
|
void |
setParams(java.lang.String params)
|
| Methods inherited from class org.ow2.petals.ant.AbstractJBIAntTask |
|---|
execute, getHost, getJMXClient, getPassword, getPort, getUsername, isFailOnError, setFailOnError, setHost, setPassword, setPort, setUsername |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigureRuntimeComponentTask()
ConfigureRuntimeComponentTask
| Method Detail |
|---|
public ConfigureRuntimeComponentTask.Param createParam()
public void doTask()
throws java.lang.Exception
doTask in class AbstractJBIAntTaskjava.io.IOException
java.lang.Exceptionpublic java.util.List<ConfigureRuntimeComponentTask.Param> getNestedParams()
public void setName(java.lang.String name)
name - public void setNestedParams(java.util.List<ConfigureRuntimeComponentTask.Param> nestedParams)
nestedParams - the nestedParams to setpublic void setParams(java.lang.String params)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||