org.apache.servicemix.jbi.management.task
Class DeployServiceAssemblyTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.servicemix.jbi.management.task.JbiTask
              extended by org.apache.servicemix.jbi.management.task.DeployServiceAssemblyTask

public class DeployServiceAssemblyTask
extends JbiTask

Install an Assembly

Version:
$Revision: 564607 $

Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
DeployServiceAssemblyTask()
           
 
Method Summary
 void doExecute(AdminCommandsServiceMBean acs)
          execute the task
 String getFile()
           
 boolean isDeferExceptions()
           
 void setDeferExceptions(boolean deferExceptions)
           
 void setFile(String file)
           
 
Methods inherited from class org.apache.servicemix.jbi.management.task.JbiTask
close, connect, execute, getAdminCommandsService, getContainerName, getHost, getJMXConnector, getJmxDomainName, getJndiPath, getObjectName, getPassword, getPort, getServerProtocol, getServiceURL, getUsername, isFailOnError, setContainerName, setFailOnError, setHost, setJmxDomainName, setJndiPath, setPassword, setPort, setServerProtocol, setUsername
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployServiceAssemblyTask

public DeployServiceAssemblyTask()
Method Detail

isDeferExceptions

public boolean isDeferExceptions()

setDeferExceptions

public void setDeferExceptions(boolean deferExceptions)

getFile

public String getFile()
Returns:
Returns the archivePath.

setFile

public void setFile(String file)
Parameters:
file - The archivePath to set.

doExecute

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

Specified by:
doExecute in class JbiTask
Throws:
org.apache.tools.ant.BuildException
Exception


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.