mx4j.tools.connector
Class JMXAddress
java.lang.Object
mx4j.tools.connector.JMXAddress
- Cloneable, Serializable
public class JMXAddress
extends java.lang.Object
implements Serializable, Cloneable
A JMXAddress is an URL in form of
jmx:://:/;
used to identify the address of an adaptor.
Version:
clone
public Object clone()
equals
public final boolean equals(Object obj)
getHost
public String getHost()
Returns the host part
getPath
public String getPath()
Returns the path
getPort
public int getPort()
Returns the port
getProperties
public Map getProperties()
Returns a clone of the properties of this ServiceURL
getProperty
public Object getProperty(String key)
Returns the value of the specified property
getProtocol
public String getProtocol()
Protocol is in the form jrmp, iiop, https and so on.
hashCode
public int hashCode()
isEqual
protected boolean isEqual(Object obj)
putProperty
public void putProperty(String key,
Object value)
Sets the specified property
toString
public String toString()
Copyright © 2001-2003 MX4J Team. All Rights Reserved.