WebSphere:*,type=HAManagedItems
MBean HAManagedItems
HAManagedItem membership/election information
Operation Summary | |
java.util.Properties | getActiveServerName( Get properties pertaining to the active instance of an HAManagedItem's HAGroup |
java.util.Properties | getActiveServerName( Get properties pertaining to the active instance of an HAManagedItem's HAGroup. |
void | 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 java.util.Properties getActiveServerName(java.lang.String groupId
)
groupId
-
name of the HAManagedItem's HAGroup
public java.util.Properties getActiveServerName(java.lang.String className,
java.lang.String mBeanInterfaceName,
java.lang.String 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 void sendNotification(java.util.Properties props,
java.lang.String notificationType
)
props
-
name of the HAManagedItem's HAGroupnotificationType
-
Type of notification to be sentNotification Detail |