BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.wtc.gwt
Class DSessConnInfo

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

public class DSessConnInfo
extends Object
implements Serializable

Provides information on a single Tuxedo connection.

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

Constructor Summary
  DSessConnInfo()
           
protected DSessConnInfo(String localId, String remoteId, boolean isConn)
           
 
Method Summary
 String getLocalAccessPointId()
          Retrieve the local access point id.
 String getRemoteAccessPointId()
          Retrieve the remote access point id.
 boolean isConnected()
          Retrieve the state of the connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSessConnInfo

public DSessConnInfo()

DSessConnInfo

protected DSessConnInfo(String localId,
                        String remoteId,
                        boolean isConn)
Method Detail

getLocalAccessPointId

public String getLocalAccessPointId()
Retrieve the local access point id.

Returns:
The local acesspoint id.

getRemoteAccessPointId

public String getRemoteAccessPointId()
Retrieve the remote access point id.

Returns:
The remote acesspoint id.

isConnected

public boolean isConnected()
Retrieve the state of the connection.

Returns:
True if the connection is active, else false.

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