|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mq.server.JMSServerInterceptorSupport (src)
org.jboss.mq.server.NonPersistentInterceptor
Makes all messages Non Persistent
Field Summary |
Fields inherited from class org.jboss.mq.server.JMSServerInterceptorSupport (src) |
log, nextInterceptor |
Constructor Summary | |
NonPersistentInterceptor()
|
Method Summary | |
void |
addMessage(ConnectionToken (src) dc,
SpyMessage (src) message)
Add the message to the destination. |
protected void |
makeNonPersistent(SpyMessage (src) message)
Overrides the message to be Non Persistent |
void |
transact(ConnectionToken (src) dc,
TransactionRequest (src) t)
#Description of the Method |
Methods inherited from class org.jboss.mq.server.JMSServerInterceptorSupport (src) |
acknowledge, authenticate, browse, checkID, checkUser, connectionClosing, createQueue, createTopic, deleteTemporaryDestination, destroySubscription, getDurableTopic, getID, getNext, getSubscription, getTemporaryQueue, getTemporaryTopic, getThreadGroup, ping, receive, setEnabled, setNext, subscribe, unsubscribe |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NonPersistentInterceptor()
Method Detail |
public void addMessage(ConnectionToken (src) dc, SpyMessage (src) message) throws JMSException (src)
JMSServerInterceptorSupport (src)
addMessage
in interface JMSServerInterceptor (src)
addMessage
in class JMSServerInterceptorSupport (src)
dc
- The feature to be added to the Message attributemessage
- The feature to be added to the Message attribute
JMSException (src)
- Description of Exceptionpublic void transact(ConnectionToken (src) dc, TransactionRequest (src) t) throws JMSException (src)
JMSServerInterceptorSupport (src)
transact
in interface JMSServerInterceptor (src)
transact
in class JMSServerInterceptorSupport (src)
dc
- Description of Parametert
- Description of Parameter
JMSException (src)
- Description of Exceptionprotected void makeNonPersistent(SpyMessage (src) message) throws JMSException (src)
message
- the message
JMSException (src)
- for any error
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |