|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.dns.DnsSrvRecord
public class DnsSrvRecord
Represents a DNS SRV Record.
| Constructor Summary | |
|---|---|
DnsSrvRecord()
|
|
| Method Summary | |
|---|---|
String |
getName()
Retrieves the value of the name property. |
String |
getNameTarget()
Retrieves the value of the target property. |
int |
getPort()
Retrieves the value of the port property. |
int |
getPriority()
Retrieves the value of the priority property. |
int |
getTimeToLive()
Retrieves the value of the timeToLive property. |
int |
getWeight()
Retrieves the value of the weight property. |
protected void |
load(String srvRecord)
Initializes a new instance of the DnsSrvRecord class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DnsSrvRecord()
| Method Detail |
|---|
public String getNameTarget()
public int getPriority()
public int getWeight()
public int getPort()
protected void load(String srvRecord)
throws DnsException
srvRecord - srvRecord that is fetched from JNDI
DnsException - the dns exceptionpublic String getName()
public int getTimeToLive()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||