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 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
 

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.

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.