|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dbxml.util.SimpleConfigurable
com.dbxml.db.core.extension.SimpleExtension
SimpleExtension implements default behavior for the required methods of the Extension interface. It can be used to serve as the foundation for other Extension implementations.
Constructor Summary | |
SimpleExtension()
|
Method Summary | |
Collection |
getCollection()
getCollection returns the Collection context for this Extension. |
java.lang.String |
getName()
getName returns the name of this Extension. |
void |
setCollection(Collection collection)
setCollection sets the Collection context for this Extension. |
void |
setConfig(Configuration config)
setConfig sets the configuration information for the Configurable object instance. |
Methods inherited from class com.dbxml.util.SimpleConfigurable |
getConfig |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.dbxml.util.Configurable |
getConfig |
Constructor Detail |
public SimpleExtension()
Method Detail |
public void setCollection(Collection collection)
Extension
setCollection
in interface Extension
collection
- The Collectionpublic Collection getCollection()
Extension
getCollection
in interface Extension
public void setConfig(Configuration config) throws dbXMLException
Configurable
setConfig
in interface Configurable
setConfig
in class SimpleConfigurable
dbXMLException
public java.lang.String getName()
Extension
getName
in interface Extension
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |