public abstract static class UserSessionAccess.AbstractUserSessionProvider extends AbstractLoggableComponent implements UserSessionProvider
UserSessionProvider
. It automatically registers itself in
UserSessionAccess
on initialization
.Constructor and Description |
---|
AbstractUserSessionProvider()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doInitialized()
This method is invoked at the end of the actual
initialization . |
createLogger, doInitialize, getLogger
getInitializationState, initialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrentSession
public AbstractUserSessionProvider()
protected void doInitialized()
AbstractComponent
initialization
. It is called when
AbstractComponent.initialize()
is invoked for the first time after AbstractComponent.doInitialize()
is completed and
initialization-state
has changed to initialized
. super.
AbstractComponent.doInitialized()
.doInitialized
in class AbstractComponent
Copyright © 2001–2016 mmm-Team. All rights reserved.