Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Class
oracle.jbo.JboWarning

Packages that use JboWarning
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.client.remote   
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.common.ws   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb   
oracle.jbo.server.remote   

 

Uses of JboWarning in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding with parameters of type JboWarning
 void DCBindingContainer.handleWarning(JboWarning warn)
           

 

Uses of JboWarning in oracle.jbo

 

Methods in oracle.jbo with parameters of type JboWarning
 void JboExceptionHandler.handleWarning(JboWarning warn)
          Catches a warning thrown by the middle tier.
 void ApplicationModule.addWarning(JboWarning warn)
          Adds a warning message.

 

Uses of JboWarning in oracle.jbo.client.remote

 

Methods in oracle.jbo.client.remote with parameters of type JboWarning
 void ApplicationModuleImpl.handleWarning(JboWarning warn)
           
 void ApplicationModuleImpl.addWarning(JboWarning warn)
           

 

Uses of JboWarning in oracle.jbo.common

 

Constructors in oracle.jbo.common with parameters of type JboWarning
SvcMsgResponseException(java.lang.String resName, JboWarning warn)
           

 

Uses of JboWarning in oracle.jbo.common.ws

 

Methods in oracle.jbo.common.ws with parameters of type JboWarning
 void WSApplicationModuleImpl.addWarning(JboWarning warn)
           

 

Uses of JboWarning in oracle.jbo.server

 

Methods in oracle.jbo.server with parameters of type JboWarning
 void NullDBTransactionImpl.addWarning(JboWarning warn)
          Deprecated. Implementation of the DBTransaction interface.
 void DBTransactionImpl.addWarning(JboWarning warn)
          Adds a warning to the root Application Module warning stack.
 void DBTransaction.addWarning(JboWarning warn)
          Adds a warning to the root Application Module's current list of warnings.
 void ApplicationModuleImpl.addWarning(JboWarning warn)
          Specifies the name of the handler that will perform special processing of warnings on the client.

 

Uses of JboWarning in oracle.jbo.server.ejb

 

Methods in oracle.jbo.server.ejb with parameters of type JboWarning
 void LocalApplicationModuleImpl.addWarning(JboWarning warn)
           

 

Uses of JboWarning in oracle.jbo.server.remote

 

Methods in oracle.jbo.server.remote with parameters of type JboWarning
 void AbstractRemoteApplicationModuleImpl.handleWarning(JboWarning warn)
           

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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