|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object urv.util.network.NetworkUtils
public class NetworkUtils
Class that provide some methods to manage the different kinds of addresses between JGroups and InetAddress
Constructor Summary | |
---|---|
NetworkUtils()
|
Method Summary | |
---|---|
static org.jgroups.Address |
getJGroupsAddresFor(java.net.InetAddress dest)
This method retrieves the JGropups Address equivalent to the InetAddress given. |
static org.jgroups.Address |
getJGroupsAddresFor(java.lang.String dest)
This method retrieves the JGropups Address equivalent to the String Address given. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkUtils()
Method Detail |
---|
public static org.jgroups.Address getJGroupsAddresFor(java.net.InetAddress dest)
dest
-
public static org.jgroups.Address getJGroupsAddresFor(java.lang.String dest)
dest
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |