org.apache.geronimo.farm.deployment
Class DeploymentExtendedJMXConnectorInfo

java.lang.Object
  extended by org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo
      extended by org.apache.geronimo.farm.deployment.DeploymentExtendedJMXConnectorInfo
All Implemented Interfaces:
Serializable, ExtendedJMXConnectorInfo, JMXConnectorInfo

public class DeploymentExtendedJMXConnectorInfo
extends BasicExtendedJMXConnectorInfo

Version:
$Rev: 720842 $ $Date: 2008-11-26 21:18:49 +0800 (Wed, 26 Nov 2008) $
See Also:
Serialized Form

Constructor Summary
DeploymentExtendedJMXConnectorInfo()
           
 
Method Summary
 InetSocketAddress getListenAddress()
           
 String getPassword()
           
 
Methods inherited from class org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo
connect, getHost, getJmxURI, getPort, getProtocol, getUrlPath, getUsername, isLocal, newKernel, setHost, setLocal, setPassword, setPort, setProtocol, setUrlPath, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentExtendedJMXConnectorInfo

public DeploymentExtendedJMXConnectorInfo()
Method Detail

getListenAddress

@DoNotPersist
public InetSocketAddress getListenAddress()
Specified by:
getListenAddress in interface JMXConnectorInfo
Overrides:
getListenAddress in class BasicExtendedJMXConnectorInfo

getPassword

@EncryptOnPersist
public String getPassword()
Specified by:
getPassword in interface ExtendedJMXConnectorInfo
Overrides:
getPassword in class BasicExtendedJMXConnectorInfo


Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.