| |
|
| org.jboss.mq.sm.AbstractStateManager org.jboss.mq.sm.jdbc.JDBCStateManager
All known Subclasses: org.jboss.mq.sm.jdbc.MSSQLJDBCStateManager, org.jboss.mq.kernel.JDBCStateManager,
JDBCStateManager | public class JDBCStateManager extends AbstractStateManager implements JDBCStateManagerMBean(Code) | | A state manager that stores state in the database.
author: Adrian Brock (Adrian@jboss.org) author: Ivelin Ivanov (ivelin@jboss.org) version: $Revision: 61855 $ |
Inner Class :class JDBCSession | |
CREATE_ROLE_TABLE | protected String CREATE_ROLE_TABLE(Code) | | Create the role table
|
CREATE_SUBSCRIPTION_TABLE | protected String CREATE_SUBSCRIPTION_TABLE(Code) | | |
CREATE_USER_TABLE | protected String CREATE_USER_TABLE(Code) | | Create the user table
|
GET_SUBSCRIPTION | protected String GET_SUBSCRIPTION(Code) | | Get a subscription
|
GET_SUBSCRIPTIONS_FOR_TOPIC | protected String GET_SUBSCRIPTIONS_FOR_TOPIC(Code) | | Get subscriptions for a topic
|
GET_USER | protected String GET_USER(Code) | | Get a user with the given user id
|
GET_USER_BY_CLIENTID | protected String GET_USER_BY_CLIENTID(Code) | | Get a user with the given client id
|
INSERT_SUBSCRIPTION | protected String INSERT_SUBSCRIPTION(Code) | | Insert a subscription
|
LOCK_SUBSCRIPTION | protected String LOCK_SUBSCRIPTION(Code) | | Lock a subscription
|
POPULATE_TABLES | protected List POPULATE_TABLES(Code) | | Populate tables with initial data
|
REMOVE_SUBSCRIPTION | protected String REMOVE_SUBSCRIPTION(Code) | | Remove a subscription
|
UPDATE_SUBSCRIPTION | protected String UPDATE_SUBSCRIPTION(Code) | | Update a subscription
|
connectionRetryAttempts | protected int connectionRetryAttempts(Code) | | The connection retries
|
createTables | protected boolean createTables(Code) | | Whether to create tables
|
log | final static Logger log(Code) | | |
tm | protected TransactionManager tm(Code) | | The transaction manager
|
checkLoggedOnClientId | protected void checkLoggedOnClientId(String clientID) throws JMSException(Code) | | |
getConnectionRetryAttempts | public int getConnectionRetryAttempts()(Code) | | |
getDurableSubscriptionIdsForTopic | public Collection getDurableSubscriptionIdsForTopic(SpyTopic topic) throws JMSException(Code) | | |
hasSecurityManager | public boolean hasSecurityManager()(Code) | | |
removeDurableSubscription | protected void removeDurableSubscription(DurableSubscription ds) throws JMSException(Code) | | |
saveDurableSubscription | protected void saveDurableSubscription(DurableSubscription ds) throws JMSException(Code) | | |
setConnectionManager | public void setConnectionManager(ObjectName connectionManagerName)(Code) | | |
setConnectionRetryAttempts | public void setConnectionRetryAttempts(int value)(Code) | | |
setHasSecurityManager | public void setHasSecurityManager(boolean hasSecurityManager)(Code) | | |
setSqlProperties | public void setSqlProperties(String value)(Code) | | |
|
|
|