|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.query.function.UDFSource
public class UDFSource
| Constructor Summary | |
|---|---|
UDFSource(java.util.Collection<FunctionMethod> methods)
|
|
| Method Summary | |
|---|---|
java.util.Collection<FunctionMethod> |
getFunctionMethods()
This method requests that the source return all FunctionMethods
the source knows about. |
java.lang.Class<?> |
getInvocationClass(java.lang.String className)
This method determines where the invocation classes specified in the function metadata are actually retrieved from. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UDFSource(java.util.Collection<FunctionMethod> methods)
| Method Detail |
|---|
public java.util.Collection<FunctionMethod> getFunctionMethods()
FunctionMetadataSourceFunctionMethods
the source knows about. This can occur in several situations -
on initial registration with the FunctionLibraryManager, on a
general reload, etc. This may be called multiple times and should
always return the newest information available.
getFunctionMethods in interface FunctionMetadataSource
public java.lang.Class<?> getInvocationClass(java.lang.String className)
throws java.lang.ClassNotFoundException
FunctionMetadataSource
getInvocationClass in interface FunctionMetadataSourceclassName - Name of class
java.lang.ClassNotFoundException - If class could not be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||