SIBMQLinkSenderChannelTransmitter MBean

Partial ObjectName:
WebSphere:*,type=SIBMQLinkSenderChannelTransmitter


MBean SIBMQLinkSenderChannelTransmitter

Management interface for the SIB MQ Link Sender Channel Transmitter component


Operation Summary
voidrollbackBatch()
           Rollback the inboubt batch.
voidcommitBatch()
           Commit the inboubt batch.
java.lang.StringgetChannelName()
           Get the channel name.
java.lang.StringgetBusName()
           Get the bus for which this sender channel transmitter is in.
java.lang.StringgetForeignBusName()
           Get the foreign bus name for which this sender channel transmitter is transmitting messages to.
java.lang.StringgetLinkName()
           Get the name of the link.
java.lang.StringgetEngineName()
           Get the name of the messaging engine the sender channel transmitter is hosted on.
java.lang.StringgetState()
           The state of the sender channel transmitter
java.lang.StringgetHealthReason(java.util.Locale locale)
           The health reason of the sender channel transmitter.
java.lang.LonggetTimeSinceLastMessageSent()
           The time in milliseconds since the last message was sent.
java.lang.LonggetDepth()
           The depth of messages on the sender channel transmitter.
java.lang.LonggetNumberOfMessagesSent()
           The number of messages sent on the sender channel transmitter.
com.ibm.websphere.sib.admin.SIBLinkTransmissionMessage[]getTransmissionMessages(java.lang.Integer maxMsgs)
           Get the transmission messages
com.ibm.websphere.sib.admin.SIBLinkTransmissionMessagegetTransmissionMessage(java.lang.String id)
           Get the given transmission message.
com.ibm.websphere.sib.admin.SIBLinkTransmissionMessageDetailgetTransmissionMessageDetail(java.lang.String id)
           Get the given transmission message detail.
byte[]getTransmissionMessageData(java.lang.String id, java.lang.Integer size)
           Get the given transmission message data.
voiddeleteAllMessages()
           Delete all messages from the sender channel transmitter.
voidmoveAllMessagesToExceptionDestination()
           Move all messages from the sender channel transmitter to the exception destination.
voiddeleteMessage(java.lang.String id)
           Delete the given message from the sender channel transmitter.
voidmoveMessageToExceptionDestination(java.lang.String id)
           Move the given message from the sender channel tansmitter to the exception destination.
com.ibm.websphere.sib.admin.SIBInboundReceiver[]listInboundReceivers()
           List inbound receiver streams from other MEs in bus.
com.ibm.websphere.sib.admin.SIBInboundReceiverStream[]getStreams(com.ibm.websphere.sib.admin.SIBInboundReceiver inboundReceiver)
           Get the inbound message streams for the specified inbound receiver.
com.ibm.websphere.sib.admin.SIBReceivedMessage[]getReceivedMessages(com.ibm.websphere.sib.admin.SIBInboundReceiver inboundReceiver, com.ibm.websphere.sib.admin.SIBInboundReceiverStream inboundReceiverStream, java.lang.Integer maxMsgs)
           List the received messages on the given inbound receiver stream.
com.ibm.websphere.sib.admin.SIBReceivedMessagegetReceivedMessage(com.ibm.websphere.sib.admin.SIBInboundReceiver inboundReceiver, com.ibm.websphere.sib.admin.SIBInboundReceiverStream inboundReceiverStream, java.lang.String id)
           Get the specific received message.
com.ibm.websphere.sib.admin.SIBReceivedMessageDetailgetReceivedMessageDetail(com.ibm.websphere.sib.admin.SIBInboundReceiver inboundReceiver, com.ibm.websphere.sib.admin.SIBInboundReceiverStream inboundReceiverStream, java.lang.String id)
           Get the specific received message detail.
byte[]getReceivedMessageData(com.ibm.websphere.sib.admin.SIBInboundReceiver inboundReceiver, com.ibm.websphere.sib.admin.SIBInboundReceiverStream inboundReceiverStream, java.lang.String id, java.lang.Integer size)
           Get the specific received message body.

Operation Detail

rollbackBatch

public void rollbackBatch()
Rollback the inboubt batch.
Security Roles:
administrator
operator

commitBatch

public void commitBatch()
Commit the inboubt batch.
Security Roles:
administrator
operator

getChannelName

public java.lang.String getChannelName()
Get the channel name.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getBusName

public java.lang.String getBusName()
Get the bus for which this sender channel transmitter is in.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getForeignBusName

public java.lang.String getForeignBusName()
Get the foreign bus name for which this sender channel transmitter is transmitting messages to.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getLinkName

public java.lang.String getLinkName()
Get the name of the link.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getEngineName

public java.lang.String getEngineName()
Get the name of the messaging engine the sender channel transmitter is hosted on.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getState

public java.lang.String getState()
The state of the sender channel transmitter
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getHealthReason

public java.lang.String getHealthReason(java.util.Locale locale)
The health reason of the sender channel transmitter.
Parameters:
locale - Locale.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getTimeSinceLastMessageSent

public java.lang.Long getTimeSinceLastMessageSent()
The time in milliseconds since the last message was sent.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getDepth

public java.lang.Long getDepth()
The depth of messages on the sender channel transmitter.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getNumberOfMessagesSent

public java.lang.Long getNumberOfMessagesSent()
The number of messages sent on the sender channel transmitter.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getTransmissionMessages

public com.ibm.websphere.sib.admin.SIBLinkTransmissionMessage[] getTransmissionMessages(java.lang.Integer maxMsgs)
Get the transmission messages
Parameters:
maxMsgs - Maximum number of messages to return.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getTransmissionMessage

public com.ibm.websphere.sib.admin.SIBLinkTransmissionMessage getTransmissionMessage(java.lang.String id)
Get the given transmission message.
Parameters:
id - Message id.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getTransmissionMessageDetail

public com.ibm.websphere.sib.admin.SIBLinkTransmissionMessageDetail getTransmissionMessageDetail(java.lang.String id)
Get the given transmission message detail.
Parameters:
id - Message id.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getTransmissionMessageData

public byte[] getTransmissionMessageData(java.lang.String id, java.lang.Integer size)
Get the given transmission message data.
Parameters:
id - Message id.
size - Maximum number of bytes to return.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

deleteAllMessages

public void deleteAllMessages()
Delete all messages from the sender channel transmitter.
Security Roles:
administrator
operator

moveAllMessagesToExceptionDestination

public void moveAllMessagesToExceptionDestination()
Move all messages from the sender channel transmitter to the exception destination.
Security Roles:
administrator
operator

deleteMessage

public void deleteMessage(java.lang.String id)
Delete the given message from the sender channel transmitter.
Parameters:
id - Message id.
Security Roles:
administrator
operator

moveMessageToExceptionDestination

public void moveMessageToExceptionDestination(java.lang.String id)
Move the given message from the sender channel tansmitter to the exception destination.
Parameters:
id - Message id.
Security Roles:
administrator
operator

listInboundReceivers

public com.ibm.websphere.sib.admin.SIBInboundReceiver[] listInboundReceivers()
List inbound receiver streams from other MEs in bus.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getStreams

public com.ibm.websphere.sib.admin.SIBInboundReceiverStream[] getStreams(com.ibm.websphere.sib.admin.SIBInboundReceiver inboundReceiver)
Get the inbound message streams for the specified inbound receiver.
Parameters:
inboundReceiver - Inbound receiver.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getReceivedMessages

public com.ibm.websphere.sib.admin.SIBReceivedMessage[] getReceivedMessages(com.ibm.websphere.sib.admin.SIBInboundReceiver inboundReceiver, com.ibm.websphere.sib.admin.SIBInboundReceiverStream inboundReceiverStream, java.lang.Integer maxMsgs)
List the received messages on the given inbound receiver stream.
Parameters:
inboundReceiver - Inbound receiver.
inboundReceiverStream - Inbound receiver stream.
maxMsgs - Maximum number of messages to return.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getReceivedMessage

public com.ibm.websphere.sib.admin.SIBReceivedMessage getReceivedMessage(com.ibm.websphere.sib.admin.SIBInboundReceiver inboundReceiver, com.ibm.websphere.sib.admin.SIBInboundReceiverStream inboundReceiverStream, java.lang.String id)
Get the specific received message.
Parameters:
inboundReceiver - Inbound receiver.
inboundReceiverStream - Inbound receiver stream.
id - Message id.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getReceivedMessageDetail

public com.ibm.websphere.sib.admin.SIBReceivedMessageDetail getReceivedMessageDetail(com.ibm.websphere.sib.admin.SIBInboundReceiver inboundReceiver, com.ibm.websphere.sib.admin.SIBInboundReceiverStream inboundReceiverStream, java.lang.String id)
Get the specific received message detail.
Parameters:
inboundReceiver - Inbound receiver.
inboundReceiverStream - Inbound receiver stream.
id - Message id.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getReceivedMessageData

public byte[] getReceivedMessageData(com.ibm.websphere.sib.admin.SIBInboundReceiver inboundReceiver, com.ibm.websphere.sib.admin.SIBInboundReceiverStream inboundReceiverStream, java.lang.String id, java.lang.Integer size)
Get the specific received message body.
Parameters:
inboundReceiver - Inbound receiver.
inboundReceiverStream - Inbound receiver stream.
id - Message id.
size - Maximum number of bytes to return.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Copyright IBM Corp. 1996-2005