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 voidUserFunctions. 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 voidAssemblyLine. shutdown(boolean async)Shutdown an AssemblyLine, and wait a while for it to stop.voidSequence. shutdown(boolean sync)Request controlled shutdown of thisSequence, and waits for it to stop.static voidRS. stopAssemblyLines(java.lang.String name, int hashCode, boolean recurse, boolean async, RS rs)Stops specified running AssemblyLines.static voidRS. stopChildAssemblyLines(AssemblyLine al, boolean async)Recursively stop all children of one AssemblyLine.
-