com.tibco.ax.fw.runtime.transport
Interface IClientObject


public interface IClientObject

Protocol plugin specific implementation to provide more context specific information about the transaction.


Method Summary
 java.lang.String getHost()
          Returns host name in context of protocol plugn specfic implementation
 java.lang.String getPartner()
          Returns partner name in context of protocol plugin specfic implementation
 java.lang.String getProtocol()
          Returns protocol name in context of protocol plugin specfic implementation
 

Method Detail

getHost

java.lang.String getHost()
Returns host name in context of protocol plugn specfic implementation

Returns:
host name

getPartner

java.lang.String getPartner()
Returns partner name in context of protocol plugin specfic implementation

Returns:
partner name

getProtocol

java.lang.String getProtocol()
Returns protocol name in context of protocol plugin specfic implementation

Returns:
protocol name