- java.lang.Object
-
- org.refcodes.web.PortManager
-
- org.refcodes.web.PortManagerSingleton
-
public class PortManagerSingleton extends PortManager
The singleton of thePortManagerfor system wide part management.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPortManagerSingleton()Instantiates a new port manager singleton.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PortManagergetInstance()Returns the singleton's instance as fabricated by thisPortManagerSingleton.-
Methods inherited from class org.refcodes.web.PortManager
bindAnyPort, bindNextPort, bindNextPort, bindNextPort, bindPort, isPortAvaialble, isPortBound, unbindPort
-
-
-
-
Method Detail
-
getInstance
public static PortManager getInstance()
Returns the singleton's instance as fabricated by thisPortManagerSingleton.- Returns:
- The
PortManagersingleton's instance.
-
-