org.globus.cog.gridface.impl.util
Class IPGetSetter

java.lang.Object
  extended byorg.globus.cog.gridface.impl.util.IPGetSetter

public class IPGetSetter
extends Object


Constructor Summary
IPGetSetter()
           
 
Method Summary
static String getAllIPAddresses()
           
static String getRedirectIPAddress(String devName)
           
static void main(String[] args)
           
static void setRedirectIPAddress(String value)
           
static void setRedirectIPAddressDev(String devName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPGetSetter

public IPGetSetter()
Method Detail

getAllIPAddresses

public static String getAllIPAddresses()
                                throws Exception
Throws:
Exception

setRedirectIPAddressDev

public static void setRedirectIPAddressDev(String devName)
                                    throws Exception
Throws:
Exception

setRedirectIPAddress

public static void setRedirectIPAddress(String value)
                                 throws Exception
Throws:
Exception

getRedirectIPAddress

public static String getRedirectIPAddress(String devName)
                                   throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception