public abstract class AbstractXmlMetaDataStore extends java.lang.Object implements MetaDataStore
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected javax.xml.bind.JAXBContext |
context |
| コンストラクタと説明 |
|---|
AbstractXmlMetaDataStore() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
destroyed()
Service破棄時に呼び出されます。
|
void |
inited(MetaDataRepository service,
Config config)
Service初期化時に呼び出されます。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefinitionList, getHistoryById, load, load, loadById, loadById, remove, store, update, updateConfigByIdpublic void inited(MetaDataRepository service, Config config)
ServiceInitListenerinited インタフェース内 ServiceInitListener<MetaDataRepository>public void destroyed()
ServiceInitListenerdestroyed インタフェース内 ServiceInitListener<MetaDataRepository>