JavaTM Platform
Standard Ed. 6

javax.management.remote
�� JMXServiceURL

java.lang.Object
  �̳��� javax.management.remote.JMXServiceURL
������ʵ�ֵĽӿڣ�
Serializable

public class JMXServiceURL
extends Object
implements Serializable

JMX API �������������ĵ�ַ�������ʵ���Dz��ɱ�ġ�

��ַ�� SLP ��������� URL���������� RFC 2609 �н����˶��岢�� RFC 3111 �н�������������������Ӧ��������ʾ��

service:jmx:protocol:sap

���� protocol Ϊ���ӵ����������������õĴ���Э�顣����һ������ ASCII �ַ�����ɵ��ַ�����ÿ���ַ�Ϊ��ĸ�����ֻ��ַ� + �� - ֮һ����һ���ַ�����Ϊ��ĸ����д��ĸ��ת��ΪСд��ĸ��

sap �Dz��ҵ��������������ĵ�ַλ�á��˵�ַ������ RFC 2609 ��Ϊ���� IP ��Э����������﷨�Ӽ���˵�����Ӽ�����Ϊ����֧�� user@host �﷨��

����ĿǰҲ��֧���� RFC 2609 ����������﷨��

��֧�ֵ��﷨Ϊ��

//[host[:port]][url-path]

������ [] ָʾ��ַ�Ŀ�ѡ���֡����������е�Э�鶼��ʶ�����п�ѡ���֡�

host ��������������һ�� IPv4 ��ֵ������ַ���������ڷ������е� IPv6 ��ֵ��ַ��

port ��һ��ʮ���ƵĶ˿ںš�0 ��ʾĬ�ϻ������˿ڣ���ȡ����Э�顣

host �� port ���ɺ��ԡ��������� host �����ṩ port��

url-path������У���һ��б�� (/) ��ֺ� (;) ��ͷֱ����ַ�����������Բ��� RFC 2609 ��ָ���ķֺ��﷨�������ԡ����಻����Щ���Խ��н���������޷���⵽����������﷨��

���ܸ��� RFC 2609 �Ĺ涨�������Էֺſ�ͷ�� url-path �ǺϷ��ģ����������е� SLP ʵ�ֶ��������������Խ������ʹ�������﷨��

��ʼ service:jmx:protocol �ַ������ַ���������ֲ������ִ�Сд�����������õ�Э�飬url-path ���ֿ��ܻ����ִ�Сд��

�����°汾��ʼ��
1.5
������
RFC 2609, "Service Templates and Service: Schemes", RFC 3111, "Service Location Protocol Modifications for IPv6", �������

���췽��ժҪ
JMXServiceURL(String serviceURL)
          ͨ������ Service URL �ַ��������� JMXServiceURL��
JMXServiceURL(String protocol, String host, int port)
          ������и���Э�顢�����Ͷ˿ڵ� JMXServiceURL��
JMXServiceURL(String protocol, String host, int port, String urlPath)
          ������и������ֵ� JMXServiceURL��
 
����ժҪ
 boolean equals(Object obj)
          ָʾ�Ƿ��������Ķ�����ڴ˶���
 String getHost()
          Service URL ���������֡�
 int getPort()
          Service URL �Ķ˿ڲ��֡�
 String getProtocol()
          Service URL ��Э�鲿�֡�
 String getURLPath()
          Service URL �� URL Path ���֡�
 int hashCode()
          ���ظö���Ĺ�ϣ��ֵ��
 String toString()
          �� Service URL ���ַ�����ʾ��ʽ��
 
���� java.lang.Object �̳еķ���
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

���췽����ϸ��Ϣ

JMXServiceURL

public JMXServiceURL(String serviceURL)
              throws MalformedURLException

ͨ������ Service URL �ַ��������� JMXServiceURL��

������
serviceURL - Ҫ������ URL �ַ�����
�׳���
NullPointerException - ��� serviceURL Ϊ null��
MalformedURLException - ��� serviceURL ������ Abstract Service URL ���﷨������������ JMX Remote API �������Ч���ơ�JMXServiceURL �������ַ��� "service:jmx:" ��ͷ���������ִ�Сд���������������κβ����ڿɴ�ӡ ASCII �ַ����ַ���

JMXServiceURL

public JMXServiceURL(String protocol,
                     String host,
                     int port)
              throws MalformedURLException

������и���Э�顢�����Ͷ˿ڵ� JMXServiceURL���˹��췽����Ч�� JMXServiceURL(protocol, host, port, null)��

������
protocol - URL ��Э�鲿�֡����Ϊ null����Ĭ��Ϊ jmxmp��
host - URL ���������֡����Ϊ null����Ĭ��Ϊ���������������� InetAddress.getLocalHost().getHostName() ȷ���������Ϊһ����ֵ IPv6 ��ַ����ѡ�������ڷ����� [] �С�
port - URL �Ķ˿ڲ��֡�
�׳���
MalformedURLException - ���ijһ�������﷨�ϲ���ȷ��������� host Ϊ null �����޷��ҵ�������������������� port Ϊ����

JMXServiceURL

public JMXServiceURL(String protocol,
                     String host,
                     int port,
                     String urlPath)
              throws MalformedURLException

������и������ֵ� JMXServiceURL��

������
protocol - URL ��Э�鲿�֡����Ϊ null����Ĭ��Ϊ jmxmp��
host - URL ���������֡����Ϊ null����Ĭ��Ϊ���������������� InetAddress.getLocalHost().getHostName() ȷ���������Ϊһ����ֵ IPv6 ��ַ����ѡ�������ڷ����� [] �С�
port - URL �Ķ˿ڲ��֡�
urlPath - URL �� URL Path ���֡����Ϊ null����Ĭ��Ϊ���ַ�����
�׳���
MalformedURLException - ���ijһ�������﷨�ϲ���ȷ��������� host Ϊ null �����޷��ҵ�������������������� port Ϊ����
������ϸ��Ϣ

getProtocol

public String getProtocol()

Service URL ��Э�鲿�֡�

���أ�
Service URL ��Э�鲿�֡����Ӳ�Ϊ null��

getHost

public String getHost()

Service URL ���������֡���� Service URL ���ô�һ�� URL �ַ��������Ĺ��췽��������ģ�����Ϊ�� URL ��ָ�����������ַ���������� Service URL ���ô�һ���������������Ĺ��췽��������ģ�����Ϊ��ָ�����ַ�����������ַ���Ϊ null������Ϊ InetAddress.getLocalHost().getHostName()��

������������������������ʹ����ֵ IPv6 ��ַ�� [...] �﷨ָ���ģ���˴��ķ���ֵ�����������š�

���أ�
Service URL ���������֡����Ӳ�Ϊ null��

getPort

public int getPort()

Service URL �Ķ˿ڲ��֡����δָ���κζ˿ڣ��򷵻�ֵΪ 0��

���أ�
Service URL �Ķ˿ڣ����û�У��򷵻� 0��

getURLPath

public String getURLPath()

Service URL �� URL Path ���֡�����һ�����ַ���������б�� (/) ��ͷ���ַ��������Էֺ� (;) ��ͷ���ַ�����

���أ�
Service URL �� URL Path ���֡����Ӳ�Ϊ null��

toString

public String toString()

�� Service URL ���ַ�����ʾ��ʽ������Ѵ˷����ķ���ֵ�ṩ�� JMXServiceURL ���췽��������������ڴ�ֵ��

�����ַ����� host �������� getHost() ���ص�ֵ�������ֵָ����һ����ֵ IPv6 ��ַ�������÷����� [] ����

�����ַ����� port �������� getPort() ���ص�ֵ������̵�ʮ������ʽ��ʾ�������ֵΪ�㣬����Ը�ֵ��

���ǣ�
�� Object �е� toString
���أ�
�� Service URL ���ַ�����ʾ��ʽ��

equals

public boolean equals(Object obj)

ָʾ�Ƿ��������Ķ�����ڴ˶��󡣵��ҽ��� obj Ϊ JMXServiceURL ��һ��ʵ�������ߵ� getProtocol()��getHost()��getPort() �� getURLPath() ������������˶�����ȵ�ֵʱ���˷����ŷ��� true��getProtocol() �� getHost() ��ֵ�Ĵ�Сд���ܲ�ͬ������Ӱ����ߵ�����ԡ�

���ǣ�
�� Object �е� equals
������
obj - Ҫ��֮�Ƚϵ����ö���
���أ�
����˶����� obj ������ͬ���򷵻� true�����򷵻� false��
������
Object.hashCode(), Hashtable

hashCode

public int hashCode()
���� Object ���Ƶ�����
���ظö���Ĺ�ϣ��ֵ��֧�ִ˷�����Ϊ����߹�ϣ�������� java.util.Hashtable �ṩ�Ĺ�ϣ���������ܡ�

hashCode �ij���Э���ǣ�

ʵ���ϣ��� Object �ඨ��� hashCode ����ȷʵ����Բ�ͬ�Ķ��󷵻ز�ͬ������������һ����ͨ�����ö�����ڲ���ַת����һ��������ʵ�ֵģ����� JavaTM ������Բ���Ҫ����ʵ�ּ��ɡ���

���ǣ�
�� Object �е� hashCode
���أ�
�˶����һ����ϣ��ֵ��
������
Object.equals(java.lang.Object), Hashtable

JavaTM Platform
Standard Ed. 6

�ύ��������
�йظ���� API �ο����ϺͿ�����Ա�ĵ�������� Java SE ������Ա�ĵ������ĵ���������ϸ�ġ����򿪷���Ա���������Լ�������������ﶨ�塢ʹ�ü��ɺ͹�������ʾ����

��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������