public abstract class AbstractAspectranService extends Object implements AspectranService
Modifier and Type | Method and Description |
---|---|
protected boolean |
destroyActivityContext() |
ActivityContext |
getActivityContext()
Gets the activity context.
|
ApplicationAdapter |
getApplicationAdapter()
Gets the application adapter.
|
AspectranClassLoader |
getAspectranClassLoader()
Gets the aspectran class loader.
|
AspectranConfig |
getAspectranConfig()
Returns the Aspectran configuration parameters used to generate the AspectranContext.
|
protected void |
initialize(AspectranConfig aspectranConfig) |
protected boolean |
isExposable(String transletName) |
boolean |
isHardReload()
Returns whether or not the java classes to be reload when the activity context is reloading.
|
protected ActivityContext |
loadActivityContext() |
protected boolean |
pauseSchedulerService() |
protected ActivityContext |
reloadActivityContext() |
protected boolean |
resumeSchedulerService() |
protected void |
setExposals(String[] exposals) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isActive, setAspectranServiceLifeCycleListener, shutdown
protected final Log log
public ApplicationAdapter getApplicationAdapter()
AspectranService
getApplicationAdapter
in interface AspectranService
public ActivityContext getActivityContext()
AspectranService
getActivityContext
in interface AspectranService
public AspectranClassLoader getAspectranClassLoader()
AspectranService
getAspectranClassLoader
in interface AspectranService
public boolean isHardReload()
AspectranService
isHardReload
in interface AspectranService
public AspectranConfig getAspectranConfig()
AspectranService
getAspectranConfig
in interface AspectranService
protected void initialize(AspectranConfig aspectranConfig) throws AspectranServiceException
AspectranServiceException
protected void setExposals(String[] exposals)
protected boolean isExposable(String transletName)
protected ActivityContext loadActivityContext() throws AspectranServiceException
AspectranServiceException
protected boolean destroyActivityContext()
protected ActivityContext reloadActivityContext() throws AspectranServiceException
AspectranServiceException
protected boolean pauseSchedulerService()
protected boolean resumeSchedulerService()
Copyright © 2008–2017 Aspectran.com. All rights reserved.