Interface | Description |
---|---|
ActiveChangeListener |
This interface can be used to listen for changes to the
active collections.
|
ActiveCollectionContext |
This interface represents the context used by the active collections,
e.g.
|
ActiveCollectionListener |
This interface can be used to listen for active collections
being registered with the manager.
|
ActiveCollectionManager |
This interface represents the Active Collection Manager, responsible
for managing the active collection sources, and their associated
collections.
|
ActiveCollectionMBean |
This interface exposes the attributes and operations required
to manage the active collection.
|
Class | Description |
---|---|
AbstractACSLoader |
This class provides an abstract base class for ACS loaders.
|
AbstractActiveChangeListener |
This class defines an abstract active change listener.
|
AbstractActiveCollectionManager |
This class provides the abstract base implementation of the ActiveCollectionManager
interface.
|
ActiveCollection |
This class provides the base Active Collection implementation.
|
ActiveCollectionFactory |
This class represents a factory for creating active collections.
|
ActiveCollectionManagerAccessor |
This class provides access to the Active Collection Manager once an appropriate
implementation has been independently instantiated.
|
ActiveCollectionSource |
This class defines an Active Collection Source that is
responsible for retrieving the data (with optional pre-
processing) to be placed within an associated active
collection, and then maintaining that information with
subsequent updates and eventual removal.
|
ActiveCollectionSource.DerivedDefinition |
This class provides the definition of a derived
active collection that will be associated with
the main collection from this source.
|
ActiveList |
This interface represents an active list.
|
ActiveMap |
This interface represents an active map.
|
DefaultActiveCollectionContext |
This class represents the default implementation of the
active collection context interface.
|
QuerySpec |
This class defines the query specification that can be used to define
the active collection that is required.
|
Enum | Description |
---|---|
ActiveCollectionType |
This enumerated type represents the type of the
active collection.
|
ActiveCollectionVisibility |
This enumerated type represents the visibility of the
active collection.
|
QuerySpec.Style |
This enumerated type defines the style used for returning
the results.
|
QuerySpec.Truncate |
This enumerated type defines where truncation should
occur if the collection size is greater than the
maximum number of items specified.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.