|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RS | |
---|---|
com.ibm.di.api.local.impl | Provides implementations of the interfaces for managing the local session of the server API. |
com.ibm.di.server | Provides classes for the Tivoli Directory Integrator core engine. |
Uses of RS in com.ibm.di.api.local.impl |
---|
Methods in com.ibm.di.api.local.impl with parameters of type RS | |
---|---|
static java.lang.String |
ConfigInstanceImpl.genGUID(RS aConfigInstance)
This method is for internal Server API usage. |
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(java.lang.String name)
Returns a named RS instance |
static RS |
RS.getServerByConfig(MetamergeConfig aConfig)
Gets the server instance that uses the specified by the aConfig configuration. |
static RS |
RS.startServer(java.lang.String[] args)
Starts server using null for the unique name of the server
instance and command line parameters parsed to params table. |
static RS |
RS.startServer(java.lang.String groupName,
java.util.Hashtable<java.lang.String,java.lang.Object> params)
Starts a new server instance. |
static RS |
RS.startServer(java.lang.String config,
java.lang.String assemblyLines)
Starts server using null for the unique name of the server
instance. |
static RS |
RS.startServer(java.lang.String config,
java.lang.String assemblyLines,
java.lang.String passw)
Starts server using null for the unique name of the server
instance. |
static RS |
RS.startServer(java.lang.String config,
java.lang.String assemblyLines,
java.lang.String passw,
boolean dontTerminate)
Starts server using null for the unique name of the server
instance. |
static RS |
RS.startServer(java.lang.String config,
java.lang.String assemblyLines,
java.lang.String passw,
boolean dontTerminate,
java.util.Hashtable<java.lang.String,java.lang.Object> userParams)
Starts server using null for the unique name of the server
instance. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |