|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.infoteria.asteria.definition.Struct | +--com.infoteria.asteria.connection.ConnectionEntry | +--com.infoteria.asteria.connection.CommonConnectionEntry
名前と値のセットを保持する汎用的なコネクションです。
Inner classes inherited from class com.infoteria.asteria.definition.Struct |
com.infoteria.asteria.definition.Struct.PropertyInfo |
Field Summary | |
static String |
PROP_MASKED_PARAM
|
static String |
PROP_PARAM
|
static String |
PROP_POOL
|
static String |
TYPE
|
Fields inherited from class com.infoteria.asteria.connection.ConnectionEntry |
PROP_DYNAMIC, PROP_ROLE |
Fields inherited from class com.infoteria.asteria.definition.Struct |
_propMap, TYPE_ARRAY, TYPE_PARAM, TYPE_STRING |
Fields inherited from interface com.infoteria.asteria.connection.resource.ConnectionInfo |
ATTRIBUTE_NOT_FOUND, CONNECTION_CLOSE_ERROR, CONNECTION_NOT_FOUND, CONNECTION_POOL_CLEAR, CONNECTION_POOL_PUT, CONNECTION_POOL_REUSE_END, CONNECTION_TIMEOUT, CONVERT_OLDFILE, FAIL_DECRYPT_PASSWORD, FAIL_GET_WORKGROUP_MASTER, FAIL_READ_CONNECTION, INVALID_ATTRIBUTE, INVALID_URL, JDBC_DRIVER_NOT_FOUND, LIBRARY_ERROR, NOT_HAVE_CONNECTION_ROLE, NOT_XA_CONNECTION, POOL_CONNECTION_INVALID, REGISTER_CONNECTION, REGISTER_CONNECTION_COUNT, RELOAD_CONNECTION, REMOVE_CONNECTION, resource, SAVE_CONNECTION, XA_NOT_SUPPORTED |
Constructor Summary | |
CommonConnectionEntry()
|
|
CommonConnectionEntry(String name)
|
Method Summary | |
Map |
getParameterMap()
設定されたパラメータのMapを返します。 Mapの中身はKey、ValueともにStringです。 |
protected boolean |
isEncrypt(String name)
|
Methods inherited from class com.infoteria.asteria.connection.ConnectionEntry |
canUse, equals, getConnectionType, getRole, hashCode, isDynamic, isPool, isSupportProperty, isUserDefined, isXA |
Methods inherited from class com.infoteria.asteria.definition.Struct |
addArray, addParam, assign, getArray, getDecryptText, getEncryptText, getMetaData, getName, getOwnerFile, getParam, getStructType, getUse, getValue, setArray, setParam, setValue, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String TYPE
public static final String PROP_PARAM
public static final String PROP_MASKED_PARAM
public static final String PROP_POOL
Constructor Detail |
public CommonConnectionEntry()
public CommonConnectionEntry(String name)
Method Detail |
public Map getParameterMap()
protected boolean isEncrypt(String name)
isEncrypt
in class com.infoteria.asteria.definition.Struct
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |