|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
java.lang.Objectjavax.management.remote.JMXServiceURL
public class JMXServiceURL
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
���ֿ��ܻ����ִ�Сд��
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 |
���췽����ϸ��Ϣ |
---|
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 �ַ����ַ���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
����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
Ϊ����������ϸ��Ϣ |
---|
public String getProtocol()
Service URL ��Э�鲿�֡�
public String getHost()
Service URL ���������֡���� Service URL ���ô�һ�� URL �ַ��������Ĺ��췽��������ģ�����Ϊ�� URL ��ָ�����������ַ���������� Service URL ���ô�һ���������������Ĺ��췽��������ģ�����Ϊ��ָ�����ַ�����������ַ���Ϊ null������Ϊ InetAddress.getLocalHost().getHostName()
��
������������������������ʹ����ֵ IPv6 ��ַ�� [...]
�ָ���ģ���˴��ķ���ֵ�����������š�
public int getPort()
Service URL �Ķ˿ڲ��֡����δָ���κζ˿ڣ���ֵΪ 0��
public String getURLPath()
Service URL �� URL Path ���֡�����һ�����ַ���������б�� (/
) ��ͷ���ַ��������Էֺ� (;
) ��ͷ���ַ�����
public String toString()
�� Service URL ���ַ�����ʾ��ʽ������Ѵ˷����ķ���ֵ�ṩ�� JMXServiceURL
���췽��������������ڴ�ֵ��
�����ַ����� host
�������� getHost()
���ص�ֵ�������ֵָ����һ����ֵ IPv6 ��ַ�������÷����� []
����
�����ַ����� port
�������� getPort()
���ص�ֵ������̵�ʮ������ʽ��ʾ�������ֵΪ�㣬����Ը�ֵ��
Object
�е� toString
public boolean equals(Object obj)
ָʾ�Ƿ��������Ķ�����ڴ˶����ҽ��� obj
Ϊ JMXServiceURL
��һ��ʵ�������ߵ� getProtocol()
��getHost()
��getPort()
�� getURLPath()
������������˶�����ȵ�ֵʱ���˷����ŷ��� true��getProtocol()
�� getHost()
��ֵ�Ĵ�Сд���ܲ�ͬ������Ӱ����ߵ�����ԡ�
Object
�е� equals
obj
- Ҫ��֮�Ƚϵ����ö���
obj
������ͬ���� true
������ false
��Object.hashCode()
,
Hashtable
public int hashCode()
Object
���Ƶ�����java.util.Hashtable
�ṩ�Ĺ�ϣ���������ܡ�
hashCode
�ij���Э���ǣ�
hashCode
����������������ͬ�����������
Object.equals(java.lang.Object)
����������������ȣ���ô�������������е���һ�����ϵ��� hashCode ������ Ҫ��һ�����ɲ�ͬ��������������ǣ�����ԱӦ����ʶ����Ϊ����ȵĶ������ɲ�ͬ�������������߹�ϣ�������ܡ�
ʵ���ϣ��� Object �ඨ��� hashCode ����ȷʵ����Բ�ͬ�Ķ��ز�ͬ������������һ����ͨ�����ö�����ڲ���ַת����һ��������ʵ�ֵģ����� JavaTM ������Բ���Ҫ����ʵ�ּ��ɡ���
Object
�е� hashCode
Object.equals(java.lang.Object)
,
Hashtable
|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������