|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wli.management.runtime.MessageBrokerChannelValue
Represents a message broker channel
Field Summary | |
static String |
_MESSAGE_TYPE_NONE
Message type indicating that the channel cannot be published or subscribed to |
static String |
_MESSAGE_TYPE_RAWDATA
Message type indicating that the channel is for publishing com.bea.data.RawData values |
static String |
_MESSAGE_TYPE_STRING
Message type indicating that the channel is for publishing java.lang.String values |
static String |
_MESSAGE_TYPE_XML
Message type indicating that the channel is for publishing com.bea.xml.XmlObject values |
Constructor Summary | |
MessageBrokerChannelValue(String channelName,
String messageType,
int msgcount,
int deadMsgCount)
|
Method Summary | |
String |
getChannelName()
get the channel name |
int |
getDeadMessageCount()
get the undelivered message count |
int |
getMessageCount()
get the message count |
String |
getMessageType()
get the message type |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String _MESSAGE_TYPE_XML
public static final String _MESSAGE_TYPE_RAWDATA
public static final String _MESSAGE_TYPE_STRING
public static final String _MESSAGE_TYPE_NONE
Constructor Detail |
public MessageBrokerChannelValue(String channelName, String messageType, int msgcount, int deadMsgCount)
Method Detail |
public String getChannelName()
public String getMessageType()
public int getMessageCount()
public int getDeadMessageCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |