|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.function.SystemFunctions
public class SystemFunctions
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setServer(RSInterface server)
public static RSInterface getServer()
main
object in JavaScript.
RS
instance or null
if it couldn't be found, e.g. because the current Thread was not created by the TDI framework.public static ArrayList<String> split(String str, String sep)
public static ScriptConfig loadScript(String name)
public static ScriptConfig loadScript(String name, RSInterface server)
public static AssemblyLineConfig loadAssemblyLine(String name)
public static AssemblyLineConfig loadAssemblyLine(String name, RSInterface server)
public static ParserInterface loadParser(String name) throws Exception
Exception
public static ParserInterface loadParser(String name, RSInterface server) throws Exception
Exception
public static ParserInterface loadParser(ParserConfig config) throws Exception
Exception
public static ConnectorInterface loadConnector(String name) throws Exception
Exception
public static ConnectorInterface loadConnector(String name, RSInterface server) throws Exception
Exception
public static ConnectorInterface loadConnector(PropertyStoreConfig psc) throws Exception
Exception
public static ConnectorInterface loadConnector(ConnectorConfig config) throws Exception
Exception
public static ConnectorInterface loadConnector(ConnectorConfig config, Object parentConfig) throws Exception
Exception
public static ConnectorInterface loadConnector(ConnectorConfig config, Object parentConfig, RSInterface server) throws Exception
Exception
public static FunctionInterface loadFunction(String name) throws Exception
Exception
public static FunctionInterface loadFunction(String name, RSInterface server) throws Exception
Exception
public static FunctionInterface loadFunction(FunctionConfig config) throws Exception
Exception
public static FunctionInterface loadFunction(FunctionConfig config, Log log) throws Exception
Exception
public static SearchCriteria loadCriteria(Vector<String> m) throws Exception
Exception
public static Object getClassInstance(String className) throws Exception
Exception
public static void declareUserFunctions(ScriptEngine se) throws Exception
Exception
public static void declareUserFunctions(ScriptEngine se, RSInterface main) throws Exception
Exception
public static void rotatelog(RSInterface parent, String logfile) throws Exception
Note: If this property is not set, this method will not do anything.
See Also:
Online documentation for help about setting com.ibm.di.server.rotatelogs
property.
parent
- object used for getting the system property -
com.ibm.di.server.rotatelogs.logfile
- current log file
Exception
public static ConnectorConfig createRuntimeConnector() throws Exception
Exception
public static void setSystemProperties(MetamergeConfig config, boolean recursive) throws Exception
Exception
public static void setSystemProperties(MetamergeConfig mc) throws Exception
Exception
public static void doNothing()
public static void setupSystemConnectorInheritance()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |