public interface Resource extends Property
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Key |
KEY_ResourceFactoryCreator |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.sql.Connection |
getConnection()
PEXA1互換用。
|
java.sql.Connection |
getConnection(Key key) |
java.sql.Connection |
getConnection(java.lang.String keyString) |
ConnectionFactory |
getConnectionFactory()
ConnectionFactoryを取得する。
|
java.util.Hashtable |
getContextProp()
PEXA1互換Test用(Internal use only)
|
java.lang.Object |
getCreator(Key factoryKey)
FacotoryKeyに対応したCreatorオブジェクトを取得する。
|
java.util.Map |
getCreatorInfo()
Key(FactoryKey)・Creatorのクラス名のマップを返す。
|
javax.sql.DataSource |
getDataSource()
PEXA1互換Test用(Internal use only)
|
java.lang.Object |
getFactory(Key factoryKey)
FactoryKeyに対応したFactoryオブジェクトを取得する。
|
javax.naming.InitialContext |
getInitialContext()
PEXA1互換用。
|
javax.naming.InitialContext |
getInitialContext(Key key)
keyに対応したInitialContextを取得する
|
javax.naming.InitialContext |
getInitialContext(java.lang.String keyString)
keyStringに対応したInitialContextを取得する
|
InitialContextFactory |
getInitialContextFactory()
InitialContextFactoryを取得する。
|
Key |
getResourceKey()
ResourceKeyを取得する。
|
boolean |
isRunningOnServer()
サーバーで動作しているか否かを返す
|
getEnvValue, getEnvValue, getEnvValue, getInfo, getInfoValue, getInfoValue, getInfoValue, getInfoValue, getLocalValue, getLocalValue, getLocalValue, getLocalValue, getProperties, getPropertiesValue, getPropertiesValue, getPropertiesValue, getPropertiesValue, getPropertyName, getValue, getValue, getValue, getValuestatic final Key KEY_ResourceFactoryCreator
java.lang.Object getFactory(Key factoryKey) throws FatalException
factoryKey - FatalExceptionjava.lang.Object getCreator(Key factoryKey) throws FatalException
factoryKey - FatalExceptionjava.util.Map getCreatorInfo()
java.sql.Connection getConnection()
throws FatalException
FatalExceptionjava.sql.Connection getConnection(Key key) throws FatalException
FatalExceptionjava.sql.Connection getConnection(java.lang.String keyString)
throws FatalException
FatalExceptionConnectionFactory getConnectionFactory() throws FatalException
FatalExceptionjavax.naming.InitialContext getInitialContext()
throws FatalException
FatalExceptionjavax.naming.InitialContext getInitialContext(Key key) throws FatalException
key - FatalExceptionjavax.naming.InitialContext getInitialContext(java.lang.String keyString)
throws FatalException
keyString - FatalExceptionInitialContextFactory getInitialContextFactory() throws FatalException
FatalExceptionjavax.sql.DataSource getDataSource()
java.util.Hashtable getContextProp()
Key getResourceKey()
boolean isRunningOnServer()