org.apache.tomee.loader.listener
Class JMXServerListener

java.lang.Object
  extended by org.apache.tomee.loader.listener.JMXServerListener
All Implemented Interfaces:
org.apache.catalina.LifecycleListener

public class JMXServerListener
extends Object
implements org.apache.catalina.LifecycleListener


Constructor Summary
JMXServerListener()
           
 
Method Summary
 void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
           
 void setHost(String host)
           
 void setPort(int port)
           
 void setProtocol(String protocol)
           
 void setUrlPath(String urlPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXServerListener

public JMXServerListener()
Method Detail

lifecycleEvent

public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
Specified by:
lifecycleEvent in interface org.apache.catalina.LifecycleListener

setProtocol

public void setProtocol(String protocol)

setHost

public void setHost(String host)

setPort

public void setPort(int port)

setUrlPath

public void setUrlPath(String urlPath)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.