WebSphere:*,type=
MBean
HAManagedItem membership/election information
Operation Summary | |
| getActiveServerName( Get properties pertaining to the active instance of an HAManagedItem's HAGroup |
| getActiveServerName( Get properties pertaining to the active instance of an HAManagedItem's HAGroup. |
| sendNotification( Proxies a JMX Notification - Visualization listens only to the MBean on the dmgr, so when items are activated/deactivated elsewhere, they will invoke this method, which will in turn send out a JMX notification from the HAManagedItems MBean running in the dmgr. |
Notification Summary | |
websphere.hamanageditem.activated An item was activated | |
websphere.hamanageditem.deactivated An item was deactivated - this event is NOT guaranteed |
Operation Detail |
public getActiveServerName( groupId
)
groupId
-
name of the HAManagedItem's HAGroup
public getActiveServerName( className,
mBeanInterfaceName,
groupIdentifier
)
className
-
className of the HAManagedItem in question (class that extends HAManagedItem)mBeanInterfaceName
-
name of mBeanInterface exposed by the HAManagedItem in questiongroupIdentifier
-
group Identifier optionally provided when creating this HAManagedItem - may be null
public sendNotification( props,
notificationType
)
props
-
name of the HAManagedItem's HAGroupnotificationType
-
Type of notification to be sentNotification Detail |