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

SIBOutboundTransmittergetOutboundTransmitter()
           Get the outbound transmitter
SIBTransmitMessage[]listTransmitMessages(SIBOutboundTransmitter ot)
           List the transmit messages that are on this remote mediation point destined for the localising mediation point
SIBOutboundTransmitterStream[]getStreams(SIBOutboundTransmitter ot)
           Return the list of outbound transmitter streams
SIBTransmitMessage[]listTransmitMessages(SIBOutboundTransmitter ot, SIBOutboundTransmitterStream ots)
           List information on all transmit messages on this remote mediation point
SIBTransmitMessageDetailgetTransmitMessageDetail(SIBOutboundTransmitter ot, SIBOutboundTransmitterStream ots, java.lang.String messageId)
           Get detailed information on a specific transmit message on this remote mediation point
byte[]getTransmitMessageData(SIBOutboundTransmitter ot, 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(SIBOutboundTransmitter ot, SIBOutboundTransmitterStream ots, java.lang.String messageId)
           Deletes the specified transmit message from this remote mediation point
voidmoveTransmitMessageToExceptionDestination(SIBOutboundTransmitter ot, SIBOutboundTransmitterStream ots, java.lang.String messageId)
           Moves the specified transmit message from this remote mediation point to the exception destination
voidremove(SIBOutboundTransmitter ot, 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 SIBOutboundTransmitter getOutboundTransmitter()

     Get the outbound transmitter

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


listTransmitMessages

public SIBTransmitMessage[] listTransmitMessages(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 SIBOutboundTransmitterStream[] getStreams(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 SIBTransmitMessage[] listTransmitMessages(SIBOutboundTransmitter ot, 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 SIBTransmitMessageDetail getTransmitMessageDetail(SIBOutboundTransmitter ot, 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(SIBOutboundTransmitter ot, 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(SIBOutboundTransmitter ot, 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(SIBOutboundTransmitter ot, 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(SIBOutboundTransmitter ot, 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 Corporation 2002, 2012