| org.jboss.mq.sm.file.OldStateManager
OldStateManager | public class OldStateManager extends ServiceMBeanSupport implements StateManager,OldStateManagerMBean(Code) | | This class is a simple User Manager. It handles credential issues.
This is the old state manager.
author: Norbert Lataille (Norbert.Lataille@m4x.org) author: Hiram Chirino author: Peter Antman version: $Revision: 57198 $ |
addLoggedOnClientId | public void addLoggedOnClientId(String ID) throws JMSException(Code) | | Ad a logged in clientID to the statemanager.
The clientID must not be active, and it must not be password protected.
Parameters: ID - The feature to be added to the LoggedOnClientIdattribute exception: JMSException - Description of Exception |
checkUser | public String checkUser(String login, String passwd) throws JMSException(Code) | | #Description of the Method
Parameters: login - Description of Parameter Parameters: passwd - Description of Parameter Description of the Returned Value exception: JMSException - Description of Exception |
getDurableSubscriptionIdsForTopic | public Collection getDurableSubscriptionIdsForTopic(SpyTopic topic) throws JMSException(Code) | | |
getStateFile | public String getStateFile()(Code) | | Gets the StateFile attribute of the StateManagerMBean object
The StateFile value |
removeLoggedOnClientId | public void removeLoggedOnClientId(String ID)(Code) | | #Description of the Method
Parameters: ID - Description of Parameter |
setDurableSubscription | public void setDurableSubscription(JMSDestinationManager server, DurableSubscriptionID sub, SpyTopic topic) throws JMSException(Code) | | Sets the DurableSubscription attribute of the StateManager object
Parameters: server - The new DurableSubscription value Parameters: sub - The new DurableSubscription value Parameters: topic - The new DurableSubscription value exception: JMSException - Description of Exception |
setStateFile | public void setStateFile(String newStateFile)(Code) | | Sets the StateFile attribute of the StateManagerMBean object
Parameters: newStateFile - The new StateFile value |
startService | public void startService() throws Exception(Code) | | #Description of the Method
exception: Exception - Description of Exception |
|
|