|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.sun.jini.thread | |
---|---|
com.sun.jini.fiddler | Provides the server side of an implementation of the lookup discovery service
(see ). |
com.sun.jini.jeri.internal.http | |
com.sun.jini.jeri.internal.mux | |
com.sun.jini.jeri.internal.runtime | |
com.sun.jini.mahalo | Provides implementations of the TransactionManager service. |
com.sun.jini.mercury | Provides implementations of the EventMailbox service. |
com.sun.jini.norm | Provides implementations of LeaseRenewalService . |
com.sun.jini.norm.event | |
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
com.sun.jini.reggie | Provides implementations of ServiceRegistrar . |
com.sun.jini.thread | These are utility classes and interfaces for helping with tasks done in multiple threads. |
net.jini.discovery | These are utility classes and interfaces that conform to the discovery and join protocol defined in the Jini Discovery and Join Specification. |
net.jini.jeri.connection | Provides interfaces and classes for implementing connection-based Jini extensible remote invocation (Jini ERI) transport layer providers. |
net.jini.jeri.http | Provides implementations of the Endpoint and
ServerEndpoint abstractions that use HTTP
messages sent over TCP sockets as the underlying communication
mechanism. |
net.jini.jeri.kerberos | Provides implementations of Endpoint and ServerEndpoint that use Kerberos as the underlying
network security protocol to support security related invocation
constraints for remote requests. |
net.jini.jeri.ssl | Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints. |
net.jini.jeri.tcp | Provides implementations of the Endpoint and
ServerEndpoint abstractions that use TCP sockets
as the underlying communication mechanism. |
net.jini.lease | Standard service and utility classes for managing leases. |
net.jini.lookup | Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. |
net.jini.security.proxytrust | Defines a trust verifier to support verification of proxies that use dynamically downloaded code, implementation mechanisms to support the verification of such proxies, and an exporter for remote objects that have such proxies. |
Classes in com.sun.jini.thread used by com.sun.jini.fiddler | |
---|---|
InterruptedStatusThread
Common Thread subclass to handle potential loss of interrupted status. |
|
ReadersWriter
An Object to control the concurrent state. |
|
ReadyState
Utility class used to prevent access to a service before it has completed its initialization or after it starts to shutdown. |
|
TaskManager
A task manager manages a single queue of tasks, and some number of worker threads. |
|
TaskManager.Task
The interface that tasks must implement |
Classes in com.sun.jini.thread used by com.sun.jini.jeri.internal.http | |
---|---|
Executor
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously. |
Classes in com.sun.jini.thread used by com.sun.jini.jeri.internal.mux | |
---|---|
Executor
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously. |
Classes in com.sun.jini.thread used by com.sun.jini.jeri.internal.runtime | |
---|---|
Executor
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously. |
Classes in com.sun.jini.thread used by com.sun.jini.mahalo | |
---|---|
InterruptedStatusThread
Common Thread subclass to handle potential loss of interrupted status. |
|
ReadyState
Utility class used to prevent access to a service before it has completed its initialization or after it starts to shutdown. |
|
RetryTask
|
|
TaskManager
A task manager manages a single queue of tasks, and some number of worker threads. |
|
TaskManager.Task
The interface that tasks must implement |
|
WakeupManager
A Queue of timed tasks. |
Classes in com.sun.jini.thread used by com.sun.jini.mercury | |
---|---|
InterruptedStatusThread
Common Thread subclass to handle potential loss of interrupted status. |
|
ReadersWriter
An Object to control the concurrent state. |
|
ReadyState
Utility class used to prevent access to a service before it has completed its initialization or after it starts to shutdown. |
|
RetryTask
|
|
TaskManager
A task manager manages a single queue of tasks, and some number of worker threads. |
|
TaskManager.Task
The interface that tasks must implement |
|
WakeupManager
A Queue of timed tasks. |
Classes in com.sun.jini.thread used by com.sun.jini.norm | |
---|---|
InterruptedStatusThread
Common Thread subclass to handle potential loss of interrupted status. |
|
ReadersWriter
An Object to control the concurrent state. |
|
WakeupManager.Ticket
A ticket that can be used for cancelling a future task. |
Classes in com.sun.jini.thread used by com.sun.jini.norm.event | |
---|---|
RetryTask
|
|
TaskManager
A task manager manages a single queue of tasks, and some number of worker threads. |
|
TaskManager.Task
The interface that tasks must implement |
|
WakeupManager
A Queue of timed tasks. |
Classes in com.sun.jini.thread used by com.sun.jini.outrigger | |
---|---|
RetryTask
|
|
TaskManager
A task manager manages a single queue of tasks, and some number of worker threads. |
|
TaskManager.Task
The interface that tasks must implement |
|
WakeupManager
A Queue of timed tasks. |
Classes in com.sun.jini.thread used by com.sun.jini.reggie | |
---|---|
InterruptedStatusThread
Common Thread subclass to handle potential loss of interrupted status. |
|
ReadersWriter
An Object to control the concurrent state. |
|
ReadyState
Utility class used to prevent access to a service before it has completed its initialization or after it starts to shutdown. |
|
TaskManager
A task manager manages a single queue of tasks, and some number of worker threads. |
|
TaskManager.Task
The interface that tasks must implement |
Classes in com.sun.jini.thread used by com.sun.jini.thread | |
---|---|
Executor
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously. |
|
RetryTask.RetryTime
This is the runnable class for the WakeupManager ,
since we need different implementations of
WakeupManager.run and
TaskManager.run . |
|
TaskManager
A task manager manages a single queue of tasks, and some number of worker threads. |
|
TaskManager.Task
The interface that tasks must implement |
|
ThreadPool
ThreadPool is a simple thread pool implementation of the Executor interface. |
|
ThreadPool.Task
Task simply encapsulates a task's Runnable object with its name. |
|
WakeupManager
A Queue of timed tasks. |
|
WakeupManager.Kicker
The kicker work. |
|
WakeupManager.ThreadDesc
Description of a future thread. |
|
WakeupManager.Ticket
A ticket that can be used for cancelling a future task. |
Classes in com.sun.jini.thread used by net.jini.discovery | |
---|---|
RetryTask
|
|
TaskManager
A task manager manages a single queue of tasks, and some number of worker threads. |
|
TaskManager.Task
The interface that tasks must implement |
|
WakeupManager
A Queue of timed tasks. |
|
WakeupManager.Ticket
A ticket that can be used for cancelling a future task. |
Classes in com.sun.jini.thread used by net.jini.jeri.connection | |
---|---|
Executor
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously. |
Classes in com.sun.jini.thread used by net.jini.jeri.http | |
---|---|
Executor
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously. |
Classes in com.sun.jini.thread used by net.jini.jeri.kerberos | |
---|---|
Executor
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously. |
Classes in com.sun.jini.thread used by net.jini.jeri.ssl | |
---|---|
Executor
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously. |
Classes in com.sun.jini.thread used by net.jini.jeri.tcp | |
---|---|
Executor
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously. |
Classes in com.sun.jini.thread used by net.jini.lease | |
---|---|
TaskManager
A task manager manages a single queue of tasks, and some number of worker threads. |
|
TaskManager.Task
The interface that tasks must implement |
Classes in com.sun.jini.thread used by net.jini.lookup | |
---|---|
RetryTask
|
|
TaskManager
A task manager manages a single queue of tasks, and some number of worker threads. |
|
TaskManager.Task
The interface that tasks must implement |
|
WakeupManager
A Queue of timed tasks. |
Classes in com.sun.jini.thread used by net.jini.security.proxytrust | |
---|---|
Executor
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |