|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGeoLocationProvider
an interface for IP address to GeoLocation providers.
All implementations have to be threadsafe!
| Method Summary | |
|---|---|
GeoLocation |
lookup(java.net.InetAddress ip)
returns the GeoLocation for the given IP address. |
GeoLocation |
lookup(java.lang.String ip)
returns the GeoLocation for the given IP address. |
| Methods inherited from interface org.torweg.pulse.invocation.lifecycle.LifecycleResource |
|---|
isModified, restart, shutdown, startup |
| Method Detail |
|---|
GeoLocation lookup(java.lang.String ip)
GeoLocation for the given IP address.
ip - the IP address to lookup
nullGeoLocation lookup(java.net.InetAddress ip)
GeoLocation for the given IP address.
ip - the IP address to lookup
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||