Uses of Class
org.terracotta.utilities.test.net.PortManager.PortRef
-
Packages that use PortManager.PortRef Package Description org.terracotta.utilities.test.net -
-
Uses of PortManager.PortRef in org.terracotta.utilities.test.net
Fields in org.terracotta.utilities.test.net with type parameters of type PortManager.PortRef Modifier and Type Field Description private java.lang.ref.ReferenceQueue<PortManager.PortRef>PortManager. dereferencedPortsAReferenceQueueacceptingPortManager.PortRefinstances no longer held by the reserving party.Methods in org.terracotta.utilities.test.net that return PortManager.PortRef Modifier and Type Method Description private PortManager.PortRefPortManager. reserveInternal(int candidatePort)Reserve and vet the specified candidate port.PortManager.PortRefPortManager. reservePort()Reserve a single, randomly selected port.Methods in org.terracotta.utilities.test.net that return types with arguments of type PortManager.PortRef Modifier and Type Method Description java.util.Optional<PortManager.PortRef>PortManager. getPortRef(int port)Gets the activePortManager.PortRefinstance for the designated port.java.util.Optional<PortManager.PortRef>PortManager. reserve(int port)Attempts to reserve the specified port.java.util.List<PortManager.PortRef>PortManager. reservePorts(int portCount)Reserves the specified number of ports returning a list ofPortManager.PortRefinstances for those reserved.Methods in org.terracotta.utilities.test.net with parameters of type PortManager.PortRef Modifier and Type Method Description (package private) booleanSystemLevelLocker. lock(PortManager.PortRef portRef)Obtains a system-level lock against the lock file for the identified port.Constructors in org.terracotta.utilities.test.net with parameters of type PortManager.PortRef Constructor Description AllocatedPort(PortManager.PortRef referent, java.lang.ref.ReferenceQueue<? super PortManager.PortRef> q)Constructor parameters in org.terracotta.utilities.test.net with type arguments of type PortManager.PortRef Constructor Description AllocatedPort(PortManager.PortRef referent, java.lang.ref.ReferenceQueue<? super PortManager.PortRef> q)
-