org.smartcomps.twister.deployer.priv
Class TwisterDeployerImpl

java.lang.Object
  |
  +--org.smartcomps.twister.deployer.priv.TwisterDeployerImpl
All Implemented Interfaces:
TwisterDeployer

public class TwisterDeployerImpl
extends java.lang.Object
implements TwisterDeployer

Implementation of the TwisterDeployer interface. ? + ? + + ? + ? + ? * activity ? activity ? activity ? ? + activity * activity activity


Constructor Summary
TwisterDeployerImpl()
           
 
Method Summary
 void deploy(java.io.File xmlProcessDescription)
          deploy the process in the engine from a process description as File
 void deploy(java.io.InputStream xmlProcessDescription)
          deploys the process in the engine from a process description as InputStream
 void deploy(java.lang.String xmlProcessDescription)
          deploys the process in the engine from a process description as String
 void deploy(java.net.URL xmlProcessDescription)
          deploy the process in the engine from a process description as URL
 void preDeploy(org.dom4j.Element elt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwisterDeployerImpl

public TwisterDeployerImpl()
Method Detail

deploy

public void deploy(java.lang.String xmlProcessDescription)
            throws DeploymentException
Description copied from interface: TwisterDeployer
deploys the process in the engine from a process description as String

Specified by:
deploy in interface TwisterDeployer
Parameters:
xmlProcessDescription -
Throws:
DeploymentException

deploy

public void deploy(java.io.InputStream xmlProcessDescription)
            throws DeploymentException
Description copied from interface: TwisterDeployer
deploys the process in the engine from a process description as InputStream

Specified by:
deploy in interface TwisterDeployer
Parameters:
xmlProcessDescription -
Throws:
DeploymentException

deploy

public void deploy(java.net.URL xmlProcessDescription)
            throws DeploymentException
Description copied from interface: TwisterDeployer
deploy the process in the engine from a process description as URL

Specified by:
deploy in interface TwisterDeployer
Parameters:
xmlProcessDescription -
Throws:
DeploymentException

deploy

public void deploy(java.io.File xmlProcessDescription)
            throws DeploymentException
Description copied from interface: TwisterDeployer
deploy the process in the engine from a process description as File

Specified by:
deploy in interface TwisterDeployer
Parameters:
xmlProcessDescription -
Throws:
DeploymentException

preDeploy

public void preDeploy(org.dom4j.Element elt)


Copyright © 2003 SmartComps. All Rights Reserved.