|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Provides metadata for this connector
| Field Summary | |
static int |
UNBOUNDED
use these constants to declare unbounded variable values |
static int |
UNDEFINED
use these constants to declare undefined variable values |
| Method Summary | |
java.util.Set |
getAdditionalProperties()
returns additional properties names and values supported by the connector |
java.lang.String |
getAdditionalPropertyValue(java.lang.String propertyName)
Returns a value of a given property name |
ICapabilities |
getCapabilities(IConnectionSpec connectionSpec)
returns the capabilities of this connector |
int |
getConnectionDefaultTimeout()
Returns the default timeout in milliseconds for obtaining a connection |
java.lang.String |
getDefaultDateFormat()
Returns the default date format when using a query |
java.lang.String |
getDefaultTimeFormat()
Returns the default date format when using a query |
int |
getExecutionDefaultTimeout()
Returns the default time in milliseconds for executing a function |
int |
getFirstIndex()
Returns the integer indicating the first element in an list either 0 or 1 |
int |
getMaxConnections()
Returns the number of maximum connections supported by the connector |
int |
getQueryDefaultTimeout()
Returns the default time in milliseconds for executing a query |
java.util.Set |
retrieveAdditionalPropertiesNames()
returns additional properties supported by the connector |
| Methods inherited from interface javax.resource.cci.ResourceAdapterMetaData |
getAdapterName, getAdapterShortDescription, getAdapterVendorName, getAdapterVersion, getInteractionSpecsSupported, getSpecVersion, supportsExecuteWithInputAndOutputRecord, supportsExecuteWithInputRecordOnly, supportsLocalTransactionDemarcation |
| Field Detail |
public static final int UNBOUNDED
public static final int UNDEFINED
| Method Detail |
public int getMaxConnections()
public int getConnectionDefaultTimeout()
public int getExecutionDefaultTimeout()
public int getQueryDefaultTimeout()
public java.lang.String getDefaultDateFormat()
public java.lang.String getDefaultTimeFormat()
public int getFirstIndex()
0 or 10 or 1
public ICapabilities getCapabilities(IConnectionSpec connectionSpec)
throws ConnectorException
connectionSpec - An IConnectionSpec object (could be null in case
the capabilities are not per specific connection)ICapabilitiespublic java.util.Set retrieveAdditionalPropertiesNames()
public java.lang.String getAdditionalPropertyValue(java.lang.String propertyName)
public java.util.Set getAdditionalProperties()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||