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
public java.lang.String identifier
public java.lang.String currentState
public java.lang.String mediationName
Operation Detail |
public void stop()
public void start()
public java.lang.String getReason()
public java.lang.String getReason(java.util.Locale locale
)
locale
-
The locale in which the reason string should be returnedNotification Detail |