Business Components

Uses of Interface
oracle.jbo.JboExceptionHandler

Packages that use.*
PackageDescription
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common.ws   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb   
 

Uses of JboExceptionHandler in oracle.jbo
 

Methods in oracle.jbo that return JboExceptionHandler
TypeName
 JboExceptionHandler ApplicationModule.getExceptionHandler()
           
 

Methods in oracle.jbo with parameters of type JboExceptionHandler
TypeName
 void ApplicationModule.setExceptionHandler(JboExceptionHandler hndlr)
          Sets the exception handler for this Application Module.
 

Uses of JboExceptionHandler in oracle.jbo.common.ws
 

Methods in oracle.jbo.common.ws that return JboExceptionHandler
TypeName
 JboExceptionHandler WSApplicationModule.getExceptionHandler()
           
 

Methods in oracle.jbo.common.ws with parameters of type JboExceptionHandler
TypeName
 void WSApplicationModule.setExceptionHandler(JboExceptionHandler hndlr)
           
 

Uses of JboExceptionHandler in oracle.jbo.server
 

Methods in oracle.jbo.server that return JboExceptionHandler
TypeName
 JboExceptionHandler ApplicationModuleImpl.getExceptionHandler()
           
 

Methods in oracle.jbo.server with parameters of type JboExceptionHandler
TypeName
 void ApplicationModuleImpl.setExceptionHandler(JboExceptionHandler hndlr)
          Specifies the name of the handler which will perform special processing of the exceptions on the client.
 

Uses of JboExceptionHandler in oracle.jbo.server.ejb
 

Methods in oracle.jbo.server.ejb that return JboExceptionHandler
TypeName
 JboExceptionHandler LocalApplicationModuleImpl.getExceptionHandler()
           
 

Methods in oracle.jbo.server.ejb with parameters of type JboExceptionHandler
TypeName
 void LocalApplicationModuleImpl.setExceptionHandler(JboExceptionHandler hndlr)
           
 


Business Components