Package com.opencloud.rhino.resource
-
Interface Summary Interface Description KeyValueStoreResourceMBean AKeyValueStoreResourceMBean
provides access to a key/value store.PersistingResourceMBean APersistingResourceMBean
provides access to a Rhino resource that interacts with an external database (or similar), typically for the persistence of runtime session state.PoolMaintenanceResourceMBean APoolMaintenanceResourceMBean
provides access to a pool maintenance service provider.SessionOwnershipResourceMBean ASessionOwnershipResourceMBean
provides access to a session ownership store. -
Exception Summary Exception Description TableDumpException This exception is thrown by aPersistingResourceMBean
if a resource table dump cannot be obtained due to problems such as database connectivity issues.UnrecognizedKeyspaceException This exception is thrown by aPersistingResourceMBean
when passed the name of a keyspace that is not known to the resource.UnrecognizedTableNameException This exception is thrown by aPersistingResourceMBean
when passed the name of a table that is not known to the resource.