|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbortALException | |
---|---|
com.ibm.di.function | Provides useful functions for the Tivoli Directory Integrator. |
com.ibm.di.server | Provides classes for the Tivoli Directory Integrator core engine. |
Uses of AbortALException in com.ibm.di.function |
---|
Methods in com.ibm.di.function that throw AbortALException | |
---|---|
void |
UserFunctions.abortAssemblyLine(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(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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |