Uses of Class
com.ibm.di.exceptions.AbortALException

Packages that use AbortALException
com.ibm.di.function Provides useful functions for the Security Directory Integrator. 
com.ibm.di.server Provides classes for the Security Directory Integrator core engine. 
 

Uses of AbortALException in com.ibm.di.function
 

Methods in com.ibm.di.function that throw AbortALException
 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
 void Sequence.shutdown(boolean sync)
          Request controlled shutdown of this Sequence, and waits for it to stop.
 void AssemblyLine.shutdown(boolean async)
          Shutdown an AssemblyLine, and wait a while 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.