SIBRemoteMediationPoint MBean

Partial ObjectName:
WebSphere:*,type=SIBRemoteMediationPoint


MBean SIBRemoteMediationPoint

Management interface for a SIBRemoteMediationPoint


Attribute Summary
java.lang.Stringid
           An internally generated ID for the object
java.lang.Stringname
           The name of the object
java.lang.StringremoteMessagingEngineUuid
           The Uuid of the remote messaging engine where the mediation point is localized

Operation Summary
com.ibm.websphere.sib.admin.SIBOutboundTransmittergetOutboundTransmitter()
           Get the outbound transmitter
com.ibm.websphere.sib.admin.SIBTransmitMessage[]listTransmitMessages(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot)
           List the transmit messages that are on this remote mediation point destined for the localising mediation point
com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream[]getStreams(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot)
           Return the list of outbound transmitter streams
com.ibm.websphere.sib.admin.SIBTransmitMessage[]listTransmitMessages(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots)
           List information on all transmit messages on this remote mediation point
com.ibm.websphere.sib.admin.SIBTransmitMessageDetailgetTransmitMessageDetail(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots, java.lang.String messageId)
           Get detailed information on a specific transmit message on this remote mediation point
byte[]getTransmitMessageData(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots, java.lang.String messageId, java.lang.Integer size)
           Return data from a specific transmit message on a specific remote mediation point
voiddeleteAllTransmitMessages()
           Deletes all the transmit messages on this remote mediation point
voidmoveAllTransmitMessagesToExceptionDestination()
           Moves all the transmit messages on this remote mediation point to the exception destination
voidreallocateAllTransmitMessages()
           Reallocate all transmit messages
voiddeleteTransmitMessage(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots, java.lang.String messageId)
           Deletes the specified transmit message from this remote mediation point
voidmoveTransmitMessageToExceptionDestination(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots, java.lang.String messageId)
           Moves the specified transmit message from this remote mediation point to the exception destination
voidremove(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBRemoteMessageRequest tm, java.lang.Boolean discard)
           Deprecated.  This method is deprecated.

Attribute Detail

id

public java.lang.String id
An internally generated ID for the object
Since:
6.0
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

name

public java.lang.String name
The name of the object
Since:
6.0
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

remoteMessagingEngineUuid

public java.lang.String remoteMessagingEngineUuid
The Uuid of the remote messaging engine where the mediation point is localized
Since:
6.0.2
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Operation Detail

getOutboundTransmitter

public com.ibm.websphere.sib.admin.SIBOutboundTransmitter getOutboundTransmitter()
Get the outbound transmitter
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

listTransmitMessages

public com.ibm.websphere.sib.admin.SIBTransmitMessage[] listTransmitMessages(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot)
List the transmit messages that are on this remote mediation point destined for the localising mediation point
Parameters:
ot - An instance of SIBOutboundTransmitter returned from the getOutboundTransmitter operation
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getStreams

public com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream[] getStreams(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot)
Return the list of outbound transmitter streams
Parameters:
ot - The object returned from a call to the getOutboundTransmitter operation
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

listTransmitMessages

public com.ibm.websphere.sib.admin.SIBTransmitMessage[] listTransmitMessages(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots)
List information on all transmit messages on this remote mediation point
Parameters:
ot - The object returned from a call to the getOutboundTransmitter operation
ots - The object returned from a call to the getStreams operation
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getTransmitMessageDetail

public com.ibm.websphere.sib.admin.SIBTransmitMessageDetail getTransmitMessageDetail(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots, java.lang.String messageId)
Get detailed information on a specific transmit message on this remote mediation point
Parameters:
ot - The object returned from a call to the getOutboundTransmitter operation
ots - The object returned from a call to the getStreams operation
messageId - The ID of the Transmit Message as derived from the SIBTransmitMessage class
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getTransmitMessageData

public byte[] getTransmitMessageData(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots, java.lang.String messageId, java.lang.Integer size)
Return data from a specific transmit message on a specific remote mediation point
Parameters:
ot - The object returned from a call to the getOutboundTransmitter operation
ots - The object returned from a call to the getStreams operation
messageId - The ID of the Transmit Message as derived from the SIBTransmitMessage class
size - The number of bytes to return
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

deleteAllTransmitMessages

public void deleteAllTransmitMessages()
Deletes all the transmit messages on this remote mediation point
Security Roles:
administrator
operator

moveAllTransmitMessagesToExceptionDestination

public void moveAllTransmitMessagesToExceptionDestination()
Moves all the transmit messages on this remote mediation point to the exception destination
Security Roles:
administrator
operator

reallocateAllTransmitMessages

public void reallocateAllTransmitMessages()
Reallocate all transmit messages
Security Roles:
administrator
operator

deleteTransmitMessage

public void deleteTransmitMessage(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots, java.lang.String messageId)
Deletes the specified transmit message from this remote mediation point
Parameters:
ot - The object returned from a call to the getOutboundTransmitter operation
ots - The object returned from a call to the getStreams operation
messageId - The ID of the Transmit Message as derived from the SIBTransmitMessage class
Security Roles:
administrator
operator

moveTransmitMessageToExceptionDestination

public void moveTransmitMessageToExceptionDestination(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots, java.lang.String messageId)
Moves the specified transmit message from this remote mediation point to the exception destination
Parameters:
ot - The object returned from a call to the getOutboundTransmitter operation
ots - The object returned from a call to the getStreams operation
messageId - The ID of the Transmit Message as derived from the SIBTransmitMessage class
Security Roles:
administrator
operator

remove

public void remove(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot, com.ibm.websphere.sib.admin.SIBRemoteMessageRequest tm, java.lang.Boolean discard)
Deprecated.  This method is deprecated.

Remove a specified transmit message.
Parameters:
ot - The object returned from a call to the getOutboundTransmitter operation
tm - An object returned from a call to the listTransmitMessages operation
discard - If true, specifies that any indoubt messages should be discarded, Otherwise, they will be sent to the Exception Destination.
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005