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, getValue
static final Key KEY_ResourceFactoryCreator
java.lang.Object getFactory(Key factoryKey) throws FatalException
factoryKey
- FatalException
java.lang.Object getCreator(Key factoryKey) throws FatalException
factoryKey
- FatalException
java.util.Map getCreatorInfo()
java.sql.Connection getConnection() throws FatalException
FatalException
java.sql.Connection getConnection(Key key) throws FatalException
FatalException
java.sql.Connection getConnection(java.lang.String keyString) throws FatalException
FatalException
ConnectionFactory getConnectionFactory() throws FatalException
FatalException
javax.naming.InitialContext getInitialContext() throws FatalException
FatalException
javax.naming.InitialContext getInitialContext(Key key) throws FatalException
key
- FatalException
javax.naming.InitialContext getInitialContext(java.lang.String keyString) throws FatalException
keyString
- FatalException
InitialContextFactory getInitialContextFactory() throws FatalException
FatalException
javax.sql.DataSource getDataSource()
java.util.Hashtable getContextProp()
Key getResourceKey()
boolean isRunningOnServer()