Uses of Interface
org.ow2.easybeans.api.bean.info.IApplicationExceptionInfo

Packages that use IApplicationExceptionInfo
org.ow2.easybeans.api.bean.info Implementation of EJB 3.0 container API 
 

Uses of IApplicationExceptionInfo in org.ow2.easybeans.api.bean.info
 

Methods in org.ow2.easybeans.api.bean.info that return IApplicationExceptionInfo
 IApplicationExceptionInfo IBeanInfo.getApplicationException(Throwable throwable)
          Try to see if we've an application exception object for the given exception.
 IApplicationExceptionInfo IBeanInfo.getDefaultCheckedException()
          Gets a default checked exception attribute with rollback = false for checkedException.
 

Methods in org.ow2.easybeans.api.bean.info that return types with arguments of type IApplicationExceptionInfo
 Map<String,IApplicationExceptionInfo> IBeanInfo.getApplicationExceptions()
          Gets the list of application exceptions defined on this ejb jar metadata.
 

Method parameters in org.ow2.easybeans.api.bean.info with type arguments of type IApplicationExceptionInfo
 void IBeanInfo.setApplicationExceptions(Map<String,IApplicationExceptionInfo> applicationExceptions)
          Sets the list of application exceptions defined on this ejb jar metadata.
 



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