Uses of Class
org.springframework.jee.inject.ApplicationExceptionInfo

Packages that use ApplicationExceptionInfo
org.springframework.jee.inject JSR250 Support. 
org.springframework.jee.transaction EJB3 transaction support based on Spring facilities. 
 

Uses of ApplicationExceptionInfo in org.springframework.jee.inject
 

Fields in org.springframework.jee.inject declared as ApplicationExceptionInfo
static ApplicationExceptionInfo ApplicationExceptionInfo.COMMIT
           
static ApplicationExceptionInfo ApplicationExceptionInfo.ROLLBACK
           
 

Methods in org.springframework.jee.inject that return ApplicationExceptionInfo
 ApplicationExceptionInfo DeploymentUnitMetadata.getApplicationExceptionInfo(Class<? extends Exception> t)
           
 

Methods in org.springframework.jee.inject that return types with arguments of type ApplicationExceptionInfo
 Map<Class<? extends Exception>,ApplicationExceptionInfo> DeploymentUnitMetadata.getApplicationExceptions()
           
 

Methods in org.springframework.jee.inject with parameters of type ApplicationExceptionInfo
 void DeploymentUnitMetadata.registerApplicationExceptionInfo(Class<? extends Exception> t, ApplicationExceptionInfo aei)
          Register an applicationExceptionInfo.
 

Uses of ApplicationExceptionInfo in org.springframework.jee.transaction
 

Methods in org.springframework.jee.transaction that return ApplicationExceptionInfo
protected  ApplicationExceptionInfo DefaultApplicationExceptionManager.inspectRuntimeException(Class<? extends RuntimeException> uncheckedException)
          Create AppExInfo for unchecked application exceptions.
 

Method parameters in org.springframework.jee.transaction with type arguments of type ApplicationExceptionInfo
 void DefaultApplicationExceptionManager.addApplicationException(Map<Class<? extends Exception>,ApplicationExceptionInfo> applicationExceptions)
          Add a map of application exceptions that are already parsed (for example defined within an Ejb container through an xml file).
 



Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.