|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.testing.system.deployment.PortFactory
public class PortFactory
PortFactory Utility to hand out PortPreference instances in a static way. This should help in the static initialization which Haste uses when setting up story steps.
| Constructor Summary | |
|---|---|
PortFactory()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.Integer> |
getAssignedPortNumbers()
|
static ContainerPorts |
getContainerPorts()
|
static void |
reclaimPorts()
Iterates through all assigned ports and checks if they are currently bound. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortFactory()
| Method Detail |
|---|
public static ContainerPorts getContainerPorts()
throws NoAvailablePortException
NoAvailablePortExceptionpublic static java.util.List<java.lang.Integer> getAssignedPortNumbers()
public static void reclaimPorts()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||