|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JCO.Client in com.sap.mw.jco |
| Fields in com.sap.mw.jco declared as JCO.Client | |
protected JCO.Client |
JCO.Pool.master
The master connection for this pool |
protected JCO.Client |
JCO.Repository.client
Client |
| Methods in com.sap.mw.jco that return JCO.Client | |
static JCO.Client |
JCO.createClient(Properties properties)
Creates an instance of a client connection to a remote SAP system. |
static JCO.Client |
JCO.createClient(String[][] params)
Creates an instance of a client to a remote SAP system using an array to specify the connection parameters. |
static JCO.Client |
JCO.createClient(String client,
String user,
String passwd,
String lang,
String ashost,
String sysnr)
Creates an instance of a client connection to a remote SAP system (no load balancing) |
static JCO.Client |
JCO.createClient(String client,
String user,
String passwd,
String lang,
String ashost,
String sysnr,
String gwhost,
String gwserv)
Creates an instance of a client connection to a remote SAP system (no load balancing) |
static JCO.Client |
JCO.createClient(String client,
String user,
String passwd,
String lang,
String mshost,
String r3name,
String group)
Creates an instance of a client connection to a remote SAP system (with load balancing) |
static JCO.Client |
JCO.createClient(String client,
String user,
String passwd,
String lang,
String url)
Creates an instance of a client connection to a remote SAP system (with load balancing) |
static JCO.Client |
JCO.createClient(String gwhost,
String gwserv,
String tpname)
Creates an instance of a client connection to a remote RFC server program |
static JCO.Client |
JCO.createClient(String gwhost,
String gwserv,
String tpname,
String tphost)
Creates an instance of a client connection to a remote RFC server program |
static JCO.Client |
JCO.getClient(String key)
Returns a client connection from the specified pool. |
static JCO.Client |
JCO.getClient(String key,
boolean reset)
Returns a client connection from the specified pool. |
protected JCO.Client |
JCO.Client.hide()
Hide the client from application to avoid further usage |
protected JCO.Client |
JCO.Pool.getClient(boolean reset)
Returns a client from the pool |
JCO.Client |
JCO.PoolManager.getClient(String pool_name)
Returns a new client connection from the specified pool. |
JCO.Client |
JCO.PoolManager.getClient(String pool_name,
boolean reset)
Returns a new client connection from the specified pool and resets all resources associated with this connection. |
| Methods in com.sap.mw.jco with parameters of type JCO.Client | |
static void |
JCO.releaseClient(JCO.Client client)
Releases a client connection to its pool. |
static IRepository |
JCO.createRepository(String name,
JCO.Client client)
Creates a new repository |
protected void |
JCO.Pool.releaseClient(JCO.Client client)
Returns the client connection to the pool |
void |
JCO.Pool.detachFromPool(JCO.Client client)
Detaches a client-connection from the pool. |
void |
JCO.PoolManager.addPool(String pool_name,
JCO.Client master,
int max_pool_size)
Adds a new pool to the pools list |
void |
JCO.PoolManager.releaseClient(JCO.Client client)
Returns the client connection to the pool. |
void |
JCO.PoolManager.detachFromPool(JCO.Client client)
Detaches a client-connection from the pool. |
void |
JCO.IDocument.send(JCO.Client client,
String tid,
String queue_name,
int queue_pos,
char idoc_version,
int options)
Sends the intermediate document (IDoc) to an SAP system. |
protected int |
JCO.Repository.getVersion(JCO.Client client)
Checks and returns the repository version. |
protected void |
JCO.Repository.execute(JCO.Client client,
JCO.Function function)
Executes a function and applies proper synchronization |
IMetaData |
JCO.Repository.queryFunctionInterface(JCO.Client client,
String name)
Queries the function meta data for the passed function name. |
protected void |
JCO.Repository.queryFunctionInterfaceEpilog(JCO.Client client,
JCO.MetaData meta_data,
JCO.Table funint)
Hook for derived classes which might want to do further processing |
IMetaData |
JCO.Repository.queryStructureDefinition(JCO.Client client,
String name)
Queries the meta data for the structure with the specified name. |
protected void |
JCO.Repository.queryStructureInterfaceEpilog(JCO.Client client,
JCO.MetaData meta_data,
JCO.Table fields)
Hook for derived classes which might want to do further processing |
IMetaData |
JCO.Repository.queryTableDefinition(JCO.Client client,
String name)
Queries the meta data for the table with the specified the name. |
| Constructors in com.sap.mw.jco with parameters of type JCO.Client | |
JCO.Pool(JCO.PoolManager manager,
String name,
JCO.Client master,
int max_pool_size)
Creates a new pool. |
|
JCO.Repository(String name,
JCO.Client client)
Creates a new SAP system repository |
|
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||