MessageBrokerChannelValue Class
- public class MessageBrokerChannelValue
extends Object
implements Serializable
Represents a message broker channel
-
Hierarchy
-
Object
MessageBrokerChannelValue
-
All Implemented Interfaces
-
Serializable
public static final String |
-
_MESSAGE_TYPE_NONE
- Message type indicating that the channel cannot be published or subscribed to
|
public static final String |
-
_MESSAGE_TYPE_RAWDATA
- Message type indicating that the channel is for publishing com.bea.data.RawData values
|
public static final String |
-
_MESSAGE_TYPE_STRING
- Message type indicating that the channel is for publishing java.lang.String values
|
public static final String |
-
_MESSAGE_TYPE_XML
- Message type indicating that the channel is for publishing com.bea.xml.XmlObject values
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_MESSAGE_TYPE_NONE
public static final String
_MESSAGE_TYPE_NONE
- Message type indicating that the channel cannot be published or subscribed to
_MESSAGE_TYPE_RAWDATA
public static final String
_MESSAGE_TYPE_RAWDATA
- Message type indicating that the channel is for publishing com.bea.data.RawData values
_MESSAGE_TYPE_STRING
public static final String
_MESSAGE_TYPE_STRING
- Message type indicating that the channel is for publishing java.lang.String values
_MESSAGE_TYPE_XML
public static final String
_MESSAGE_TYPE_XML
- Message type indicating that the channel is for publishing com.bea.xml.XmlObject values
MessageBrokerChannelValue
public MessageBrokerChannelValue(String
channelName,
String
messageType,
int msgcount,
int deadMsgCount)
getChannelName() Method
public String
getChannelName()
get the channel name
Returns
- channel name
getDeadMessageCount() Method
public int getDeadMessageCount()
get the undelivered message count
Returns
- message count
getMessageCount() Method
public int getMessageCount()
get the message count
Returns
- message count
getMessageType() Method
public String
getMessageType()
get the message type
Returns
- message type