Package | Description |
---|---|
com.opencloud.rhino.persistence |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManagementMBean.addPersistenceResourcePersistenceInstanceRef(String persistenceResourceName,
String persistenceInstanceName)
Add a persistence instance reference to an existing persistence resource.
|
ObjectName |
PersistenceManagementMBean.createJdbcResourceConnectionPoolConfig(String jndiName)
Add a connection pool configuration to a JDBC resource.
|
ObjectName |
PersistenceManagementMBean.getJdbcResourceConnectionPoolConfigMBean(String jndiName)
Get the JMX Object Name of a MBean that can be used to configure the connection pool settings for a JDBC resource.
|
String |
PersistenceManagementMBean.getJdbcResourcePersistenceInstanceRef(String jndiName)
Get the current persistence instance reference for a JDBC resource.
|
CompositeData |
PersistenceManagementMBean.getPersistenceInstance(String name,
boolean expandProperties)
Get a description of a persistence instance configuration.
|
String[] |
PersistenceManagementMBean.getPersistenceResourcePersistenceInstanceRefs(String persistenceResourceName)
Get a list of the names of the persistence instances currently referred to by a persistence resource.
|
boolean |
PersistenceManagementMBean.hasJdbcResourceConnectionPoolConfig(String jndiName)
Determine if a JDBC resource has a connection pool configuration.
|
void |
PersistenceManagementMBean.removeJdbcResource(String jndiName)
Remove an existing JDBC resource.
|
void |
PersistenceManagementMBean.removeJdbcResourceConnectionPoolConfig(String jndiName)
Remove the connection pool configuration from a JDBC resource.
|
void |
PersistenceManagementMBean.removePersistenceInstance(String name)
Remove an existing persistence instance configuration.
|
void |
PersistenceManagementMBean.removePersistenceResource(String name)
Remove an existing persistence resource.
|
void |
PersistenceManagementMBean.removePersistenceResourcePersistenceInstanceRef(String persistenceResourceName,
String persistenceInstanceName)
Remove a persistence instance reference from a persistence resource.
|
void |
PersistenceManagementMBean.setJdbcResourcePersistenceInstanceRef(String jdbcResourceJndiName,
String persistenceInstanceName)
Set the persistence instance reference for a JDBC resource.
|
void |
PersistenceManagementMBean.updatePersistenceInstance(String name,
PersistenceInstanceType type,
String dsClassName,
ConfigProperty[] configProperties)
Update the configuration of an existing persistence instance.
|
void |
PersistenceManagementMBean.updatePersistenceInstance(String name,
String dsClassName,
ConfigProperty[] configProperties)
|