Uses of Interface
org.ow2.util.ee.metadata.ejbjar.api.struct.IApplicationException

Packages that use IApplicationException
org.ow2.util.ee.metadata.ejbjar.api Implementation of EJB 3.0 container 
org.ow2.util.ee.metadata.ejbjar.api.xml.struct   
 

Uses of IApplicationException in org.ow2.util.ee.metadata.ejbjar.api
 

Methods in org.ow2.util.ee.metadata.ejbjar.api that return IApplicationException
 IApplicationException IEjbJarClassMetadata.getApplicationException()
           
 

Methods in org.ow2.util.ee.metadata.ejbjar.api that return types with arguments of type IApplicationException
 Map<String,IApplicationException> IEjbJarDeployableMetadata.getApplicationExceptions()
          Gets the list of application exceptions defined on this ejb jar metadata.
 

Methods in org.ow2.util.ee.metadata.ejbjar.api with parameters of type IApplicationException
 void IEjbJarClassMetadata.setApplicationException(IApplicationException applicationException)
          Sets the object representing the @ApplicationException annotation.
 

Uses of IApplicationException in org.ow2.util.ee.metadata.ejbjar.api.xml.struct
 

Methods in org.ow2.util.ee.metadata.ejbjar.api.xml.struct that return types with arguments of type IApplicationException
 List<IApplicationException> IAssemblyDescriptor.getApplicationExceptionList()
          Gets the list of <application-exception> elements.
 

Methods in org.ow2.util.ee.metadata.ejbjar.api.xml.struct with parameters of type IApplicationException
 void IAssemblyDescriptor.addApplicationException(IApplicationException applicationException)
          Adds a new <application-exception> element to assembly descriptor.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.