org.apache.servicemix.jbi.deployer.task
Class ListServiceAssembliesTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.servicemix.jbi.deployer.task.JbiTask
              extended by org.apache.servicemix.jbi.deployer.task.ListServiceAssembliesTask
All Implemented Interfaces:
Cloneable

public class ListServiceAssembliesTask
extends JbiTask

List deployed Service Assemblies

Version:
$Revision: 959901 $

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
ListServiceAssembliesTask()
           
 
Method Summary
 void doExecute(AdminCommandsService acs)
          execute the task
 String getComponentName()
           
 String getServiceAssemblyName()
           
 String getState()
           
 String isXmlOutput()
           
 void setComponentName(String componentName)
           
 void setServiceAssemblyName(String serviceAssemblynname)
           
 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

ListServiceAssembliesTask

public ListServiceAssembliesTask()
Method Detail

isXmlOutput

public String isXmlOutput()
Returns:
the xmlOutput

setXmlOutput

public void setXmlOutput(String xmlOutput)
Parameters:
xmlOutput - the xmlOutput to set

getState

public String getState()
Returns:
the state

setState

public void setState(String state)
Parameters:
state - Sets the state

getComponentName

public String getComponentName()
Returns:
the component name

setComponentName

public void setComponentName(String componentName)
Parameters:
componentName - Sets the component name

getServiceAssemblyName

public String getServiceAssemblyName()
Returns:
service assembly name

setServiceAssemblyName

public void setServiceAssemblyName(String serviceAssemblynname)
Parameters:
serviceAssemblynname - Sets the service assembly name

doExecute

public void doExecute(AdminCommandsService acs)
               throws Exception
execute the task

Specified by:
doExecute in class JbiTask
Throws:
BuildException
Exception


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.