|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.query.function.FunctionLibraryManager
public class FunctionLibraryManager
Factory to obtain the local FunctionLibrary and register sources of function metadata.
Method Summary | |
---|---|
static ActivityReport |
deregisterSource(FunctionMetadataSource source)
Register a new source of function metadata. |
static FunctionLibrary |
getFunctionLibrary()
Factory method to obtain a reference to a function. |
static ActivityReport |
registerSource(FunctionMetadataSource source)
Register a new source of function metadata. |
static ActivityReport |
reloadSources()
Reload all sources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FunctionLibrary getFunctionLibrary()
public static ActivityReport registerSource(FunctionMetadataSource source)
reloadSources()
will be called as a result.
source
- A new source of function metadata
public static ActivityReport deregisterSource(FunctionMetadataSource source)
reloadSources()
will be called as a result.
source
- A new source of function metadata
public static ActivityReport reloadSources()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |