org.smartcomps.twister.deployer
Interface TwisterDeployer

All Known Implementing Classes:
TwisterDeployerImpl

public interface TwisterDeployer

Allows the deployment of a process xml description. Implementations of TwisterDeployer interface assume that the process xml description is valid and compliant with the specification.


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
 

Method Detail

deploy

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

Parameters:
xmlProcessDescription -
Throws:
DeploymentException

deploy

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

Parameters:
xmlProcessDescription -
Throws:
DeploymentException

deploy

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

Parameters:
xmlProcessDescription -
Throws:
DeploymentException

deploy

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

Parameters:
xmlProcessDescription -
Throws:
DeploymentException


Copyright © 2003 SmartComps. All Rights Reserved.