Uses of Class
org.smartcomps.twister.deployer.exception.DeploymentException

Packages that use DeploymentException
org.smartcomps.twister.deployer   
org.smartcomps.twister.deployer.exception   
org.smartcomps.twister.deployer.priv   
 

Uses of DeploymentException in org.smartcomps.twister.deployer
 

Methods in org.smartcomps.twister.deployer that throw DeploymentException
 void TwisterDeployer.deploy(java.lang.String xmlProcessDescription)
          deploys the process in the engine from a process description as String
 void TwisterDeployer.deploy(java.io.InputStream xmlProcessDescription)
          deploys the process in the engine from a process description as InputStream
 void TwisterDeployer.deploy(java.net.URL xmlProcessDescription)
          deploy the process in the engine from a process description as URL
 void TwisterDeployer.deploy(java.io.File xmlProcessDescription)
          deploy the process in the engine from a process description as File
 

Uses of DeploymentException in org.smartcomps.twister.deployer.exception
 

Subclasses of DeploymentException in org.smartcomps.twister.deployer.exception
 class DocumentParsingException
          Used when errors occured during the parsing of process description.
 

Uses of DeploymentException in org.smartcomps.twister.deployer.priv
 

Methods in org.smartcomps.twister.deployer.priv that throw DeploymentException
 void TwisterDeployerImpl.deploy(java.lang.String xmlProcessDescription)
           
 void TwisterDeployerImpl.deploy(java.io.InputStream xmlProcessDescription)
           
 void TwisterDeployerImpl.deploy(java.net.URL xmlProcessDescription)
           
 void TwisterDeployerImpl.deploy(java.io.File xmlProcessDescription)
           
protected  void ReplyDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void ReplyDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void ScopeDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void ScopeDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void SequenceDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void SequenceDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void PickDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void PickDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void FlowDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void FlowDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void TerminateDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void TerminateDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void WaitDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void WaitDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void WhileDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void AssignDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void AssignDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void SwitchDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void SwitchDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
 org.smartcomps.twister.engine.priv.core.definition.Activity ActivityDeployer.deploy(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.TwisterProcess twisterProcess)
           
 org.smartcomps.twister.engine.priv.core.definition.Activity ActivityDeployer.deploy(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.StructuredActivity parentActivity)
           
protected  org.smartcomps.twister.engine.priv.core.definition.Activity ActivityDeployer.createActivity(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.TwisterProcess twisterProcess)
           
protected  org.smartcomps.twister.engine.priv.core.definition.Activity ActivityDeployer.createActivity(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.StructuredActivity parentActivity)
           
protected abstract  void ActivityDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected abstract  void ActivityDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void ReceiveDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void ReceiveDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
static org.smartcomps.twister.deployer.priv.ActivityDeployer ActivityDeployerFactory.getActivityDeployer(java.lang.String activityName)
           
protected  void EmptyDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void EmptyDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void InvokeDeployer.processSpecificElements(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
protected  void InvokeDeployer.processSpecificAttributes(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
           
 



Copyright © 2003 SmartComps. All Rights Reserved.