org.apache.axis2.transport.testkit.util
Class PortAllocator

java.lang.Object
  extended by org.apache.axis2.transport.testkit.util.PortAllocator

public class PortAllocator
extends java.lang.Object


Field Summary
static PortAllocator INSTANCE
           
 
Method Summary
 int allocatePort()
           
 void releasePort(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final PortAllocator INSTANCE
Method Detail

allocatePort

public int allocatePort()

releasePort

public void releasePort(int port)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.