Package org.apache.catalina.ha.backend
Class HeartbeatListener
- java.lang.Object
- 
- org.apache.catalina.ha.backend.HeartbeatListener
 
- 
- All Implemented Interfaces:
- ContainerListener,- LifecycleListener
 
 public class HeartbeatListener extends java.lang.Object implements LifecycleListener, ContainerListener 
- 
- 
Constructor SummaryConstructors Constructor Description HeartbeatListener()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontainerEvent(ContainerEvent event)Acknowledge the occurrence of the specified event.java.lang.StringgetGroup()java.lang.StringgetHost()intgetMultiport()java.lang.StringgetProxyList()java.lang.StringgetProxyURL()intgetTtl()voidlifecycleEvent(LifecycleEvent event)Acknowledge the occurrence of the specified event.
 
- 
- 
- 
Method Detail- 
getHostpublic java.lang.String getHost() 
 - 
getGrouppublic java.lang.String getGroup() 
 - 
getMultiportpublic int getMultiport() 
 - 
getTtlpublic int getTtl() 
 - 
getProxyListpublic java.lang.String getProxyList() 
 - 
getProxyURLpublic java.lang.String getProxyURL() 
 - 
containerEventpublic void containerEvent(ContainerEvent event) Description copied from interface:ContainerListenerAcknowledge the occurrence of the specified event.- Specified by:
- containerEventin interface- ContainerListener
- Parameters:
- event- ContainerEvent that has occurred
 
 - 
lifecycleEventpublic void lifecycleEvent(LifecycleEvent event) Description copied from interface:LifecycleListenerAcknowledge the occurrence of the specified event.- Specified by:
- lifecycleEventin interface- LifecycleListener
- Parameters:
- event- LifecycleEvent that has occurred
 
 
- 
 
-