| |
|
| org.jboss.mq.sm.jdbc.JDBCStateManagerMBean
All known Subclasses: org.jboss.mq.sm.jdbc.JDBCStateManager,
JDBCStateManagerMBean | public interface JDBCStateManagerMBean extends AbstractStateManagerMBean(Code) | | MBean interface.
author: Adrian Brock (Adrian@jboss.org) version: $Revision: 57198 $ |
getConnectionManager | ObjectName getConnectionManager()(Code) | | Get the connection manager name
the connection manager |
getConnectionRetryAttempts | int getConnectionRetryAttempts()(Code) | | Gets the ConnectionRetryAttempts.
Returns a ConnectionRetryAttempt value |
getSqlProperties | String getSqlProperties()(Code) | | Gets the sqlProperties.
the Properties |
hasSecurityManager | boolean hasSecurityManager()(Code) | | Whether we have a security manager
true when using a security manager |
setConnectionManager | void setConnectionManager(ObjectName connectionManagerName)(Code) | | Set the connection manager name
Parameters: connectionManagerName - the name |
setConnectionRetryAttempts | void setConnectionRetryAttempts(int value)(Code) | | Sets the ConnectionRetryAttempts.
Parameters: connectionRetryAttempts - value |
setHasSecurityManager | void setHasSecurityManager(boolean hasSecurityManager)(Code) | | Set whether we have a security manager
Parameters: hasSecurityManager - true when there is a security manager |
setSqlProperties | void setSqlProperties(String value)(Code) | | Sets the sqlProperties.
Parameters: sqlProperties - sqlProperties to set |
|
|
|