JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jetlang.core
Interface Disposable
All Known Subinterfaces:
Fiber
,
NioFiber
,
RunnableExecutor
,
Scheduler
All Known Implementing Classes:
FiberStub
,
NioFiberImpl
,
PoolFiberFactory
,
RunnableExecutorImpl
,
SchedulerImpl
,
SynchronousDisposingExecutor
,
ThreadFiber
public interface
Disposable
Interface to represent an instance that requires explicit resource cleanup
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
dispose
()
Dispose this instance.
Method Detail
dispose
void dispose()
Dispose this instance. It should be considered unusable after calling this method
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2017. All Rights Reserved.