SessionDataStore, SessionHandler, SessionManagerAbstractBeanFactory, AbstractBeanRegistry, AbstractComponent, AbstractSessionDataStore, AbstractSessionHandler, AspectranActivityContext, AspectRuleRegistry, ContextBeanRegistry, ContextTemplateProcessor, DefaultSessionManager, FileSessionDataStore, ScheduleRuleRegistry, TemplateRuleRegistry, TransletRuleRegistrypublic interface Component
Created: 2017. 7. 4.
| Modifier and Type | Method | Description |
|---|---|---|
void |
destroy() |
Destroy the component.
|
java.lang.String |
getComponentName() |
Returns the component name.
|
void |
initialize() |
Initialize the component.
|
boolean |
isAvailable() |
Returns whether the component is currently available.
|
boolean |
isDestroyed() |
Returns whether or not the component has been destroyed.
|
boolean |
isInitialized() |
Returns whether or not the component has been initialized.
|
void initialize()
throws java.lang.Exception
java.lang.Exception - if the component fails to initializevoid destroy()
boolean isAvailable()
boolean isInitialized()
boolean isDestroyed()
java.lang.String getComponentName()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.