Interface | Description |
---|---|
JDBCResourceConnectionPoolManagementMBean |
The
JDBCResourceConnectionPoolManagementMBean interface provides methods to modify the configuration settings of a JDBC resource’s connection pool. |
PersistenceManagementMBean |
The
PersistenceManagementMBean interface provides methods to modify Rhino’s external database persistence configuration. |
Class | Description |
---|---|
ConfigProperty |
A configuration property with a name, type, and value.
|
Enum | Description |
---|---|
PersistenceInstanceType |
Supported persistence instance types.
|
Exception | Description |
---|---|
DuplicateNameException |
This exception is thrown by the
PersistenceManagementMBean if an attempt is made to create an entity with a name that already exists. |
NameNotFoundException |
This exception is thrown by the
PersistenceManagementMBean if an attempt is made to reference an entity with an unknown name. |