BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.wtc.gwt
Class TuxedoConnectionFactory

java.lang.Object
  extended byweblogic.wtc.gwt.TuxedoConnectionFactory
All Implemented Interfaces:
Serializable

public class TuxedoConnectionFactory
extends Object
implements Serializable

This is the factory of tuxedo connections which clients find in the JNDI tree. It will create the Tuxedo connection object upon which clients can do their tpcalls etc.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
static String JNDI_NAME
           
 
Constructor Summary
TuxedoConnectionFactory()
           
 
Method Summary
 TuxedoConnection getTuxedoConnection()
          Gets the Tuxedo connection object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_NAME

public static final String JNDI_NAME
See Also:
Constant Field Values
Constructor Detail

TuxedoConnectionFactory

public TuxedoConnectionFactory()
Method Detail

getTuxedoConnection

public TuxedoConnection getTuxedoConnection()
                                     throws TPException
Gets the Tuxedo connection object

Throws:
TPException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.