org.openspaces.events.support
Class EventContainersBus
java.lang.Object
org.openspaces.events.support.EventContainersBus
- All Implemented Interfaces:
- ServiceDetailsProvider, ServiceMonitorsProvider, DisposableBean
public class EventContainersBus
- extends Object
- implements DisposableBean, ServiceDetailsProvider, ServiceMonitorsProvider
Holds dynamically generated event containers.
- Author:
- kimchy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUFFIX
public static final String SUFFIX
- See Also:
- Constant Field Values
EventContainersBus
public EventContainersBus()
registerContainer
public void registerContainer(String name,
AbstractEventListenerContainer container)
unregisterContainer
public boolean unregisterContainer(String name)
getEventContainer
public AbstractEventListenerContainer getEventContainer(String name)
getServicesDetails
public ServiceDetails[] getServicesDetails()
- Description copied from interface:
ServiceDetailsProvider
- Retruns one or more service details that the service exposes.
- Specified by:
getServicesDetails
in interface ServiceDetailsProvider
getServicesMonitors
public ServiceMonitors[] getServicesMonitors()
- Description copied from interface:
ServiceMonitorsProvider
- Retruns one or more service details that the service exposes.
- Specified by:
getServicesMonitors
in interface ServiceMonitorsProvider
destroy
public void destroy()
throws Exception
- Specified by:
destroy
in interface DisposableBean
- Throws:
Exception
Copyright © GigaSpaces.