public final class SimpleCatalogManager extends PropertyManager implements CatalogResource
DEFAULT_PROPERTY_NAME, info, manager, PROPERTY_NAME_KEY, propertyName, propsKEY_CatalogCreatorInfo, KEY_Ptype, KEY_PtypeURL, KEY_SchemaSectionKEY_ResourceFactoryCreator| コンストラクタと説明 |
|---|
SimpleCatalogManager()
コンストラクタ
|
SimpleCatalogManager(java.lang.String ptypePath)
コンストラクタ
|
SimpleCatalogManager(java.lang.String ptypePath,
java.util.Properties contextProp)
コンストラクタ
|
SimpleCatalogManager(java.lang.String ptypePath,
java.net.URL ptypeURL,
java.util.Properties contextProp)
コンストラクタ
|
SimpleCatalogManager(java.lang.String ptypePath,
java.net.URL ptypeURL,
java.util.Properties contextProp,
java.util.Map contextTable) |
SimpleCatalogManager(java.net.URL ptypeURL)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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オブジェクトを取得する。
|
FilterFactory |
getFilterFactory() |
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を取得する。
|
static CatalogResource |
getInstance() |
ObservationFactory |
getObservationFactory() |
PhenomenonTypeResource |
getPhenomenonTypeResource() |
Key |
getResourceKey()
ResourceKeyを取得する。
|
boolean |
isRunningOnServer()
サーバーで動作しているか否かを返す
|
getEnvValue, getEnvValue, getEnvValue, getEnvValue, getInfo, getInfoValue, getInfoValue, getInfoValue, getInfoValue, getLocalValue, getLocalValue, getLocalValue, getLocalValue, getProperties, getPropertiesValue, getPropertiesValue, getPropertiesValue, getPropertiesValue, getPropertyName, getValue, getValue, getValue, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEnvValue, getEnvValue, getEnvValue, getInfo, getInfoValue, getInfoValue, getInfoValue, getInfoValue, getLocalValue, getLocalValue, getLocalValue, getLocalValue, getProperties, getPropertiesValue, getPropertiesValue, getPropertiesValue, getPropertiesValue, getPropertyName, getValue, getValue, getValue, getValuepublic SimpleCatalogManager(java.lang.String ptypePath, java.net.URL ptypeURL, java.util.Properties contextProp, java.util.Map contextTable)
public SimpleCatalogManager(java.lang.String ptypePath, java.net.URL ptypeURL, java.util.Properties contextProp)
ptypePath - ptypeURL - contextProp - public SimpleCatalogManager(java.lang.String ptypePath, java.util.Properties contextProp)
propertyName - info - public SimpleCatalogManager(java.net.URL ptypeURL)
ptypeURL - public SimpleCatalogManager(java.lang.String ptypePath)
ptypePath - public SimpleCatalogManager()
public static CatalogResource getInstance()
public java.lang.Object getFactory(Key factoryKey) throws FatalException
ResourcegetFactory インタフェース内 ResourceFatalExceptionpublic java.lang.Object getCreator(Key factoryKey) throws FatalException
ResourcegetCreator インタフェース内 ResourceFatalExceptionpublic java.util.Map getCreatorInfo()
ResourcegetCreatorInfo インタフェース内 Resourcepublic java.sql.Connection getConnection() throws FatalException
ResourcegetConnection インタフェース内 ResourceFatalExceptionpublic ConnectionFactory getConnectionFactory() throws FatalException
ResourcegetConnectionFactory インタフェース内 ResourceFatalExceptionpublic javax.naming.InitialContext getInitialContext() throws FatalException
ResourcegetInitialContext インタフェース内 ResourceFatalExceptionpublic InitialContextFactory getInitialContextFactory() throws FatalException
ResourcegetInitialContextFactory インタフェース内 ResourceFatalExceptionpublic javax.sql.DataSource getDataSource()
ResourcegetDataSource インタフェース内 Resourcepublic java.util.Hashtable getContextProp()
ResourcegetContextProp インタフェース内 Resourcepublic PhenomenonTypeResource getPhenomenonTypeResource() throws FatalException
getPhenomenonTypeResource インタフェース内 CatalogResourceFatalExceptionpublic FilterFactory getFilterFactory() throws FatalException
getFilterFactory インタフェース内 CatalogResourceFatalExceptionpublic ObservationFactory getObservationFactory() throws FatalException
getObservationFactory インタフェース内 CatalogResourceFatalExceptionpublic javax.naming.InitialContext getInitialContext(Key key) throws FatalException
ResourcegetInitialContext インタフェース内 ResourceFatalExceptionpublic javax.naming.InitialContext getInitialContext(java.lang.String keyString) throws FatalException
ResourcegetInitialContext インタフェース内 ResourceFatalExceptionpublic java.sql.Connection getConnection(Key key) throws FatalException
getConnection インタフェース内 ResourceFatalExceptionpublic java.sql.Connection getConnection(java.lang.String keyString) throws FatalException
getConnection インタフェース内 ResourceFatalExceptionpublic Key getResourceKey()
ResourcegetResourceKey インタフェース内 Resourcepublic boolean isRunningOnServer()
ResourceisRunningOnServer インタフェース内 Resource