SIBMediationExecutionPoint MBean

Partial ObjectName:
WebSphere:*,type=SIBMediationExecutionPoint


MBean SIBMediationExecutionPoint

Management interface for a SIBMediationExecutionPoint


Attribute Summary
java.lang.Stringid
           The internally generated ID for the Mediation Execution Point
java.lang.Stringidentifier
           The identifier, or name, of the Mediation Execution Point
java.lang.StringcurrentState
           The current, effective, state of the Mediation Execution Point
java.lang.StringmediationName
           The name of the mediation associated with this Mediation Execution Point

Operation Summary
voidstop()
           Stop the Mediation Execution Point
voidstart()
           Start the Mediation Execution Point
java.lang.StringgetReason()
           Get the reason why the mediation execution point is in the current state
java.lang.StringgetReason(java.util.Locale locale)
           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

id

public java.lang.String id
The internally generated ID for the Mediation Execution Point
Since:
6.1
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

identifier

public java.lang.String identifier
The identifier, or name, of the Mediation Execution Point
Since:
6.1
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

currentState

public java.lang.String currentState
The current, effective, state of the Mediation Execution Point
Since:
6.1
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

mediationName

public java.lang.String mediationName
The name of the mediation associated with this Mediation Execution Point
Since:
6.1
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Operation Detail

stop

public void stop()
Stop the Mediation Execution Point
Since:
6.1
Security Roles:
administrator
operator

start

public void start()
Start the Mediation Execution Point
Since:
6.1
Security Roles:
administrator
operator

getReason

public java.lang.String getReason()
Get the reason why the mediation execution point is in the current state
Since:
6.1
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getReason

public java.lang.String getReason(java.util.Locale locale)
Get the reason why the mediation execution point is in the current state
Parameters:
locale - The locale in which the reason string should be returned
Since:
6.1
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Notification Detail

SIB.mediation.new.state

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)
Severity:
6  (Normal, Cleared, or Informative)

Copyright IBM Corp. 1996-2005