org.ow2.petals.cli.shell.jbi
Class BindingComponent

java.lang.Object
  extended by org.ow2.petals.cli.shell.jbi.Artifact
      extended by org.ow2.petals.cli.shell.jbi.BindingComponent

public class BindingComponent
extends Artifact

This class represents a remote JBI Binding Component

Author:
sandre

Field Summary
 
Fields inherited from class org.ow2.petals.cli.shell.jbi.Artifact
XPATH_JBI_DESCRIPTION, XPATH_JBI_NAME, XPATH_JBI_ROOT
 
Constructor Summary
BindingComponent(java.net.URL url, org.w3c.dom.Node jbiConfig)
           
 
Method Summary
 org.ow2.petals.ant.AbstractJBIAntTask[] getDeployTasksSequence()
          Get the sequence of configured JBI ant tasks to deploy this artifact
 org.ow2.petals.ant.AbstractJBIAntTask[] getUndeployTasksSequence()
          Get the sequence of configured JBI ant tasks to undeploy this artifact
 
Methods inherited from class org.ow2.petals.cli.shell.jbi.Artifact
getDescription, getJbiXml, getName, getURL, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindingComponent

public BindingComponent(java.net.URL url,
                        org.w3c.dom.Node jbiConfig)
Method Detail

getDeployTasksSequence

public org.ow2.petals.ant.AbstractJBIAntTask[] getDeployTasksSequence()
Description copied from class: Artifact
Get the sequence of configured JBI ant tasks to deploy this artifact

Specified by:
getDeployTasksSequence in class Artifact
Returns:
an array of JBI ant tasks

getUndeployTasksSequence

public org.ow2.petals.ant.AbstractJBIAntTask[] getUndeployTasksSequence()
Description copied from class: Artifact
Get the sequence of configured JBI ant tasks to undeploy this artifact

Specified by:
getUndeployTasksSequence in class Artifact
Returns:
an array of JBI ant tasks


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.