com.bea.connector
Interface IClientData

All Superinterfaces:
Serializable

public interface IClientData
extends Serializable


Method Summary
 String getClientID()
          Get an identifier for the client represented by this IClientData instance.
 IVariableSet getVariableSet()
          Get the variables for the client represented by this IClientData instance.
 

Method Detail

getClientID

public String getClientID()
Get an identifier for the client represented by this IClientData instance. This id is guaranteed to uniquely identify a given client making requests of the adapter.


getVariableSet

public IVariableSet getVariableSet()
Get the variables for the client represented by this IClientData instance. The returned IVariableSet instance is immutable.