|
|||||||||
Home >> All >> org >> apache >> catalina >> cluster >> [ util overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.apache.catalina.cluster.util
This package contains code for Clustering, the base class of a Cluster isorg.apache.catalina.Cluster
implementations
of this class is done when implementing a new Cluster protocol
See:
Description
Interface Summary | |
IDynamicProperty | |
IQueue | A queue interface |
Class Summary | |
FastQueue | A fast queue that remover thread lock the adder thread. |
LinkObject | The class LinkObject implements an element for a linked list, consisting of a general data object and a pointer to the next element. |
SingleRemoveSynchronizedAddLock | The class SingleRemoveSynchronizedAddLock implement locking for accessing the queue by a single remove thread and multiple add threads. |
SmartQueue | |
SmartQueue.SmartEntry |
Package org.apache.catalina.cluster.util Description
This package contains code for Clustering, the base class
of a Cluster is org.apache.catalina.Cluster
implementations
of this class is done when implementing a new Cluster protocol
The only Cluster protocol currently implemented is a JavaGroups based
JGCluster.java
|
|||||||||
Home >> All >> org >> apache >> catalina >> cluster >> [ util overview ] | PREV PACKAGE NEXT PACKAGE |