Uses of Class
org.simpleframework.common.thread.Daemon
-
Packages that use Daemon Package Description org.simpleframework.common.lease org.simpleframework.transport org.simpleframework.transport.reactor -
-
Uses of Daemon in org.simpleframework.common.lease
Subclasses of Daemon in org.simpleframework.common.lease Modifier and Type Class Description (package private) class
LeaseCleaner<T>
TheLeaseCleaner
provides a means of providing callbacks to clean a leased resource once the contract duration has expired. -
Uses of Daemon in org.simpleframework.transport
Subclasses of Daemon in org.simpleframework.transport Modifier and Type Class Description (package private) class
ServerCleaner
TheServerCleaner
object allows for the termination and resource recovery to be done asynchronously.Fields in org.simpleframework.transport declared as Daemon Modifier and Type Field Description private Daemon
TransportSocketProcessor. cleaner
This is used to clean the internals of the processor. -
Uses of Daemon in org.simpleframework.transport.reactor
Subclasses of Daemon in org.simpleframework.transport.reactor Modifier and Type Class Description (package private) class
ActionDistributor
TheActionDistributor
is used to execute operations that have an interested I/O event ready.
-