Uses of Class
com.ibm.di.server.RS

Packages that use RS
com.ibm.di.api.local.impl   
com.ibm.di.server   
 

Uses of RS in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl with parameters of type RS
static String ConfigInstanceImpl.genGUID(RS aConfigInstance)
           
 

Constructors in com.ibm.di.api.local.impl with parameters of type RS
ConfigInstanceImpl(RS aConfigInstance, SessionImpl aSession)
           
 

Uses of RS in com.ibm.di.server
 

Fields in com.ibm.di.server declared as RS
static RS RS.gRS
          Global static reference to the master RS object (non-threaded)
 

Methods in com.ibm.di.server that return RS
static RS RS.getServer()
          Returns the RS instance associated with the current ThreadGroup
static RS RS.getServer(String name)
          Returns a named RS instance
static RS RS.getServerByConfig(MetamergeConfig aConfig)
           
static RS RS.startServer(String[] args)
          Calls startServer using the config URL as the unique thread group name.
static RS RS.startServer(String groupName, Hashtable params)
          Starts a new server instance.
static RS RS.startServer(String config, String assemblyLines, String eventHandlers)
          Calls startServer using the config URL as the unique thread group name.
static RS RS.startServer(String config, String assemblyLines, String eventHandlers, String passw)
          Calls startServer using the config URL as the unique thread group name.
static RS RS.startServer(String config, String assemblyLines, String eventHandlers, String passw, boolean dontTerminate)
          Calls startServer using the config URL as the unique thread group name.
 

Methods in com.ibm.di.server with parameters of type RS
static void RS.registerServer(RS server)
          Registers the config object to be associated with the current ThreadGroup
static void RS.unregisterServer(RS server)
          Registers the config object to be associated with the current ThreadGroup