|
||||||||||
| 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.apache.servicemix.jbi.deployer.task.JbiTask
org.apache.servicemix.jbi.deployer.task.ListBindingComponentsTask
public class ListBindingComponentsTask
ListBindingComponentsTask
| Field Summary |
|---|
| 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 | |
|---|---|
ListBindingComponentsTask()
|
|
| Method Summary | |
|---|---|
void |
doExecute(AdminCommandsService acs)
execute the task |
String |
getBindingComponentName()
|
String |
getServiceAssemblyName()
|
String |
getSharedLibraryName()
|
String |
getState()
|
String |
isXmlOutput()
|
void |
setBindingComponentName(String bindingComponentName)
|
void |
setServiceAssemblyName(String serviceAssemblyName)
|
void |
setSharedLibraryName(String sharedLibraryName)
|
void |
setState(String state)
|
void |
setXmlOutput(String xmlOutput)
|
| Methods inherited from class org.apache.servicemix.jbi.deployer.task.JbiTask |
|---|
close, connect, execute, getAdminCommandsService, getContainerName, getHost, getJMXConnector, getJmxDomainName, getJndiPath, getNamingStrategy, getPassword, getPort, getServerProtocol, getServiceURL, getUsername, isFailOnError, setContainerName, setFailOnError, setHost, setJmxDomainName, setJndiPath, setNamingStrategy, setPassword, setPort, setServerProtocol, 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 ListBindingComponentsTask()
| Method Detail |
|---|
public String isXmlOutput()
public void setXmlOutput(String xmlOutput)
xmlOutput - the xmlOutput to setpublic String getSharedLibraryName()
public void setSharedLibraryName(String sharedLibraryName)
sharedLibraryName - public String getServiceAssemblyName()
public void setServiceAssemblyName(String serviceAssemblyName)
serviceAssemblyName - public String getBindingComponentName()
public void setBindingComponentName(String bindingComponentName)
bindingComponentName - public String getState()
public void setState(String state)
state - Sets the component state
public void doExecute(AdminCommandsService acs)
throws Exception
doExecute in class JbiTaskBuildException
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||