|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.mq.sm.AbstractStateManager
org.jboss.mq.sm.none.NullStateManager
public class NullStateManager
NullStateManager.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jboss.mq.sm.AbstractStateManager |
---|
AbstractStateManager.DurableSubscription |
Field Summary |
---|
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
---|
log, server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Constructor Summary | |
---|---|
NullStateManager()
|
Method Summary | |
---|---|
protected void |
checkLoggedOnClientId(String clientID)
Check if the clientID is allowed to logg in from the particular state managers perspective. |
protected AbstractStateManager.DurableSubscription |
getDurableSubscription(DurableSubscriptionID sub)
Get a DurableSubscription. |
Collection |
getDurableSubscriptionIdsForTopic(SpyTopic topic)
Get all configured durable subscriptions for a particular topic. |
StateManager |
getInstance()
Get an instance if the StateManager (Singleton). |
protected String |
getPreconfClientId(String login,
String passwd)
Get preconfigured clientID for login/user, and if state manager wants do authentication. |
protected void |
removeDurableSubscription(AbstractStateManager.DurableSubscription ds)
Remove the subscription and save to persistent storage. |
protected void |
saveDurableSubscription(AbstractStateManager.DurableSubscription ds)
Add to durable subs and save the subsrcription to persistent storage. |
Methods inherited from class org.jboss.mq.sm.AbstractStateManager |
---|
addLoggedOnClientId, checkUser, getDurableTopic, removeLoggedOnClientId, setDurableSubscription |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
---|
create, createService, destroy, destroyService, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, start, startService, stop, stopService |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Constructor Detail |
---|
public NullStateManager()
Method Detail |
---|
protected void checkLoggedOnClientId(String clientID) throws javax.jms.JMSException
AbstractStateManager
checkLoggedOnClientId
in class AbstractStateManager
clientID
- the client id to check
javax.jms.JMSException
- for any errorprotected AbstractStateManager.DurableSubscription getDurableSubscription(DurableSubscriptionID sub) throws javax.jms.JMSException
AbstractStateManager
getDurableSubscription
in class AbstractStateManager
sub
- the durable subscription id
javax.jms.JMSException
- for any errorpublic Collection getDurableSubscriptionIdsForTopic(SpyTopic topic) throws javax.jms.JMSException
StateManager
getDurableSubscriptionIdsForTopic
in interface StateManager
getDurableSubscriptionIdsForTopic
in class AbstractStateManager
topic
- the topic.
javax.jms.JMSException
- Description of Exceptionprotected String getPreconfClientId(String login, String passwd) throws javax.jms.JMSException
AbstractStateManager
getPreconfClientId
in class AbstractStateManager
login
- the user namepasswd
- the password
javax.jms.JMSException
- for any errorprotected void removeDurableSubscription(AbstractStateManager.DurableSubscription ds) throws javax.jms.JMSException
AbstractStateManager
Called by this class so the sublclass can remove.
removeDurableSubscription
in class AbstractStateManager
ds
- the durable subscription to save
javax.jms.JMSException
- for any errorprotected void saveDurableSubscription(AbstractStateManager.DurableSubscription ds) throws javax.jms.JMSException
AbstractStateManager
Called by this class so the sublclass can save. This may be both a new subscription or a changed one. It is up to the sublcass to know how to find a changed on. (Only the topic will have changed, and it is the same DurableSubscription that is saved again that this class got through getDurableSubscription.
saveDurableSubscription
in class AbstractStateManager
ds
- the durable subscription to save
javax.jms.JMSException
- for any errorpublic StateManager getInstance()
AbstractStateManagerMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |