Uses of Class
com.ibm.di.server.RS
-
Packages that use RS Package Description 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 Security Verify 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 Modifier and Type Method Description 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 Constructor Description ConfigInstanceImpl(RS aConfigInstance, SessionImpl aSession)
-
Uses of RS in com.ibm.di.server
Fields in com.ibm.di.server declared as RS Modifier and Type Field Description static RS
RS. gRS
Global static reference to the master RS object (non-threaded)Methods in com.ibm.di.server that return RS Modifier and Type Method Description static RS
RS. createConfigInstance(java.lang.String groupName, java.util.Hashtable<java.lang.String,java.lang.Object> params)
Create a new config instance but do not start it.RS
Sequence. getParent()
RS
Scheduler. getRS()
Returns the RS that started this Schedulerstatic RS
RS. getServer()
Returns the RS instance associated with the current ThreadGroup.static RS
RS. getServer(java.lang.String name)
Returns a namedRS
instancestatic RS
RS. getServerByConfig(MetamergeConfig aConfig)
Gets the server instance that uses the specified by theaConfig
configuration.static RS
RS. startServer(java.lang.String[] args)
Starts server usingnull
for the unique name of the server instance and command line parameters parsed to params table.static RS
RS. startServer(java.lang.String config, java.lang.String assemblyLines)
Starts server usingnull
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 usingnull
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 usingnull
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 usingnull
for the unique name of the server instance.static RS
RS. startServer(java.lang.String groupName, java.util.Hashtable<java.lang.String,java.lang.Object> params)
Starts a new server instance.Methods in com.ibm.di.server with parameters of type RS Modifier and Type Method Description static void
RS. registerServer(RS server)
Registers the config object to be associated with the current ThreadGroupstatic void
RS. stopAssemblyLines(java.lang.String name, int hashCode, boolean recurse, boolean async, RS rs)
Stops specified running AssemblyLines.static void
RS. unregisterServer(RS server)
Registers the config object to be associated with the current ThreadGroupConstructors in com.ibm.di.server with parameters of type RS Constructor Description Scheduler(RS rs, SchedulerConfig config)
The constructor for the class.Sequence(RS rs, SequenceConfig sc, java.lang.Object params)
-