Cool documentation

com.sap.tc.col.cds
Class ConnectionDataService

java.lang.Object
  |
  +--com.sap.tc.col.cds.ConnectionDataService
All Implemented Interfaces:
IConnectionDataService

public class ConnectionDataService
extends java.lang.Object
implements IConnectionDataService


Constructor Summary
ConnectionDataService()
           
 
Method Summary
 ConnectionData getConnectionData(java.lang.String channel, java.lang.String type)
          gets a connection data object according to a channel and type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionDataService

public ConnectionDataService()
Method Detail

getConnectionData

public ConnectionData getConnectionData(java.lang.String channel,
                                        java.lang.String type)
Description copied from interface: IConnectionDataService
gets a connection data object according to a channel and type.
Specified by:
getConnectionData in interface IConnectionDataService
Following copied from interface: com.sap.tc.col.cds.IConnectionDataService
Parameters:
channel - the connection channel (e.g. SAPJCO)
type - the connection type (e.g. connect to a specific application server or using Load Balancing with or without SSO, SNC)
Returns:
ConnectionData the connection data object needed to establish a connection

Cool documentation

Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:55