|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.sna.lu0.host.event.Lu0MessagePublisher
Lu0MessagePublisher handles publishing events for a given topic
Field Summary | |
---|---|
static java.lang.String |
BID_RECEIVED_TOPIC
|
static java.lang.String |
DEFAULT_CONNECTION_FACTORY
|
static java.lang.String |
DEFAULT_TOPIC
|
static java.lang.String |
DEFAULT_TOPIC_CONNECTION_FACTORY
|
static java.lang.String |
MESSAGE_TOPIC
|
static java.lang.String |
NEGATIVE_RESPONSE_TOPIC
|
static java.lang.String |
POSITIVE_RESPONSE_TOPIC
|
static java.lang.String |
UNSOLICITED_MESSAGE_TOPIC
|
Constructor Summary | |
---|---|
Lu0MessagePublisher()
|
Method Summary | |
---|---|
java.lang.String |
getConnectionFactory()
Gets the connectionFactory |
java.lang.String |
getTopic()
Gets the topic |
java.lang.String |
getTopicConnectionFactory()
Gets the topicConnectionFactory |
void |
publish(java.lang.String messageText)
|
void |
setConnectionFactory(java.lang.String connectionFactory)
Sets the connectionFactory |
void |
setTopic(java.lang.String topic)
Sets the topic |
void |
setTopicConnectionFactory(java.lang.String topicConnectionFactory)
Sets the topicConnectionFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_CONNECTION_FACTORY
public static final java.lang.String DEFAULT_TOPIC_CONNECTION_FACTORY
public static final java.lang.String DEFAULT_TOPIC
public static final java.lang.String BID_RECEIVED_TOPIC
public static final java.lang.String POSITIVE_RESPONSE_TOPIC
public static final java.lang.String NEGATIVE_RESPONSE_TOPIC
public static final java.lang.String UNSOLICITED_MESSAGE_TOPIC
public static final java.lang.String MESSAGE_TOPIC
Constructor Detail |
public Lu0MessagePublisher() throws Lu0Exception
Method Detail |
public void publish(java.lang.String messageText) throws Lu0Exception
Lu0Exception
public java.lang.String getConnectionFactory()
public void setConnectionFactory(java.lang.String connectionFactory)
connectionFactory
- The connectionFactory to setpublic java.lang.String getTopicConnectionFactory()
public void setTopicConnectionFactory(java.lang.String topicConnectionFactory)
topicConnectionFactory
- The topicConnectionFactory to setpublic java.lang.String getTopic()
public void setTopic(java.lang.String topic)
topic
- The topic to set
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |