BEA Systems, Inc.

weblogic.wtc.gwt
Class DSessConnInfo

java.lang.Object
  extended by weblogic.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

Method Summary
 String getConnected()
          Retrieve the state of the connection.
 String getLocalAccessPointId()
          Retrieve the local access point id.
 String getRemoteAccessPointId()
          Retrieve the remote access point id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

getConnected

public String getConnected()
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/docs92
Copyright 2006 BEA Systems Inc.