Uses of Class
com.aspectran.core.activity.ActivityPerformException
-
Packages that use ActivityPerformException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses. -
-
Uses of ActivityPerformException in com.aspectran.core.activity
Subclasses of ActivityPerformException in com.aspectran.core.activity Modifier and Type Class Description classActivityTerminatedExceptionException thrown when an activity is terminated during preparation or execution.Methods in com.aspectran.core.activity that throw ActivityPerformException Modifier and Type Method Description voidActivity. perform()Performs the prepared activity.<V> VActivity. perform(java.util.concurrent.Callable<V> instantAction)Performs the given instant activity.voidCoreActivity. perform()<V> VCoreActivity. perform(java.util.concurrent.Callable<V> instantAction)<V> VInstantActivity. perform(java.util.concurrent.Callable<V> instantAction)
-