Uses of Enum
org.terracotta.utilities.test.net.PortManager.PortRef.CloseOption
Packages that use PortManager.PortRef.CloseOption
-
Uses of PortManager.PortRef.CloseOption in org.terracotta.utilities.test.net
Fields in org.terracotta.utilities.test.net with type parameters of type PortManager.PortRef.CloseOptionModifier and TypeFieldDescriptionprivate final AtomicReference<BiConsumer<Integer,Set<PortManager.PortRef.CloseOption>>> PortManager.AllocatedPort.closerprivate final AtomicReference<BiConsumer<Integer,Set<PortManager.PortRef.CloseOption>>> PortManager.PortRef.closersMethods in org.terracotta.utilities.test.net that return PortManager.PortRef.CloseOptionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PortManager.PortRef.CloseOption[]PortManager.PortRef.CloseOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.terracotta.utilities.test.net that return types with arguments of type PortManager.PortRef.CloseOptionModifier and TypeMethodDescriptionPortManager.PortRef.closers()Gets the "closers"AtomicReferencefor use during weak-reference release.Method parameters in org.terracotta.utilities.test.net with type arguments of type PortManager.PortRef.CloseOptionModifier and TypeMethodDescriptionvoidPortManager.PortRef.close(Set<PortManager.PortRef.CloseOption> options) Closes thisPortRefusing the options provided.private voidPortManager.diagnosticReleaseCheck(int port, Set<PortManager.PortRef.CloseOption> options) Checks that the port being released is actually free and emits a detailed log message if not.(package private) voidPortManager.PortRef.onClose(BiConsumer<Integer, Set<PortManager.PortRef.CloseOption>> action) Prepends a close action to thisPortRef.private voidPortManager.release(int port, Set<PortManager.PortRef.CloseOption> options)