Uses of Class
org.ow2.jonas.deployment.common.DeploymentDescException

Packages that use DeploymentDescException
org.ow2.jonas.deployment.client   
org.ow2.jonas.deployment.client.lib   
org.ow2.jonas.deployment.clusterd   
org.ow2.jonas.deployment.common   
org.ow2.jonas.deployment.common.digester   
org.ow2.jonas.deployment.domain   
org.ow2.jonas.deployment.ear   
org.ow2.jonas.deployment.ejb   
org.ow2.jonas.deployment.ejb.lib   
org.ow2.jonas.deployment.ejb.wrapper   
org.ow2.jonas.deployment.rar   
org.ow2.jonas.deployment.rar.lib   
org.ow2.jonas.deployment.rar.wrapper   
org.ow2.jonas.deployment.web   
org.ow2.jonas.deployment.web.lib   
org.ow2.jonas.deployment.ws   
org.ow2.jonas.lib.ejb21.jorm   
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.client
 

Subclasses of DeploymentDescException in org.ow2.jonas.deployment.client
 class ClientContainerDeploymentDescException
          This class ClientContainerDeploymentDescException indicates conditions that a reasonable application might want to catch.
 

Constructors in org.ow2.jonas.deployment.client that throw DeploymentDescException
ClientContainerDeploymentDesc(ClassLoader classLoader, ApplicationClient applicationClient, JonasClient jonasClient)
          Construct an instance of a ClientContainerDeploymentDesc.
Constructor is private, call one of the static getInstance method instead.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.client.lib
 

Methods in org.ow2.jonas.deployment.client.lib that throw DeploymentDescException
 ClientContainerDeploymentDesc ClientDeploymentDescManager.getDeploymentDesc(URL url, ClassLoader loaderForCls, ClassLoader earLoader)
          Get the specified client deployment descriptor.
static ClientContainerDeploymentDesc ClientDeploymentDescManager.getInstance(String clientFileName, ClassLoader classLoaderForCls)
          Get an instance of a Client deployment descriptor by parsing the application-client.xml and jonas-client.xml deployment descriptors.
static ClientContainerDeploymentDesc ClientDeploymentDescManager.getInstance(String clientFileName, ClassLoader classLoaderForCls, String altClientXmlFilename)
          Get an instance of a Client deployment descriptor by parsing the application-client.xml and jonas-client.xml deployment descriptors.
static ApplicationClient ClientDeploymentDescManager.loadApplicationClient(Reader reader, String fileName)
          Load the application-client.xml file.
static JonasClient ClientDeploymentDescManager.loadJonasClient(Reader reader, String fileName)
          Load the jonas-client.xml file.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.clusterd
 

Subclasses of DeploymentDescException in org.ow2.jonas.deployment.clusterd
 class ClusterDaemonConfigurationException
          Cluster daemon exception when loading its configuration
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.common
 

Constructors in org.ow2.jonas.deployment.common that throw DeploymentDescException
EjbLocalRefDesc(EjbLocalRef ejbLocalRef)
          Construct a descriptor for an ejb-local-ref tag.
EnvEntryDesc(EnvEntry env)
          Construct a descriptor for an env-entry tag.
HandlerDesc(ClassLoader classLoader, Handler handler)
          Creates a new HandlerRef object.
JndiEnvRefsGroupDesc(ClassLoader classLoader, JndiEnvRefsGroupXml app, JonasJndiEnvRefsGroupXml jonasApp, String fileName)
          Construct an instance of a JndiEnvRefsGroupDesc.
MessageDestinationRefDesc(MessageDestinationRef messageDestinationRef, JonasMessageDestinationRef jonasMessageDestinationRef)
          Construct a descriptor for an message-destination-ref tag.
PersistenceUnitRefDesc(PersistenceUnitRef persistenceUnitRef)
          Construct a descriptor for an persistence-unit-ref tag.
ResourceEnvRefDesc(ClassLoader classLoader, ResourceEnvRef res, JonasResourceEnv jRes)
          Construct a descriptor for the resource-env-ref and jonas-resource-env tags.
ResourceRefDesc(ClassLoader classLoader, ResourceRef res, JonasResource jRes)
          Construct a descriptor for the resource-ref and jonas-resource tags.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.common.digester
 

Methods in org.ow2.jonas.deployment.common.digester that throw DeploymentDescException
 void JDigester.parse(Reader reader, String fileName, TopLevelElement element)
          Parse the deployment descriptor
 

Constructors in org.ow2.jonas.deployment.common.digester that throw DeploymentDescException
JDigester(JRuleSetBase ruleSet, boolean parsingWithValidation, boolean namespaceAware, DTDs dtds, Schemas schemas)
          Construct an instance of a JDigester which is a Digester that is configured for parsing the deployment descriptors standards and specifics used in JOnAS application.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.domain
 

Subclasses of DeploymentDescException in org.ow2.jonas.deployment.domain
 class DomainMapException
          The class EarDeploymentDescException indicates conditions that a reasonable application might want to catch.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.ear
 

Subclasses of DeploymentDescException in org.ow2.jonas.deployment.ear
 class EarDeploymentDescException
          The class EarDeploymentDescException indicates conditions that a reasonable application might want to catch.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.ejb
 

Methods in org.ow2.jonas.deployment.ejb that throw DeploymentDescException
protected  int SessionStatelessDesc.addEJBMethodDesc(int len)
          Permit Methods addition from subtypes Protected method that need to be overridden in subclasses
protected  int BeanDesc.addEJBMethodDesc(int len)
          Permit Methods addition from subtypes Protected method that need to be overridden in subclasses
 void SessionDesc.check()
          Check that the bean descriptor is valid
 void SessionStatelessDesc.check()
          Check that the bean descriptor is valid
 void MessageDrivenDesc.check()
          Check that the message diven bean descriptor is valid
 void BeanDesc.check()
          Check that the bean descriptor is valid
 void BeanDesc.checkRemoteException(Method m, boolean shouldThrow)
          Check if method throws RemoteException (or not).
 void BeanDesc.checkRunAsMapping()
          Check that the runAs role mapping is correct
protected  void EntityDesc.checkTxAttribute(MethodDesc md)
          check that trans-attribute is valid for bean
protected  void SessionDesc.checkTxAttribute(MethodDesc md)
          check that trans-attribute is valid for bean
protected  void MessageDrivenDesc.checkTxAttribute(MethodDesc md)
          check that trans-attribute is valid for bean
protected abstract  void BeanDesc.checkTxAttribute(MethodDesc md)
          Check that trans-attribute is valid for a bean's method.
protected  void EjbRelationshipRoleDesc.fillMappingInfo()
          Fills the mapping information of this relation-ship role with the values defined in jonas DD.
protected  void EjbRelationDesc.fillMappingInfo()
          Fills the mapping information of this relation with the values defined in jonas DD.
protected  Class SessionStatelessDesc.getParentClass(String intfType)
          Returns the parent Class for a method given an interface type.
protected  Class BeanDesc.getParentClass(String intfType)
          Returns the parent Class for a method given an interface type.
protected  void SessionStatelessDesc.loadExtraClasses(CommonEjb bd, ClassLoader classLoader)
          load class for service-endpoint
protected  void BeanDesc.loadExtraClasses(CommonEjb ce, ClassLoader loader)
          Permit classes loading from subtypes.
protected abstract  BeanDesc DeploymentDesc.newEntityBeanDesc(ClassLoader cl, Entity ent, AssemblyDescriptor asd, JonasEntity j, JLinkedList jMDRList)
          In case of beans with old CMP1 persistance, we need to instanciate the old class, as if we were in an old Deployment Descriptor.
protected  BeanDesc DeploymentDescEjb1_1.newEntityBeanDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList)
           
protected  BeanDesc DeploymentDescEjb2.newEntityBeanDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList)
          In case of beans with old CMP1 persistance, we need to instanciate the old class, as if we were in an old Deployment Descriptor.
protected  void EjbRelationshipRoleDesc.setCmrFieldName(String name)
           
protected  void EjbRelationshipRoleDesc.setCmrFieldType(String type)
           
 void EjbRelationDesc.setJonasInfo(JonasEjbRelation jer)
          Finish initialisation
 void MethodCmp2Desc.setResultTypeMapping(String resultTypeMapping)
          set the state of resultTypeMappingRemote
protected  void BeanDesc.verifyRoleName(AssemblyDescriptor asd)
          Check that there are always corresponding role-name element in security-role and method-permission elements.
 

Constructors in org.ow2.jonas.deployment.ejb that throw DeploymentDescException
BeanDesc(ClassLoader classLoader, CommonEjb ejb, JonasCommonEjb jonasEjb, AssemblyDescriptor asd, JLinkedList jMDRList, String fileName)
          Constructor to be used by parent node
DeploymentDesc(ClassLoader classLoader, EjbJar ejbJar, JonasEjbJar jonasEjbJar, org.objectweb.util.monolog.api.Logger l, String fileName)
          Build the Meta-Information from the XML data binding trees containing the EJB and JOnAS deployment descriptors.
DeploymentDescEjb1_1(ClassLoader cl, EjbJar ej, JonasEjbJar jej, org.objectweb.util.monolog.api.Logger l, String fileName)
          constructor
DeploymentDescEjb2(ClassLoader classLoader, EjbJar ejbJar, JonasEjbJar jonasEjbJar, org.objectweb.util.monolog.api.Logger l, String fileName)
          Build the Meta-Information from the XML data binding trees containing the EJB and JOnAS deployment descriptors.
EjbRelationDesc(EjbRelation er, org.objectweb.util.monolog.api.Logger logger)
          constructor to be used by parent node.
EjbRelationshipRoleDesc(EjbRelationDesc rd, String name, EjbRelationshipRole role, JonasEjbRelationshipRole jrole, EjbRelationshipRole opposite, boolean isSlave, org.objectweb.util.monolog.api.Logger logger)
          constructor to be used by parent node
EntityBmpDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node
EntityCmp1Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node
EntityCmp2Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, DeploymentDescEjb2 dc2d, JLinkedList jMDRList, String fileName)
          constructor: called when the DeploymentDescriptor is read.
EntityCmpDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node.
EntityDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node
EntityJdbcCmp1Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor: called when the DeploymentDescriptor is read.
EntityJdbcCmp2Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, DeploymentDescEjb2 dc2d, JLinkedList jMDRList, String fileName)
          constructor: called when the DeploymentDescriptor is read.
SessionDesc(ClassLoader classLoader, Session ses, AssemblyDescriptor asd, JonasSession jSes, JLinkedList jMDRList, String filename)
          constructor: called when the DeploymentDescriptor is read.
SessionStatefulDesc(ClassLoader classLoader, Session ses, AssemblyDescriptor asd, JonasSession jSes, JLinkedList jMDRList, String filename)
          constructor: called when the DeploymentDescriptor is read.
SessionStatelessDesc(ClassLoader classLoader, Session ses, AssemblyDescriptor asd, JonasSession jSes, JLinkedList jMDRList, String filename)
          constructor: called when the DeploymentDescriptor is read.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.ejb.lib
 

Methods in org.ow2.jonas.deployment.ejb.lib that throw DeploymentDescException
protected  void EjbDeploymentDescManager.checkType(URL ejbJar, String ejbType, IJNDIEnvRefsGroupDesc bd)
          Check if the type of the ejb-ref is correct.
protected  void EjbDeploymentDescManager.checkTypeUsage(URL url, String mdType, String mdUsage, BeanDesc bd)
          Check if the type & usage of the message-destination-ref is correct.
static DeploymentDesc EjbDeploymentDescManager.getDeploymentDesc(String ejbjar, ClassLoader ejbLoader)
          Factory method using the ejb-jar file name.
static DeploymentDesc EjbDeploymentDescManager.getDeploymentDesc(String ejbJarXmlFileName, String jonasEjbJarXmlFileName, String jarFileName)
          Factory method using deployment descriptor and Jonas deployment descriptor file names.
 DeploymentDesc EjbDeploymentDescManager.getDeploymentDesc(URL url, ClassLoader ejbLoader, ClassLoader earLoader)
          Get the specified ejb deployment descriptor and put it in the cache if it is not in.
 String EjbDeploymentDescManager.getJndiName(URL currentFile, String ejbLink, ClassLoader earCl, String ejbType, DeploymentDesc deploymentDesc, boolean isEjbRef)
          Return the JNDI name from the ejbLink string.
static EjbJar EjbDeploymentDescManager.loadEjbJar(Reader reader, String name)
          Load the ejb_jar.xml file.
static JonasEjbJar EjbDeploymentDescManager.loadJonasEjbJar(Reader reader, String name)
          Load the EjbJar file
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.ejb.wrapper
 

Methods in org.ow2.jonas.deployment.ejb.wrapper that throw DeploymentDescException
static DeploymentDesc EjbManagerWrapper.getDeploymentDesc(URL url, ClassLoader moduleCL, ClassLoader earCL)
          Wrap EjbDeploymentDescManager.getInstance().getDeploymentDesc()
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.rar
 

Subclasses of DeploymentDescException in org.ow2.jonas.deployment.rar
 class RarDeploymentDescException
          The class RarDeploymentDescException indicates conditions that a reasonable application might want to catch.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.rar.lib
 

Methods in org.ow2.jonas.deployment.rar.lib that throw DeploymentDescException
static RarDeploymentDesc RarDeploymentDescManager.getInstance(Context ctx)
          Get an instance of an RAR deployment descriptor by parsing the ra.xml and jonas-ra.xml deployment descriptors.
static Connector RarDeploymentDescManager.loadConnector(Reader reader, String fileName)
          Load the ra.xml file.
static JonasConnector RarDeploymentDescManager.loadJonasConnector(Reader reader, String fileName)
          Load the jonas-ra.xml file.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.rar.wrapper
 

Methods in org.ow2.jonas.deployment.rar.wrapper that throw DeploymentDescException
static RarDeploymentDesc RarManagerWrapper.getInstance(Context ctx)
          Wrap the RarDeploymentDescManager.getInstance(Context).
static RarDeploymentDesc RarManagerWrapper.getRarDeploymentDesc(String rar, ClassLoader cl)
          Returns the RarDeploymentDesc corresponding to the Rar filename.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.web
 

Subclasses of DeploymentDescException in org.ow2.jonas.deployment.web
 class WebContainerDeploymentDescException
          The class WebContainerDeploymentDescException that indicates conditions that a reasonable application might want to catch.
 

Constructors in org.ow2.jonas.deployment.web that throw DeploymentDescException
WebContainerDeploymentDesc(String fileName, ClassLoader classLoader, WebApp webApp, JonasWebApp jonasWebApp, org.ow2.util.ee.metadata.war.api.IWarDeployableMetadata metadata)
          Construct an instance of a WebContainerDeploymentDesc.
Constructor is private, call one of the static getInstance method instead.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.web.lib
 

Methods in org.ow2.jonas.deployment.web.lib that throw DeploymentDescException
 WebContainerDeploymentDesc WebDeploymentDescManager.getDeploymentDesc(URL originalWarURL, ClassLoader loaderForCls, ClassLoader earLoader)
          Get the specified web deployment descriptor.
 WebContainerDeploymentDesc WebDeploymentDescManager.getDeploymentDesc(URL unpackedWarURL, URL originalWarURL, ClassLoader loaderForCls, ClassLoader earLoader)
          Get the specified web deployment descriptor.
static WebContainerDeploymentDesc WebDeploymentDescManager.getInstance(String warFileName, ClassLoader classLoaderForCls)
          Get an instance of a WEB deployment descriptor by parsing the web.xml and jonas-web.xml deployment descriptors.
static WebContainerDeploymentDesc WebDeploymentDescManager.getInstance(String warFileName, ClassLoader classLoaderForCls, String altWebXmlFilename)
          Get an instance of a WEB deployment descriptor by parsing the web.xml and jonas-web.xml deployment descriptors.
static JonasWebApp WebDeploymentDescManager.loadJonasWebApp(Reader reader, String fileName)
          Load the jonas-web.xml file.
static WebApp WebDeploymentDescManager.loadWebApp(Reader reader, String fileName)
          Load the web.xml file.
 

Uses of DeploymentDescException in org.ow2.jonas.deployment.ws
 

Subclasses of DeploymentDescException in org.ow2.jonas.deployment.ws
 class WSDeploymentDescException
          The class WSDeploymentDescException that indicates conditions that a reasonable application might want to catch.
 

Uses of DeploymentDescException in org.ow2.jonas.lib.ejb21.jorm
 

Constructors in org.ow2.jonas.lib.ejb21.jorm that throw DeploymentDescException
RdbMappingBuilder(DeploymentDescEjb2 dd)
          Constructor
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.