| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.test.remote.AvailablePortFinder
public final class AvailablePortFinder
Finds currently available server ports.
This class is a verbatim copy of AvailablePortFinder from the camel-test component of the Apache Camel project.
| Field Summary | |
|---|---|
| static int | MAX_PORT_NUMBERThe maximum server currentMinPort number. | 
| static int | MIN_PORT_NUMBERThe minimum server currentMinPort number. | 
| Method Summary | |
|---|---|
| static boolean | available(int port)Checks to see if a specific currentMinPort is available. | 
| static int | getNextAvailable()Gets the next available currentMinPort starting at the lowest currentMinPort number. | 
| static int | getNextAvailable(int fromPort)Gets the next available currentMinPort starting at a currentMinPort. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int MIN_PORT_NUMBER
public static final int MAX_PORT_NUMBER
| Method Detail | 
|---|
public static int getNextAvailable()
NoSuchElementException - if there are no ports availablepublic static int getNextAvailable(int fromPort)
fromPort - the currentMinPort to scan for availability
NoSuchElementException - if there are no ports availablepublic static boolean available(int port)
port - the currentMinPort to check for availability| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||