|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.bl.AdminBaseMgr
com.konakartadmin.bl.AdminStoreIntegrationMgr
public class AdminStoreIntegrationMgr
Used to provide an integration point when a store is added or changed
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.konakartadmin.bl.AdminBaseMgr |
---|
AdminBaseMgr.StaticData |
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
the log |
Fields inherited from class com.konakartadmin.bl.AdminBaseMgr |
---|
adminEng, baseMgrMutex, baseStaticDataHM, cDataEnd, cDataStart, kkConf, kkInstanceId, mgrFactory, STORE_ID, templateBaseDir |
Constructor Summary | |
---|---|
AdminStoreIntegrationMgr(KKAdminIf eng)
Constructor |
Method Summary | |
---|---|
void |
storeAdded(AdminStore store)
Called whenever a new store is added |
void |
storeChanged(AdminStore oldStore,
AdminStore newStore)
Called whenever a new store is added |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public AdminStoreIntegrationMgr(KKAdminIf eng) throws java.lang.Exception
eng
- KKAdmin engine
java.lang.Exception
Method Detail |
---|
public void storeAdded(AdminStore store)
storeAdded
in interface AdminStoreIntegrationMgrInterface
store
- The new storepublic void storeChanged(AdminStore oldStore, AdminStore newStore)
storeChanged
in interface AdminStoreIntegrationMgrInterface
oldStore
- The store object before the changenewStore
- The new store object after the change
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |