Uses of Class
com.ibm.di.exceptions.AbortALException
-
Packages that use AbortALException Package Description com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator.com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of AbortALException in com.ibm.di.function
Methods in com.ibm.di.function that throw AbortALException Modifier and Type Method Description void
UserFunctions. abortAssemblyLine(java.lang.String reason)
Throws an AbortALException to instruct the AssemblyLine to terminate. -
Uses of AbortALException in com.ibm.di.server
Methods in com.ibm.di.server that throw AbortALException Modifier and Type Method Description void
AssemblyLine. shutdown(boolean async)
Shutdown an AssemblyLine, and wait a while for it to stop.void
Sequence. shutdown(boolean sync)
Request controlled shutdown of thisSequence
, and waits for it to stop.static void
RS. stopAssemblyLines(java.lang.String name, int hashCode, boolean recurse, boolean async, RS rs)
Stops specified running AssemblyLines.static void
RS. stopChildAssemblyLines(AssemblyLine al, boolean async)
Recursively stop all children of one AssemblyLine.
-