|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.DBDiggerLoader
When this class is properly loaded in Avalon contain, DBDigger is ready to use
| Field Summary | |
static String |
ROLE
Role in avalong framework |
| Constructor Summary | |
DBDiggerLoader()
|
|
| Method Summary | |
void |
configure(Configuration conf)
Override method configure() of super class |
DBDigger |
getDBDigger(String name)
Method getDBDigger() |
DBDigger[] |
getDBDiggers()
Method getDBDiggers() |
static DBDiggerLoader |
getInstance()
Method getInstance() |
Schema |
getSchema()
Method getSchema() |
void |
initialize()
Override method initialize() of super class |
void |
service(ServiceManager sm)
Override method service() of super class |
void |
start()
Override method start() of super class |
void |
stop()
Override method stop() of super class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String ROLE
| Constructor Detail |
public DBDiggerLoader()
| Method Detail |
public static final DBDiggerLoader getInstance()
public void configure(Configuration conf)
configure in interface ConfigurableConfigurable.configure(org.apache.avalon.framework.configuration.Configuration)public DBDigger getDBDigger(String name)
name - Name of dbdigger
public DBDigger[] getDBDiggers()
public Schema getSchema()
public void initialize()
throws Exception
initialize in interface InitializableExceptionInitializable.initialize()
public void service(ServiceManager sm)
throws ServiceException
service in interface ServiceableServiceExceptionServiceable.service(org.apache.avalon.framework.service.ServiceManager)public void start()
start in interface StartableStartable.start()public void stop()
stop in interface StartableStartable.stop()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||