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
An
AutoCloseable
with isValid()
method.-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
isValid
boolean isValid()Returns if this instance is not closed.- Returns:
true
, ifAutoCloseable.close()
was not called,false
otherwise
-