WebSphere:*,type=SIBLinkTransmitter
MBean SIBLinkTransmitter
Management interface for the SIB Link Transmitter component
Operation Summary | |
---|---|
java.lang.String | getBusName() Get the bus for which this link transmitter is in. |
java.lang.String | getForeignBusName() Get the foreign bus name for which this link transmitter is transmitting messages to. |
java.lang.String | getLinkType() Get the link type, SIBVirtualGatewayLink or SIBVirtualMQLink. |
java.lang.String | getTransmitterType() Get the transmitter type, QUEUE or PUBLICATION. |
java.lang.String | getTargetDestination() Get the target destination for a PUBLICATION transmitter. |
java.lang.String | getLinkName() Get the name of the link. |
java.lang.String | getEngineName() Get the name of the messaging engine the link transmitter is hosted on. |
java.lang.String | getState() The state of the link transmitter. |
java.lang.String | getHealthReason( The health reason of the link transmitter. |
java.lang.String | getHealthReason( The health reason of the link transmitter stream. |
java.lang.Long | getTimeSinceLastMessageSent() The time in milliseconds since the last message was sent. |
java.lang.Long | getDepth() The depth of messages on the link transmitter. |
java.lang.Long | getNumberOfMessagesSent() The number of messages sent on the link transmitter. |
java.lang.Boolean | isPutInhibited() Is the link transmitter put inhibited? |
com.ibm.websphere.sib.admin.SIBLinkTransmitterStream[] | getStreams() Get the link transmitter message streams |
com.ibm.websphere.sib.admin.SIBLinkTransmissionMessage[] | getTransmissionMessages( Get the transmission messages from the given stream. |
com.ibm.websphere.sib.admin.SIBLinkTransmissionMessage | getTransmissionMessage( Get the given transmission message from the given stream. |
com.ibm.websphere.sib.admin.SIBLinkTransmissionMessageDetail | getTransmissionMessageDetail( Get the given transmission message detail from the given stream. |
byte[] | getTransmissionMessageData( Get the given transmission message data from the given stream. |
void | rerouteAllMessages() Reroute all messages from the link transmitter. |
void | deleteAllMessages() Delete all messages from the link transmitter. |
void | moveAllMessagesToExceptionDestination() Move all messages from the link transmitter to the local exception destination. |
void | deleteMessage( Delete the given message from the link transmitter. |
void | moveMessageToExceptionDestination( Move the given message from the link transmitter to the local exception destination. |
Operation Detail |
---|
public java.lang.String getBusName()
Get the bus for which this link transmitter is in.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getForeignBusName()
Get the foreign bus name for which this link transmitter is transmitting messages to.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getLinkType()
Get the link type, SIBVirtualGatewayLink or SIBVirtualMQLink.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getTransmitterType()
Get the transmitter type, QUEUE or PUBLICATION.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getTargetDestination()
Get the target destination for a PUBLICATION transmitter.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getLinkName()
Get the name of the link.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getEngineName()
Get the name of the messaging engine the link transmitter is hosted on.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getState()
The state of the link transmitter.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getHealthReason(
java.util.Locale locale
)
The health reason of the link transmitter.
locale
-
Locale of message to return.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getHealthReason(
com.ibm.websphere.sib.admin.SIBLinkTransmitterStream linkTransmitterStream,
java.util.Locale locale
)
The health reason of the link transmitter stream.
linkTransmitterStream
-
Link transmitter stream. locale
-
Locale of message to return.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Long getTimeSinceLastMessageSent()
The time in milliseconds since the last message was sent.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Long getDepth()
The depth of messages on the link transmitter.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Long getNumberOfMessagesSent()
The number of messages sent on the link transmitter.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Boolean isPutInhibited()
Is the link transmitter put inhibited?
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.sib.admin.SIBLinkTransmitterStream[] getStreams()
Get the link transmitter message streams
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.sib.admin.SIBLinkTransmissionMessage[] getTransmissionMessages(
com.ibm.websphere.sib.admin.SIBLinkTransmitterStream linkTransmitterStream,
java.lang.Integer maxMsgs
)
Get the transmission messages from the given stream.
linkTransmitterStream
-
Link transmitter stream. maxMsgs
-
Maximum number of messages to return.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.sib.admin.SIBLinkTransmissionMessage getTransmissionMessage(
com.ibm.websphere.sib.admin.SIBLinkTransmitterStream linkTransmitterStream,
java.lang.String id
)
Get the given transmission message from the given stream.
linkTransmitterStream
-
Link transmitter stream. id
-
Id of message
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.websphere.sib.admin.SIBLinkTransmissionMessageDetail getTransmissionMessageDetail(
com.ibm.websphere.sib.admin.SIBLinkTransmitterStream linkTransmitterStream,
java.lang.String id
)
Get the given transmission message detail from the given stream.
linkTransmitterStream
-
Link transmitter stream. id
-
Id of message
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public byte[] getTransmissionMessageData(
com.ibm.websphere.sib.admin.SIBLinkTransmitterStream linkTransmitterStream,
java.lang.String id,
java.lang.Integer numBytes
)
Get the given transmission message data from the given stream.
linkTransmitterStream
-
Link transmitter stream. id
-
Id of message numBytes
-
Maximum amount of data.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void rerouteAllMessages()
Reroute all messages from the link transmitter.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void deleteAllMessages()
Delete all messages from the link transmitter.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void moveAllMessagesToExceptionDestination()
Move all messages from the link transmitter to the local exception destination.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void deleteMessage(
com.ibm.websphere.sib.admin.SIBLinkTransmitterStream linkTransmitterStream,
java.lang.String id
)
Delete the given message from the link transmitter.
linkTransmitterStream
-
Link transmitter stream. id
-
Id of message
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void moveMessageToExceptionDestination(
com.ibm.websphere.sib.admin.SIBLinkTransmitterStream linkTransmitterStream,
java.lang.String id
)
Move the given message from the link transmitter to the local exception destination.
linkTransmitterStream
-
Link transmitter stream. id
-
Id of message
administrator
operator
configurator
monitor
deployer
adminsecuritymanager