public class DefaultApplicationChannelListener extends ChannelListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APPLICATION_ADMIN_VID |
static java.lang.String |
APPLICATION_APPSTORE_VID |
static java.lang.String |
APPLICATION_WORKSPACE_VID |
order, REVISION| Constructor and Description |
|---|
DefaultApplicationChannelListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleFinalize()
Called when the channel is finalized
|
void |
initAfterStoreLoad()
Called just after the store has been loaded and
the channel has been initialized.
|
void |
initBeforeStoreLoad()
Called just before the store has been loaded.
|
compareTo, equals, initpublic static final java.lang.String APPLICATION_WORKSPACE_VID
public static final java.lang.String APPLICATION_ADMIN_VID
public static final java.lang.String APPLICATION_APPSTORE_VID
public void initAfterStoreLoad()
throws java.lang.Exception
ChannelListenerinitAfterStoreLoad in class ChannelListenerjava.lang.Exception - any exception you may want to throw if a problem occurs needing to interrupt JCMS startup.public void handleFinalize()
ChannelListenerhandleFinalize in class ChannelListenerpublic void initBeforeStoreLoad()
throws java.lang.Exception
ChannelListenerinitBeforeStoreLoad in class ChannelListenerjava.lang.Exception - any exception you may want to throw if a problem occurs needing to interrupt JCMS startup.Copyright © 2001-2019 Jalios SA. All Rights Reserved.