Interface Invalidatable

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
IConnection, IInstanceConnection, IInstanceConnectionDelegate, IpcChannelMessagesReceiver, IpcChannelMessagesSender, IpcMonitor, IProcessConnection, IProcessConnectionDelegate
All Known Implementing Classes:
AbstractIpcMonitor, ByteBufferIpcMessagesConsumerThread, CloseableThreadsGroup, InstanceConnectionDelegateImpl, InvalidatableThread, IpcConnection, IpcMessageProcessorThread, LocksSequence, MmfInstanceConnection, MmfProcessConnection, PipeIpcMonitor, PmChannelEndArtefacts, PmMessageReceiver, PmMessageSender, ProcessConnectionDelegateImpl, RandomAccessFileIpcMonitor, RequestSender, RmiInstanceConnectionStub, RmiProcessConnectionStub, RmiSeparateProcessConnection, SerializableObjectSender, SerializedObjectMessagesProcessorThread

public interface Invalidatable extends AutoCloseable
An AutoCloseable with isValid() method.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns if this instance is not closed.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • isValid

      boolean isValid()
      Returns if this instance is not closed.
      Returns:
      true, if AutoCloseable.close() was not called, false otherwise