Uses of Class
com.aspectran.core.activity.ActivityTerminatedException
-
Packages that use ActivityTerminatedException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.daemon.activity Contains a variant of the activity interface for Aspectran Daemon.com.aspectran.embed.activity Contains a variant of the activity interface for embedded Aspectran.com.aspectran.shell.activity Contains a variant of the activity interface for command-line application.com.aspectran.undertow.activity com.aspectran.web.activity Contains a variant of the activity interface for web application. -
-
Uses of ActivityTerminatedException in com.aspectran.core.activity
Methods in com.aspectran.core.activity that throw ActivityTerminatedException Modifier and Type Method Description protected voidCoreActivity. parseRequest()voidAbstractActivity. terminate()voidAbstractActivity. terminate(java.lang.String cause)voidActivity. terminate()Throws an ActivityTerminatedException to terminate the current activity.voidActivity. terminate(java.lang.String cause)Throws an ActivityTerminatedException with the reason for terminating the current activity. -
Uses of ActivityTerminatedException in com.aspectran.daemon.activity
Methods in com.aspectran.daemon.activity that throw ActivityTerminatedException Modifier and Type Method Description protected voidDaemonActivity. parseRequest() -
Uses of ActivityTerminatedException in com.aspectran.embed.activity
Methods in com.aspectran.embed.activity that throw ActivityTerminatedException Modifier and Type Method Description protected voidAspectranActivity. parseRequest() -
Uses of ActivityTerminatedException in com.aspectran.shell.activity
Methods in com.aspectran.shell.activity that throw ActivityTerminatedException Modifier and Type Method Description protected voidShellActivity. parseRequest() -
Uses of ActivityTerminatedException in com.aspectran.undertow.activity
Methods in com.aspectran.undertow.activity that throw ActivityTerminatedException Modifier and Type Method Description protected voidTowActivity. parseRequest() -
Uses of ActivityTerminatedException in com.aspectran.web.activity
Methods in com.aspectran.web.activity that throw ActivityTerminatedException Modifier and Type Method Description protected voidWebActivity. parseRequest()
-