Uses of Interface
com.tangosol.net.ServiceMonitor
-
Packages that use ServiceMonitor Package Description com.tangosol.application Contains classes supporting the Coherence Container.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of ServiceMonitor in com.tangosol.application
Fields in com.tangosol.application declared as ServiceMonitor Modifier and Type Field Description protected ServiceMonitorContainerAdapter. f_serviceMonitorTheServiceMonitorto use.Methods in com.tangosol.application that return ServiceMonitor Modifier and Type Method Description ServiceMonitorContainerAdapter.DefaultContext. getServiceMonitor()Return the keep-alive facility for the application services.ServiceMonitorContext. getServiceMonitor()Return the keep-alive facility for the application services.Constructors in com.tangosol.application with parameters of type ServiceMonitor Constructor Description ContainerAdapter(ClassLoader loader, String sAppDescriptorURI, String sAppName, CacheFactoryBuilder builder, XmlElement xmlAppDescriptor, ServiceMonitor serviceMonitor)Construct the ContainerAdapter.DefaultContext(CacheFactoryBuilder builder, ClassLoader loader, String sAppName, String sCacheConfigURI, ServiceMonitor monitor, String sPofConfigURI, ContainerContext ctx)Constructor. -
Uses of ServiceMonitor in com.tangosol.net
Classes in com.tangosol.net that implement ServiceMonitor Modifier and Type Class Description classSimpleServiceMonitorTheSimpleServiceMonitorstarts and monitors services that are registered for monitoring.Fields in com.tangosol.net declared as ServiceMonitor Modifier and Type Field Description protected ServiceMonitorDefaultCacheServer. m_serviceMonThe ServiceMonitor used to monitor services.Methods in com.tangosol.net that return ServiceMonitor Modifier and Type Method Description ServiceMonitorDefaultCacheServer.LifecycleContext. getServiceMonitor()
-