org.jboss.remoting.transport
Class AddressUtil

java.lang.Object
  extended by org.jboss.remoting.transport.AddressUtil

public class AddressUtil
extends java.lang.Object

Checks if an IP interface address is usable.

Version:
$Revision: 1.1 $

Copyright Jan 30, 2008

Author:
Ron Sigal

Constructor Summary
AddressUtil()
           
 
Method Summary
static boolean checkAddress(java.lang.String host)
           
static boolean checkAddress(java.lang.String host, int timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressUtil

public AddressUtil()
Method Detail

checkAddress

public static boolean checkAddress(java.lang.String host)
                            throws java.lang.Exception
Throws:
java.lang.Exception

checkAddress

public static boolean checkAddress(java.lang.String host,
                                   int timeout)
                            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.