WebSphere:*,type=SIBRemoteMediationPoint
MBean SIBRemoteMediationPoint
Management interface for a SIBRemoteMediationPoint
Attribute Summary | |
---|---|
java.lang.String | id An internally generated ID for the object |
java.lang.String | name The name of the object |
java.lang.String | remoteMessagingEngineUuid The Uuid of the remote messaging engine where the mediation point is localized |
Operation Summary | |
---|---|
SIBOutboundTransmitter | getOutboundTransmitter() Get the outbound transmitter |
SIBTransmitMessage[] | listTransmitMessages( List the transmit messages that are on this remote mediation point destined for the localising mediation point |
SIBOutboundTransmitterStream[] | getStreams( Return the list of outbound transmitter streams |
SIBTransmitMessage[] | listTransmitMessages( List information on all transmit messages on this remote mediation point |
SIBTransmitMessageDetail | getTransmitMessageDetail( Get detailed information on a specific transmit message on this remote mediation point |
byte[] | getTransmitMessageData( Return data from a specific transmit message on a specific remote mediation point |
void | deleteAllTransmitMessages() Deletes all the transmit messages on this remote mediation point |
void | moveAllTransmitMessagesToExceptionDestination() Moves all the transmit messages on this remote mediation point to the exception destination |
void | reallocateAllTransmitMessages() Reallocate all transmit messages |
void | deleteTransmitMessage( Deletes the specified transmit message from this remote mediation point |
void | moveTransmitMessageToExceptionDestination( Moves the specified transmit message from this remote mediation point to the exception destination |
void | remove( Deprecated.This method is deprecated. |
Attribute Detail |
---|
public java.lang.String id
An internally generated ID for the object
Since:
6.0
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String name
The name of the object
Since:
6.0
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String remoteMessagingEngineUuid
The Uuid of the remote messaging engine where the mediation point is localized
Since:
6.0.2
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public SIBOutboundTransmitter getOutboundTransmitter()
Get the outbound transmitter
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public SIBTransmitMessage[] listTransmitMessages(
SIBOutboundTransmitter ot
)
List the transmit messages that are on this remote mediation point destined for the localising mediation point
ot
-
An instance of SIBOutboundTransmitter returned from the getOutboundTransmitter operation
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public SIBOutboundTransmitterStream[] getStreams(
SIBOutboundTransmitter ot
)
Return the list of outbound transmitter streams
ot
-
The object returned from a call to the getOutboundTransmitter operation
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public SIBTransmitMessage[] listTransmitMessages(
SIBOutboundTransmitter ot,
SIBOutboundTransmitterStream ots
)
List information on all transmit messages on this remote mediation point
ot
-
The object returned from a call to the getOutboundTransmitter operation ots
-
The object returned from a call to the getStreams operation
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public SIBTransmitMessageDetail getTransmitMessageDetail(
SIBOutboundTransmitter ot,
SIBOutboundTransmitterStream ots,
java.lang.String messageId
)
Get detailed information on a specific transmit message on this remote mediation point
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
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
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
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
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void deleteAllTransmitMessages()
Deletes all the transmit messages on this remote mediation point
administrator
operator
public void moveAllTransmitMessagesToExceptionDestination()
Moves all the transmit messages on this remote mediation point to the exception destination
administrator
operator
public void reallocateAllTransmitMessages()
Reallocate all transmit messages
administrator
operator
public void deleteTransmitMessage(
SIBOutboundTransmitter ot,
SIBOutboundTransmitterStream ots,
java.lang.String messageId
)
Deletes the specified transmit message from this remote mediation point
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
administrator
operator
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
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
administrator
operator
public void remove(
SIBOutboundTransmitter ot,
SIBRemoteMessageRequest tm,
java.lang.Boolean discard
)
Deprecated.
This method is deprecated.
Remove a specified transmit message.
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.
administrator
operator