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, init
public 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
ChannelListener
initAfterStoreLoad
in class ChannelListener
java.lang.Exception
- any exception you may want to throw if a problem occurs needing to interrupt JCMS startup.public void handleFinalize()
ChannelListener
handleFinalize
in class ChannelListener
public void initBeforeStoreLoad() throws java.lang.Exception
ChannelListener
initBeforeStoreLoad
in class ChannelListener
java.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.