org.jboss.ha.singleton
Interface HASingletonSupportMBean

All Superinterfaces:
EventListener, org.jboss.ha.framework.interfaces.HAService<Notification>, org.jboss.ha.framework.interfaces.HAServiceKeyProvider, HAServiceMBean, HASingleton, org.jboss.ha.framework.interfaces.HASingletonLifecycle, org.jboss.ha.framework.interfaces.HASingletonMBean, NotificationBroadcaster, Service, ServiceMBean
All Known Subinterfaces:
HASingletonControllerMBean
All Known Implementing Classes:
HASingletonController

public interface HASingletonSupportMBean
extends org.jboss.ha.framework.interfaces.HASingletonMBean, org.jboss.ha.framework.interfaces.HASingleton<Notification>, HASingletonMBean, HASingleton

The management interface for the singleton support service.

Version:
$Revision: 76670 $
Author:
Alex Fu, Galder Zamarreno

Field Summary
 
Fields inherited from interface org.jboss.ha.framework.interfaces.HASingleton
HASINGLETON_STARTED_NOTIFICATION, HASINGLETON_STARTING_NOTIFICATION, HASINGLETON_STOPPED_NOTIFICATION, HASINGLETON_STOPPING_NOTIFICATION
 
Fields inherited from interface org.jboss.ha.singleton.HASingletonMBean
HASINGLETON_STARTED_NOTIFICATION, HASINGLETON_STARTING_NOTIFICATION, HASINGLETON_STOPPED_NOTIFICATION, HASINGLETON_STOPPING_NOTIFICATION
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 
Methods inherited from interface org.jboss.ha.framework.interfaces.HASingleton
getElectionPolicy, getRestartOnMerge, setElectionPolicy, setRestartOnMerge
 
Methods inherited from interface org.jboss.ha.framework.interfaces.HAService
create, destroy, getServiceHAName, isRegisterThreadContextClassLoader, setHAPartition, setRegisterThreadContextClassLoader, setServiceHAName, start, stop
 
Methods inherited from interface org.jboss.ha.framework.interfaces.HAServiceKeyProvider
getHAPartition, getHAServiceKey
 
Methods inherited from interface org.jboss.ha.framework.interfaces.EventListener
handleEvent
 
Methods inherited from interface org.jboss.ha.jmx.HAServiceMBean
callMethodOnPartition, getDistributedState, getPartitionName, sendNotification, setClusterPartition, setDistributedState, setHAPartition
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface org.jboss.ha.framework.interfaces.HASingletonMBean
isMasterNode
 
Methods inherited from interface org.jboss.ha.framework.interfaces.HASingletonLifecycle
startSingleton, stopSingleton
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.