Uses of Interface
com.ibm.di.server.RSInterface

Packages that use RSInterface
com.ibm.di.admin   
com.ibm.di.api   
com.ibm.di.connector   
com.ibm.di.eventhandler   
com.ibm.di.function   
com.ibm.di.log   
com.ibm.di.script   
com.ibm.di.server   
com.ibm.di.trigger   
 

Uses of RSInterface in com.ibm.di.admin
 

Classes in com.ibm.di.admin that implement RSInterface
 class RSInterfaceProxy
           
 

Uses of RSInterface in com.ibm.di.api
 

Methods in com.ibm.di.api with parameters of type RSInterface
 void ProcessRegistry.configInstanceStarted(RSInterface aConfigInstance)
           
static void APIEngine.configInstanceStarted(RSInterface aConfigInstance)
          This is a notification method, that notifies the engine that the specified Config Instance has been started.
 void ProcessRegistry.configInstanceStopped(RSInterface aConfigInstance)
           
static void APIEngine.configInstanceStopped(RSInterface aConfigInstance)
          This is a notification method, that notifies the engine that the specified Config Instance has been stopped.
static String APIEngine.getConfigId(RSInterface configInstance)
          Obtain the configuration instance id for a running configuration instance, which has already loaded its configuration file.
 

Uses of RSInterface in com.ibm.di.connector
 

Methods in com.ibm.di.connector that return RSInterface
 RSInterface Connector.getRSInterface()
          Returns the current RSInterface object in use by this connector.
 

Methods in com.ibm.di.connector with parameters of type RSInterface
 void ConnectorInterface.setRSInterface(RSInterface rsi)
          Set the RSInterface (server)
 void Connector.setRSInterface(RSInterface rsi)
          Sets the RSInterface for this connector to use.
 

Uses of RSInterface in com.ibm.di.eventhandler
 

Methods in com.ibm.di.eventhandler that return RSInterface
 RSInterface Switchboard.getParent()
           
 

Methods in com.ibm.di.eventhandler with parameters of type RSInterface
 void Switchboard.setParent(RSInterface parent)
           
 

Uses of RSInterface in com.ibm.di.function
 

Fields in com.ibm.di.function declared as RSInterface
 RSInterface UserFunctions.server
           
 

Methods in com.ibm.di.function that return RSInterface
 RSInterface UserFunctions.getServer()
           
static RSInterface SystemFunctions.getServer()
           
 

Methods in com.ibm.di.function with parameters of type RSInterface
static void SystemFunctions.declareUserFunctions(ScriptEngine se, RSInterface main)
           
static AssemblyLineConfig SystemFunctions.loadAssemblyLine(String name, RSInterface server)
           
static ConnectorInterface SystemFunctions.loadConnector(ConnectorConfig config, Object parentConfig, RSInterface server)
           
static ConnectorInterface SystemFunctions.loadConnector(String name, RSInterface server)
           
static FunctionInterface SystemFunctions.loadFunction(String name, RSInterface server)
           
static ParserInterface SystemFunctions.loadParser(String name, RSInterface server)
           
static ScriptConfig SystemFunctions.loadScript(String name, RSInterface server)
           
static void SystemFunctions.rotatelog(RSInterface parent, String logfile)
           
static void SystemFunctions.setServer(RSInterface server)
           
 

Constructors in com.ibm.di.function with parameters of type RSInterface
UserFunctions(RSInterface server)
           
 

Uses of RSInterface in com.ibm.di.log
 

Methods in com.ibm.di.log with parameters of type RSInterface
static boolean LogUtils.addAppenders(org.apache.log4j.Logger log, LogConfig config, Object[] params, RSInterface configInstance)
           
static boolean LogUtils.addLoggers(String type, String name, Log log, LogConfig config, RSInterface configInstance)
           
static org.apache.log4j.Appender LogUtils.createAppender(String type, String name, org.apache.log4j.Logger log, LogConfigItem config, Object[] substitute, RSInterface configInstance)
           
 

Uses of RSInterface in com.ibm.di.script
 

Methods in com.ibm.di.script with parameters of type RSInterface
 void ScriptEngine.loadScript(RSInterface parent, String contextName, String name, boolean forceInclude)
          This method includes a script in the current script engine context.
 

Constructors in com.ibm.di.script with parameters of type RSInterface
ScriptEngine(String scriptlang, RSInterface server)
          Constructor for the ScriptEngine object.
 

Uses of RSInterface in com.ibm.di.server
 

Classes in com.ibm.di.server that implement RSInterface
 class RS
          This is the main TDI class that forks off new threads to run AssemblyLines and EventHandlers.
 

Methods in com.ibm.di.server that return RSInterface
 RSInterface TaskInterface.getParent()
           
 RSInterface AssemblyLinePool.getParent()
           
 RSInterface AssemblyLine.getParent()
          This method returns the RSInterface (main) object.
 

Constructors in com.ibm.di.server with parameters of type RSInterface
AssemblyLine(RSInterface parent, String taskName, Object param, Log log)
          Constructor for the AssemblyLine object
AssemblyLinePool(String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig)
           
AssemblyLinePool(String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig, int debugPort)
           
AssemblyLinePool(String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig, String debugHost, int debugPort, boolean debugOnError)
           
 

Uses of RSInterface in com.ibm.di.trigger
 

Fields in com.ibm.di.trigger declared as RSInterface
protected  RSInterface Trigger.parent
           
 

Methods in com.ibm.di.trigger that return RSInterface
 RSInterface TriggerInterface.getParent()
          Gets the parent attribute of the TriggerInterface object
 RSInterface Trigger.getParent()
          Returns the trigger's parent RS - this is a reference to the TDI Server in which the trigger executes.
 

Methods in com.ibm.di.trigger with parameters of type RSInterface
 void TriggerInterface.setParent(RSInterface parent)
          Sets the parent attribute of the TriggerInterface object
 void Trigger.setParent(RSInterface o)
          Sets the trigger's parent RS - this is a reference to the TDI Server in which the trigger executes.