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.StringConfigInstanceImpl. 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 RSRS. gRSGlobal static reference to the master RS object (non-threaded)Methods in com.ibm.di.server that return RS Modifier and Type Method Description static RSRS. 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.RSSequence. getParent()RSScheduler. getRS()Returns the RS that started this Schedulerstatic RSRS. getServer()Returns the RS instance associated with the current ThreadGroup.static RSRS. getServer(java.lang.String name)Returns a namedRSinstancestatic RSRS. getServerByConfig(MetamergeConfig aConfig)Gets the server instance that uses the specified by theaConfigconfiguration.static RSRS. startServer(java.lang.String[] args)Starts server usingnullfor the unique name of the server instance and command line parameters parsed to params table.static RSRS. startServer(java.lang.String config, java.lang.String assemblyLines)Starts server usingnullfor the unique name of the server instance.static RSRS. startServer(java.lang.String config, java.lang.String assemblyLines, java.lang.String passw)Starts server usingnullfor the unique name of the server instance.static RSRS. startServer(java.lang.String config, java.lang.String assemblyLines, java.lang.String passw, boolean dontTerminate)Starts server usingnullfor the unique name of the server instance.static RSRS. 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 usingnullfor the unique name of the server instance.static RSRS. 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 voidRS. registerServer(RS server)Registers the config object to be associated with the current ThreadGroupstatic voidRS. stopAssemblyLines(java.lang.String name, int hashCode, boolean recurse, boolean async, RS rs)Stops specified running AssemblyLines.static voidRS. 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)
-