Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


Uses of Interface
oracle.jbo.JboExceptionHandler

Packages that use JboExceptionHandler
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
 JboExceptionHandler ApplicationModule.getExceptionHandler()
           

 

Methods in oracle.jbo with parameters of type JboExceptionHandler
 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
 JboExceptionHandler WSApplicationModuleImpl.getExceptionHandler()
           

 

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

 

Uses of JboExceptionHandler in oracle.jbo.server

 

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

 

Methods in oracle.jbo.server with parameters of type JboExceptionHandler
 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
 JboExceptionHandler LocalApplicationModuleImpl.getExceptionHandler()
           

 

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

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.