| Interface | Description |
|---|---|
| AdminProvider |
Defines the server-side of the
AdminService. |
| ConfigRegistry.Serializer |
Used to un/serialize object data.
|
| Class | Description |
|---|---|
| AdminManager |
Handles admin stuffs.
|
| ConfigRegistry |
Provides a registry of configuration distributed objects.
|
| DatabaseConfigRegistry |
Implements the
ConfigRegistry using a JDBC database as a persistent store for the
configuration information. |
| PeeredDatabaseConfigRegistry |
A database backed config registry that registers with the peer system and synchronizes with its
peers when configuration fields are changed.
|
| PrefsConfigRegistry |
Implements the
ConfigRegistry using the Java preferences system as a persistent store
for the configuration information (see Config for more information on how that works). |
Copyright © 2015. All rights reserved.