Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

Uses of Class
weblogic.common.T3Connection

Packages that use T3Connection
weblogic.common Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications. 
 

Uses of T3Connection in weblogic.common
 

Methods in weblogic.common that return T3Connection
 T3Connection T3Connection.connect()
          Deprecated. Use the JNDI model
 T3Connection T3Client.getT3Connection()
          Returns the T3Connection object by which a T3Client is connected to a WebLogic Server.
 

Constructors in weblogic.common with parameters of type T3Connection
T3Client(T3Connection conn)
          Constructs a T3Client over the specified T3Connection.
T3Client(T3Connection conn, String workspace)
          Creates a T3Client object, given an existing T3Connection and Workspace name.
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04