com.sapportals.portal.prt.service.exportalJCOclient

Interface IExportalJCOClientService

All Superinterfaces:
IService

public interface IExportalJCOClientService
extends IService


Field Summary
static String KEY
           
 
Method Summary
 com.sap.mw.jco.JCO.Client getJCOClient(String destination, com.sapportals.portal.security.usermanagement.IUser user)
          Deprecated. Please use one of the methods with com.sap.security.api.IUser in its API.
 com.sap.mw.jco.JCO.Client getJCOClient(String destination, com.sap.security.api.IUser user)
          Get a JCO client.
 com.sap.mw.jco.JCO.Client getJCOClient(String destination, com.sapportals.portal.security.usermanagement.IUser user, long timeout)
          Deprecated. Please use one of the methods with com.sap.security.api.IUser in its API.
 com.sap.mw.jco.JCO.Client getJCOClient(String destination, com.sap.security.api.IUser user, long timeout)
          Get a JCO client.
 com.sap.mw.jco.JCO.Client getJCOClient(String destination, com.sapportals.portal.security.usermanagement.IUser user, long timeout, Locale locale)
          Deprecated. Please use one of the methods with com.sap.security.api.IUser in its API.
 com.sap.mw.jco.JCO.Client getJCOClient(String destination, com.sap.security.api.IUser user, long timeout, Locale locale)
          Get a JCO client.
 
Methods inherited from interface com.sapportals.portal.prt.service.IService
afterInit, configure, destroy, getContext, getKey, init, release
 

Field Detail

KEY

static final String KEY
See Also:
Constant Field Values
Method Detail

getJCOClient

com.sap.mw.jco.JCO.Client getJCOClient(String destination,
                                       com.sapportals.portal.security.usermanagement.IUser user)
Deprecated. Please use one of the methods with com.sap.security.api.IUser in its API.

Get a JCO client. The user must be authenticated. The connection is established with a timeout as specified in the service configuration file, property "DefaultTimeout". The language used for the connection will be the language of the default locale of the Java environment. This method exists for backward compatibility.


getJCOClient

com.sap.mw.jco.JCO.Client getJCOClient(String destination,
                                       com.sapportals.portal.security.usermanagement.IUser user,
                                       long timeout)
Deprecated. Please use one of the methods with com.sap.security.api.IUser in its API.

Get a JCO client. The user must be authenticated. The connection is established with a timeout as specified. It is specified in milliseconds. The language used for the connection will be the language of the default locale of the Java environment. This method exists for backward compatibility.


getJCOClient

com.sap.mw.jco.JCO.Client getJCOClient(String destination,
                                       com.sapportals.portal.security.usermanagement.IUser user,
                                       long timeout,
                                       Locale locale)
Deprecated. Please use one of the methods with com.sap.security.api.IUser in its API.

Get a JCO client. The user must be authenticated. The connection is established with a timeout as specified. It is specified in milliseconds. The language used for the connection will be the language of the given locale.

PLEASE NOTE: THE TIMEOUT MECHANISM IS NOT YET AVAILABLE. THEREFORE SPECIFIED VALUES FOR TIMEOUT HAVE NO EFFECT BUT SHOULD ALREADY BE HANDED-OVER. UNTIL THE TIMEOUT MECHANISM IS AVAILABLE, TAKE CARE OF PROPERLY CLOSING (DISCONNECTING) CONNECTIONS WHEN NO MORE USED. This method exists for backward compatibility.


getJCOClient

com.sap.mw.jco.JCO.Client getJCOClient(String destination,
                                       com.sap.security.api.IUser user)
Get a JCO client. The user must be authenticated. The connection is established with a timeout as specified in the service configuration file, property "DefaultTimeout". The language used for the connection will be the language of the default locale of the Java environment.


getJCOClient

com.sap.mw.jco.JCO.Client getJCOClient(String destination,
                                       com.sap.security.api.IUser user,
                                       long timeout)
Get a JCO client. The user must be authenticated. The connection is established with a timeout as specified. It is specified in milliseconds. The language used for the connection will be the language of the default locale of the Java environment.


getJCOClient

com.sap.mw.jco.JCO.Client getJCOClient(String destination,
                                       com.sap.security.api.IUser user,
                                       long timeout,
                                       Locale locale)
Get a JCO client. The user must be authenticated. The connection is established with a timeout as specified. It is specified in milliseconds. The language used for the connection will be the language of the given locale.

PLEASE NOTE: THE TIMEOUT MECHANISM IS NOT YET AVAILABLE. THEREFORE SPECIFIED VALUES FOR TIMEOUT HAVE NO EFFECT BUT SHOULD ALREADY BE HANDED-OVER. UNTIL THE TIMEOUT MECHANISM IS AVAILABLE, TAKE CARE OF PROPERLY CLOSING (DISCONNECTING) CONNECTIONS WHEN NO MORE USED.

Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-APPS-EXT [sap.com] tc/ep/apps/ext/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice