Uses of Class
org.smartcc.DeploymentException

Packages that use DeploymentException
org.smartcc   
org.smartcc.metadata   
 

Uses of DeploymentException in org.smartcc
 

Methods in org.smartcc that throw DeploymentException
 void EJBDeployer.deploy(java.net.URL url)
          Deploy the local session beans contained in the unit.
 void EJBDeployer.undeploy(java.net.URL url)
          Undeploy the local session beans contained in the jar.
 void MainDeployer.deploy(java.net.URL url)
          Hand the deployment unit to the appropriate sub deployer.
 boolean MainDeployer.isDeployed(java.net.URL url)
          Ask all sub deployers, if they have deployed the specified unit.
 void MainDeployer.undeploy(java.net.URL url)
          Ask the appropriate sub deployer to undeploy the unit.
abstract  boolean Deployer.isDeployed(java.net.URL url)
          Ask, if the unit has been deployed already.
abstract  void Deployer.deploy(java.net.URL url)
          Deploy a unit.
abstract  void Deployer.undeploy(java.net.URL url)
          Undeploy a unit.
protected static org.w3c.dom.Document Deployer.getDocument(java.net.URL url)
           
protected static org.w3c.dom.Document Deployer.getDocument(org.xml.sax.InputSource source, java.lang.String fileName)
           
 void ApplicationClientDeployer.deploy(java.net.URL url)
          Read the deployment descriptors and install ejb-refs, ejb-local-refs and env-entries.
 void ApplicationClientDeployer.undeploy(java.net.URL url)
          Undeploy an application client.
 

Uses of DeploymentException in org.smartcc.metadata
 

Methods in org.smartcc.metadata that throw DeploymentException
 void EJBJarMetaData.importStandard(org.w3c.dom.Element element)
           
 void EJBJarMetaData.importCC(org.w3c.dom.Element element)
           
 void InterceptorMetaData.importStandard(org.w3c.dom.Element element)
           
 void InterceptorMetaData.importCC(org.w3c.dom.Element element)
           
 void SessionMetaData.importStandard(org.w3c.dom.Element element)
           
 void SessionMetaData.importCC(org.w3c.dom.Element element)
           
 void EJBLocalRefMetaData.importStandard(org.w3c.dom.Element element)
           
 void EJBLocalRefMetaData.importCC(org.w3c.dom.Element element)
           
 void EJBRefMetaData.importStandard(org.w3c.dom.Element element)
           
 void EJBRefMetaData.importCC(org.w3c.dom.Element element)
           
 void EnvEntryMetaData.importStandard(org.w3c.dom.Element element)
           
 void EnvEntryMetaData.importCC(org.w3c.dom.Element element)
           
static java.util.Iterator MetaData.getChildrenByTagName(org.w3c.dom.Element element, java.lang.String tagName)
           
static org.w3c.dom.Element MetaData.getUniqueChild(org.w3c.dom.Element element, java.lang.String tagName)
           
static org.w3c.dom.Element MetaData.getOptionalChild(org.w3c.dom.Element element, java.lang.String tagName)
          Gets the child of the specified element having the specified name.
static org.w3c.dom.Element MetaData.getOptionalChild(org.w3c.dom.Element element, java.lang.String tagName, org.w3c.dom.Element defaultElement)
          Gets the child of the specified element having the specified name.
static java.lang.String MetaData.getElementContent(org.w3c.dom.Element element)
           
static java.lang.String MetaData.getElementContent(org.w3c.dom.Element element, java.lang.String defaultStr)
           
 void MetaData.importXml(org.w3c.dom.Element element)
           
abstract  void MetaData.importStandard(org.w3c.dom.Element element)
           
abstract  void MetaData.importCC(org.w3c.dom.Element element)
           
 void ApplicationClientMetaData.importStandard(org.w3c.dom.Element element)
           
 void ApplicationClientMetaData.importCC(org.w3c.dom.Element element)
           
 



Copyright © 2002 DC-TSS. All Rights Reserved.