|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUbiquitiMinistationManagement
Defines Management interface of Ubiquiti Ministation2
Method Summary | |
---|---|
IpAddress |
getStationLinkLocalIpAddress()
Reports Ministation Link-Local IP address |
IpAddress |
getZywanLinkLocalIpAddress()
Reports ZyWAN Link-Local IP address |
boolean |
isReachable()
Reports if ministation is reachable |
boolean |
isReachable(long tout)
Reports if ministation is reachable |
IpAddress |
probe()
Probes Ubiquiti ministation2 for management IP address by sending broadcast ping to 169.254.255.255 and parsing the /proc/net/arp file for the ARP cache entry matching the Ubiquiti OUI portion of the MAC address. |
IpAddress |
probe(long tout)
Probes Ubiquiti ministation2 for management IP address by sending broadcast ping to 169.254.255.255 and parsing the /proc/net/arp file for the ARP cache entry matching the Ubiquiti OUI portion of the MAC address. |
Method Detail |
---|
IpAddress probe() throws java.lang.Exception
IpAddress
java.lang.Exception
IpAddress probe(long tout) throws java.lang.Exception
tout
- - timeout in msec as long
java.lang.Exception
IpAddress getZywanLinkLocalIpAddress()
IpAddress
IpAddress getStationLinkLocalIpAddress()
IpAddress
boolean isReachable()
boolean
boolean isReachable(long tout)
tout
- - configuration timeout in mdec as long
boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |