Class PortAllocator
- java.lang.Object
-
- org.apache.axis2.transport.testkit.util.PortAllocator
-
public class PortAllocator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static PortAllocator
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
allocatePort()
void
releasePort(int port)
-
-
-
Field Detail
-
INSTANCE
public static final PortAllocator INSTANCE
-
-