|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The interface IConnectionSpecMetaData describes the metadata of the connection properties that compose the connectionSpec.
| Field Summary | |
static java.lang.String |
CONNECTION_PROPERTY_DEFAULT_GROUP
Default group for connection spec (most of non-SAP EISs use only the default group). |
static java.lang.String |
CONNECTION_PROPERTY_GROUP
Group property. |
static java.lang.String |
CONNECTION_PROPERTY_LANGUAGE
User Language. |
static java.lang.String |
CONNECTION_PROPERTY_PASSWORD
Password for the user establishing a connection (Standard JCA) |
static java.lang.String |
CONNECTION_PROPERTY_SSOTICKET
Single Sign On ticket for SAP systems |
static java.lang.String |
CONNECTION_PROPERTY_TIMEOUT
Connection Timeout in milliseconds |
static java.lang.String |
CONNECTION_PROPERTY_USER
Deprecated. use CONNECTION_PROPERTY_USERNAME instead. |
static java.lang.String |
CONNECTION_PROPERTY_USERNAME
Name of the user establishing a connection to an EIS instance (Standard JCA) |
static java.lang.String |
CONNECTION_PROPERTY_VALIDATE_ALIVE
Flag indicating whether to validate physical connection on matchManagedConnections() |
| Field Detail |
public static final java.lang.String CONNECTION_PROPERTY_USER
CONNECTION_PROPERTY_USERNAME instead.
public static final java.lang.String CONNECTION_PROPERTY_USERNAME
public static final java.lang.String CONNECTION_PROPERTY_PASSWORD
public static final java.lang.String CONNECTION_PROPERTY_LANGUAGE
java.utils.Locale and NOT the back-end application
(EIS) language string. The connector's developer has to translate
these strings.public static final java.lang.String CONNECTION_PROPERTY_SSOTICKET
public static final java.lang.String CONNECTION_PROPERTY_TIMEOUT
public static final java.lang.String CONNECTION_PROPERTY_GROUP
public static final java.lang.String CONNECTION_PROPERTY_DEFAULT_GROUP
public static final java.lang.String CONNECTION_PROPERTY_VALIDATE_ALIVE
matchManagedConnections()| Method Detail |
public java.util.Set retrieveAllConnectionPropertiesNames()
getAllConnectionPropertyGroups(),
getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup())
and then use IConnectionPropertyGroup.retrieveAllConnectionPropertiesNames()
public java.util.Set getAllConnectionProperties()
getAllConnectionPropertyGroups(),
getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup())
and then use IConnectionPropertyGroup.getAllConnectionProperties()
public IConnectionProperty getConnectionProperty(java.lang.String propertyName)
getAllConnectionPropertyGroups(),
getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup())
and then use IConnectionPropertyGroup.getConnectionProperty(String)
propertyName - the name of the propertyIConnectionPropertypublic java.util.Set retrieveAllConnectionPropertyGroupsNames()
public java.util.Set getAllConnectionPropertyGroups()
public IConnectionPropertyGroup getConnectionPropertyGroup(java.lang.String propertyGroupName)
propertyGroupName - the name of the propertyIConnectionPropertyGrouppublic IConnectionPropertyGroup getDefaultConnectionPropertyGroup()
IConnectionPropertyGroup
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||