|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.smartcomps.twister.deployer.priv.TwisterDeployerImpl
Implementation of the TwisterDeployer interface.
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 |
public TwisterDeployerImpl()
Method Detail |
public void deploy(java.lang.String xmlProcessDescription) throws DeploymentException
TwisterDeployer
deploy
in interface TwisterDeployer
xmlProcessDescription
-
DeploymentException
public void deploy(java.io.InputStream xmlProcessDescription) throws DeploymentException
TwisterDeployer
deploy
in interface TwisterDeployer
xmlProcessDescription
-
DeploymentException
public void deploy(java.net.URL xmlProcessDescription) throws DeploymentException
TwisterDeployer
deploy
in interface TwisterDeployer
xmlProcessDescription
-
DeploymentException
public void deploy(java.io.File xmlProcessDescription) throws DeploymentException
TwisterDeployer
deploy
in interface TwisterDeployer
xmlProcessDescription
-
DeploymentException
public void preDeploy(org.dom4j.Element elt)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |