org.apache.openejb.util
Class NetworkUtil

java.lang.Object
  extended by org.apache.openejb.util.NetworkUtil

public final class NetworkUtil
extends Object


Method Summary
static String getLocalAddress(String start, String end)
           
static int getNextAvailablePort()
           
static int getNextAvailablePort(int[] portList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNextAvailablePort

public static int getNextAvailablePort()

getNextAvailablePort

public static int getNextAvailablePort(int[] portList)

getLocalAddress

public static String getLocalAddress(String start,
                                     String end)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.