Interface | Description |
---|---|
ChannelInfo |
Base type for channel info interfaces.
|
ChannelManager |
Management interface for
Channel s. |
ChannelManagerEvent |
This event type is used by the ChannelManagerEventListener
in order to identify the channel and its related information.
|
ChannelManagerEventListener |
Allows implementers to register callback methods that will be executed
when a
ChannelManager event occurs. |
HstPropertyDefinition |
Definition of a Channel Property.
|
Class | Description |
---|---|
Blueprint |
A Blueprint is provided by the developers to create and manage channels by the
ChannelManager ,
and is defined by the node type hst:blueprint . |
Enum | Description |
---|---|
ChannelException.Type |
Type of a channel exception.
|
ChannelManagerEventListenerException.Status |
Exception | Description |
---|---|
ChannelException |
Thrown when a channel-related error occured.
|
ChannelManagerEventListenerException |
Exception that you can throw in a
ChannelManagerEventListener implementation : When you
wants to short circuit the processing of the Channel creation / update entirely, you have to use
ChannelManagerEventListenerException.Status.STOP_CHANNEL_PROCESSING |
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.