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