WebSphere:*,type=SIBMediationExecutionPoint
MBean SIBMediationExecutionPoint
Management interface for a SIBMediationExecutionPoint
Attribute Summary | |
---|---|
java.lang.String | id The internally generated ID for the Mediation Execution Point |
java.lang.String | identifier The identifier, or name, of the Mediation Execution Point |
java.lang.String | currentState The current, effective, state of the Mediation Execution Point |
java.lang.String | mediationName The name of the mediation associated with this Mediation Execution Point |
Operation Summary | |
---|---|
void | stop() Stop the Mediation Execution Point |
void | start() Start the Mediation Execution Point |
java.lang.String | getReason() Get the reason why the mediation execution point is in the current state |
java.lang.String | getReason( Get the reason why the mediation execution point is in the current state |
Notification Summary | |
---|---|
SIB.mediation.new.state The Mediation Execution Point has changed to a new state. |
Attribute Detail |
---|
public java.lang.String id
The internally generated ID for the Mediation Execution Point
Since:
6.1
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String identifier
The identifier, or name, of the Mediation Execution Point
Since:
6.1
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String currentState
The current, effective, state of the Mediation Execution Point
Since:
6.1
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String mediationName
The name of the mediation associated with this Mediation Execution Point
Since:
6.1
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public void stop()
Stop the Mediation Execution Point
Since:
6.1
administrator
operator
public void start()
Start the Mediation Execution Point
Since:
6.1
administrator
operator
public java.lang.String getReason()
Get the reason why the mediation execution point is in the current state
Since:
6.1
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getReason(
java.util.Locale locale
)
Get the reason why the mediation execution point is in the current state
locale
-
The locale in which the reason string should be returned
Since:
6.1
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Notification Detail |
---|
The Mediation Execution Point has changed to a new state. This type of event has the following set of properties ##STANDARD## this.bus.name, this.bus.uuid, this.messaging.engine.name, this.messaging.engine.uuid ##SPECIFIC## destination.name, destination.UUID, mediation.name, mediation.state (which may be mediation.state.started, mediation.state.stopping, mediation.state.stopped, mediation.state.deleting or mediation.state.waiting), mediation.state.reason (A stop reason, if available)
6
(Normal, Cleared, or Informative)