|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JCO.Client in com.sap.mw.jco |
| Methods in com.sap.mw.jco that return JCO.Client | |
static JCO.Client |
JCO.createClient(java.util.Properties properties)
Creates an instance of a client connection to a remote SAP system. |
static JCO.Client |
JCO.createClient(java.lang.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(java.lang.String client,
java.lang.String user,
java.lang.String passwd,
java.lang.String lang,
java.lang.String ashost,
java.lang.String sysnr)
Creates an instance of a client connection to a remote SAP system (no load balancing) |
static JCO.Client |
JCO.createClient(java.lang.String client,
java.lang.String user,
java.lang.String passwd,
java.lang.String lang,
java.lang.String ashost,
java.lang.String sysnr,
java.lang.String gwhost,
java.lang.String gwserv)
Creates an instance of a client connection to a remote SAP system (no load balancing) |
static JCO.Client |
JCO.createClient(java.lang.String client,
java.lang.String user,
java.lang.String passwd,
java.lang.String lang,
java.lang.String mshost,
java.lang.String r3name,
java.lang.String group)
Creates an instance of a client connection to a remote SAP system (with load balancing) |
static JCO.Client |
JCO.createClient(java.lang.String client,
java.lang.String user,
java.lang.String passwd,
java.lang.String lang,
java.lang.String url)
Creates an instance of a client connection to a remote SAP system (with load balancing) |
static JCO.Client |
JCO.createClient(java.lang.String gwhost,
java.lang.String gwserv,
java.lang.String tpname)
Creates an instance of a client connection to a remote RFC server program |
static JCO.Client |
JCO.createClient(java.lang.String gwhost,
java.lang.String gwserv,
java.lang.String tpname,
java.lang.String tphost)
Creates an instance of a client connection to a remote RFC server program |
static JCO.Client |
JCO.getClient(java.lang.String key)
Returns a client connection from the specified pool. If no clients are available in pool, pool will wait max max_wait_time ms
until an other thread releases a client. |
static JCO.Client |
JCO.getClient(java.lang.String key,
boolean reset)
Returns a client connection from the specified pool. Note: Any client obtained by this method must be released with JCO.releaseClient() |
JCO.Client |
JCO.PoolManager.getClient(java.lang.String pool_name)
Returns a new client connection from the specified pool. Note: Any client obtained by this method must be released with JCO.releaseClient() if not needed anymore. |
JCO.Client |
JCO.PoolManager.getClient(java.lang.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 | |
void |
IMiddleware.IClient.initialize(JCO.Client client,
java.util.Properties params)
Called to initialize the client just after its creation. |
void |
IMiddleware.IClient.connect(JCO.Client client,
java.lang.String params)
Opens a client connection |
void |
IMiddleware.IClient.disconnect(JCO.Client client)
Closes a connection |
void |
IMiddleware.IClient.abort(JCO.Client client,
java.lang.String message)
Closes a connection and tries to send a final message to the caller |
void |
IMiddleware.IClient.reset(JCO.Client client)
Method to reset a connection |
boolean |
IMiddleware.IClient.isAlive(JCO.Client client)
Checks whether the connection is alive |
void |
IMiddleware.IClient.getAttributes(JCO.Client client)
Method that actually retrieves the attributes of a connection. |
void |
IMiddleware.IClient.execute(JCO.Client client,
java.lang.String name,
JCO.ParameterList imp,
JCO.ParameterList imptab,
JCO.ParameterList exp,
JCO.ParameterList exptab,
java.lang.String tid,
java.lang.String qname,
int qcount)
Executes a function on the server |
void |
IMiddleware.IClient.confirmTID(JCO.Client client,
java.lang.String tid)
Method that actually confirms a transaction |
java.lang.String |
IMiddleware.IClient.createTID(JCO.Client client)
Method that creates a transaction ID |
static void |
JCO.releaseClient(JCO.Client client)
Releases a client connection to its pool. It is neccessary to release all client connections that are obtained with JCO.getClient(). |
static IRepository |
JCO.createRepository(java.lang.String name,
JCO.Client client)
Creates a new repository |
void |
JCO.Pool.detachFromPool(JCO.Client client)
Detaches a client-connection from the pool. |
void |
JCO.PoolManager.addPool(java.lang.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. On SAP systems equal or above 4.0A the method resets the connection, i.e. frees all resources and context allocated on the server side (i.e. |
void |
JCO.PoolManager.detachFromPool(JCO.Client client)
Detaches a client-connection from the pool. |
void |
JCO.IDocument.send(JCO.Client client,
java.lang.String tid,
java.lang.String queue_name,
int queue_pos,
char idoc_version,
int options)
Sends the intermediate document (IDoc) to an SAP system. |
IMetaData |
JCO.Repository.queryFunctionInterface(JCO.Client client,
java.lang.String name)
Queries the function meta data for the passed function name. |
IMetaData |
JCO.Repository.queryStructureDefinition(JCO.Client client,
java.lang.String name)
Queries the meta data for the structure with the specified name. |
IMetaData |
JCO.Repository.queryTableDefinition(JCO.Client client,
java.lang.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.Repository(java.lang.String name,
JCO.Client client)
Creates a new SAP system repository |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||