Uses of Interface
com.aspectran.core.context.ActivityContext
-
Packages that use ActivityContext Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.component.bean com.aspectran.core.component.bean.aware com.aspectran.core.component.bean.proxy com.aspectran.core.component.template com.aspectran.core.context A Package for providing core components and configuring an execution environment.com.aspectran.core.context.builder com.aspectran.core.service A Package for providing core components and configuring an execution environment.com.aspectran.scheduler.activity Contains a variant of the activity interface for Aspectran Scheduler.com.aspectran.scheduler.service Contains a variant of the service interface for Aspectran Scheduler. -
-
Uses of ActivityContext in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return ActivityContext Modifier and Type Method Description ActivityContextAbstractActivity. getActivityContext()ActivityContextActivity. getActivityContext()Gets the activity context.Constructors in com.aspectran.core.activity with parameters of type ActivityContext Constructor Description AbstractActivity(ActivityContext context)Instantiates a new abstract activity.AdviceActivity(ActivityContext context)Instantiates a new AdviceActivity.CoreActivity(ActivityContext context)Instantiates a new CoreActivity.DefaultActivity(ActivityContext context)Instantiates a new DefaultActivity.InstantActivity(ActivityContext context)Instantiates a new InstantActivity. -
Uses of ActivityContext in com.aspectran.core.component.bean
Constructors in com.aspectran.core.component.bean with parameters of type ActivityContext Constructor Description ContextualBeanRegistry(ActivityContext context, BeanRuleRegistry beanRuleRegistry, BeanProxifierType beanProxifierType) -
Uses of ActivityContext in com.aspectran.core.component.bean.aware
Methods in com.aspectran.core.component.bean.aware with parameters of type ActivityContext Modifier and Type Method Description voidActivityContextAware. setActivityContext(ActivityContext context) -
Uses of ActivityContext in com.aspectran.core.component.bean.proxy
Methods in com.aspectran.core.component.bean.proxy with parameters of type ActivityContext Modifier and Type Method Description static java.lang.ObjectCglibDynamicProxyBean. newInstance(ActivityContext context, BeanRule beanRule, java.lang.Object[] args, java.lang.Class<?>[] argTypes)Creates a proxy class of bean and returns an instance of that class.static java.lang.ObjectJavassistDynamicProxyBean. newInstance(ActivityContext context, BeanRule beanRule, java.lang.Object[] args, java.lang.Class<?>[] argTypes)Creates a proxy class of bean and returns an instance of that class.static java.lang.ObjectJdkDynamicProxyBean. newInstance(ActivityContext context, BeanRule beanRule, java.lang.Object bean) -
Uses of ActivityContext in com.aspectran.core.component.template
Constructors in com.aspectran.core.component.template with parameters of type ActivityContext Constructor Description ContextualTemplateRenderer(ActivityContext context, TemplateRuleRegistry templateRuleRegistry)Instantiates a new context template renderer. -
Uses of ActivityContext in com.aspectran.core.context
Classes in com.aspectran.core.context that implement ActivityContext Modifier and Type Class Description classAspectranActivityContextThe Class AspectranActivityContext. -
Uses of ActivityContext in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that return ActivityContext Modifier and Type Method Description ActivityContextActivityContextBuilder. build()ActivityContextActivityContextBuilder. build(AspectranParameters aspectranParameters)ActivityContextActivityContextBuilder. build(java.lang.String rootFile)ActivityContextHybridActivityContextBuilder. build()ActivityContextHybridActivityContextBuilder. build(AspectranParameters aspectranParameters)ActivityContextHybridActivityContextBuilder. build(java.lang.String rootFile)protected ActivityContextAbstractActivityContextBuilder. createActivityContext(ContextRuleAssistant assistant)Returns a new instance of ActivityContext. -
Uses of ActivityContext in com.aspectran.core.service
Methods in com.aspectran.core.service that return ActivityContext Modifier and Type Method Description ActivityContextAbstractCoreService. getActivityContext()ActivityContextCoreService. getActivityContext()Returns the activity context.Methods in com.aspectran.core.service with parameters of type ActivityContext Modifier and Type Method Description voidAbstractCoreService. setActivityContext(ActivityContext activityContext) -
Uses of ActivityContext in com.aspectran.scheduler.activity
Constructors in com.aspectran.scheduler.activity with parameters of type ActivityContext Constructor Description JobActivity(ActivityContext context, org.quartz.JobExecutionContext jobExecutionContext)Instantiates a new job activity. -
Uses of ActivityContext in com.aspectran.scheduler.service
Methods in com.aspectran.scheduler.service that return ActivityContext Modifier and Type Method Description ActivityContextQuartzSchedulerService. getActivityContext()ActivityContextSchedulerService. getActivityContext()
-