BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.common.T3Client

Packages that use T3Client
weblogic.beans.common   
weblogic.common   
weblogic.db.jdbc   
weblogic.event.actions   
weblogic.event.evaluators   
 

Uses of T3Client in weblogic.beans.common
 

Methods in weblogic.beans.common with parameters of type T3Client
 void T3Bean.bind(T3Client t3, java.lang.String name, boolean implementation)
          Binds a T3Bean to an already-connected T3Client with the specified name and implementation.
 

Uses of T3Client in weblogic.common
 

Methods in weblogic.common that return T3Client
 T3Client T3Client.connect()
          Connects the T3Client to a WebLogic Server.
 T3Client T3Client.disconnect()
          Disconnects a T3Client from the WebLogic Server.
 T3Client T3Client.setHardDisconnectTimeoutMins(int minutes)
          Sets the value for a T3Client's hard disconnect timeout in minutes.
 T3Client T3Client.setSoftDisconnectTimeoutMins(int minutes)
          Sets the value for a T3Client's soft disconnect timeout in minutes.
 T3Client T3Client.setIdleDisconnectTimeoutMins(int minutes)
          Sets the value for a T3Client's idle disconnect timeout in minutes.
 T3Client T3Client.setVerbose(boolean verbose)
          Sets the verbose setting for a T3Client.
 

Uses of T3Client in weblogic.db.jdbc
 

Constructors in weblogic.db.jdbc with parameters of type T3Client
EventfulRecord.EventfulRecord(T3Client t3, EventfulTableDataSet etds)
          Constructs an EventfulRecord.
EventfulTableDataSet.EventfulTableDataSet(T3Client t3, java.sql.Connection conn, java.lang.String tablename, KeyDef key)
          Constructs an EventfulTableDataSet.
EventfulTableDataSet.EventfulTableDataSet(T3Client t3, java.sql.Connection conn, java.lang.String tablename, java.lang.String attributes, KeyDef key)
          Constructs an EventfulTableDataSet.
 

Uses of T3Client in weblogic.event.actions
 

Constructors in weblogic.event.actions with parameters of type T3Client
Action.Action(T3Client t3, java.lang.String entry, ParamSet ps)
          Constructs an Action with the specified T3Client, user-written class name, and set of parameters.
 

Uses of T3Client in weblogic.event.evaluators
 

Constructors in weblogic.event.evaluators with parameters of type T3Client
Evaluate.Evaluate(T3Client t3, java.lang.String entry, ParamSet ps)
          Constructs an Evaluate object with the specified T3Client, user-written class name, and set of parameters.
 


Documentation is available at
http://www.weblogic.com/docs51