public interface Constants
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTION_FACTORY_JNDI
The JNDI name of the bus connection factory.
|
static org.hawkular.bus.common.Endpoint |
DEST_FEED_ADD_DATASOURCE |
static org.hawkular.bus.common.Endpoint |
DEST_FEED_ADD_JDBC_DRIVER |
static org.hawkular.bus.common.Endpoint |
DEST_FEED_DEPLOY_APPLICATION |
static org.hawkular.bus.common.Endpoint |
DEST_FEED_EXECUTE_OP |
static org.hawkular.bus.common.Endpoint |
DEST_FEED_EXPORT_JDR |
static org.hawkular.bus.common.Endpoint |
DEST_UICLIENT_ADD_DATASOURCE_RESPONSE |
static org.hawkular.bus.common.Endpoint |
DEST_UICLIENT_ADD_JDBC_DRIVER_RESPONSE |
static org.hawkular.bus.common.Endpoint |
DEST_UICLIENT_DEPLOY_APPLICATION_RESPONSE |
static org.hawkular.bus.common.Endpoint |
DEST_UICLIENT_EXECUTE_OP_RESPONSE |
static org.hawkular.bus.common.Endpoint |
DEST_UICLIENT_EXPORT_JDR_RESPONSE |
static String |
HEADER_FEEDID
A JMS message header that will identify the targeted feed.
|
static String |
HEADER_UICLIENTID
A JMS message header that will identify the targeted UI client.
|
static ValidCommandsMap |
VALID_COMMANDS_FROM_FEED
These are the only valid commands that can come from feeds.
|
static ValidCommandsMap |
VALID_COMMANDS_FROM_UI
These are the only valid commands that can come from UI clients.
|
static final String HEADER_FEEDID
static final String HEADER_UICLIENTID
static final String CONNECTION_FACTORY_JNDI
static final ValidCommandsMap VALID_COMMANDS_FROM_FEED
static final ValidCommandsMap VALID_COMMANDS_FROM_UI
static final org.hawkular.bus.common.Endpoint DEST_FEED_EXECUTE_OP
static final org.hawkular.bus.common.Endpoint DEST_FEED_DEPLOY_APPLICATION
static final org.hawkular.bus.common.Endpoint DEST_FEED_ADD_JDBC_DRIVER
static final org.hawkular.bus.common.Endpoint DEST_FEED_ADD_DATASOURCE
static final org.hawkular.bus.common.Endpoint DEST_FEED_EXPORT_JDR
static final org.hawkular.bus.common.Endpoint DEST_UICLIENT_EXECUTE_OP_RESPONSE
static final org.hawkular.bus.common.Endpoint DEST_UICLIENT_DEPLOY_APPLICATION_RESPONSE
static final org.hawkular.bus.common.Endpoint DEST_UICLIENT_ADD_JDBC_DRIVER_RESPONSE
static final org.hawkular.bus.common.Endpoint DEST_UICLIENT_ADD_DATASOURCE_RESPONSE
static final org.hawkular.bus.common.Endpoint DEST_UICLIENT_EXPORT_JDR_RESPONSE
Copyright © 2015 Red Hat. All rights reserved.