Java Doc for SpySession.java in  » EJB-Server-JBoss-4.2.1 » messaging » org » jboss » mq » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » EJB Server JBoss 4.2.1 » messaging » org.jboss.mq 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jboss.mq.SpySession

All known Subclasses:   org.jboss.mq.SpyTopicSession,  org.jboss.mq.SpyQueueSession,
SpySession
public class SpySession implements Session,XASession(Code)
This class implements javax.jms.Session and javax.jms.XASession
author:
   Norbert Lataille (Norbert.Lataille@m4x.org)
author:
   Hiram Chirino (Cojonudo14@hotmail.com) @created August 16, 2001
version:
   $Revision: 57198 $


Field Summary
protected  intacknowledgeMode
    
 SynchronizedBooleanclosed
    
public  Connectionconnection
    
protected  HashSetconsumers
    
protected  ObjectdeliveryLock
    
protected  booleaninDelivery
    
static  Loggerlog
    
 LinkedListmessages
    
protected  HashSetproducers
    
 ObjectrunLock
    
public  booleanrunning
    
 SpyMessageConsumersessionConsumer
     This consumer is the consumer that receives messages for the MessageListener assigned to the session.
 SpyXAResourcespyXAResource
    
static  booleantrace
    
protected  booleantransacted
    
 ArrayListunacknowledgedMessages
    

Constructor Summary
 SpySession(Connection conn, boolean trans, int acknowledge, boolean xaSession)
    

Method Summary
 voidaddConsumer(SpyMessageConsumer who)
    
 voidaddMessage(SpyMessage message)
    
 voidaddProducer(SpyMessageProducer who)
    
 voidaddUnacknowlegedMessage(SpyMessage message)
    
 voidasynchFailure(String message, Throwable t)
    
public  voidclose()
    
public  voidcommit()
    
public  QueueBrowsercreateBrowser(Queue queue)
    
public  QueueBrowsercreateBrowser(Queue queue, String messageSelector)
    
public  BytesMessagecreateBytesMessage()
    
public  MessageConsumercreateConsumer(Destination destination)
    
public  MessageConsumercreateConsumer(Destination destination, String messageSelector)
    
public  MessageConsumercreateConsumer(Destination destination, String messageSelector, boolean noLocal)
    
public  TopicSubscribercreateDurableSubscriber(Topic topic, String name)
    
public  TopicSubscribercreateDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal)
    
public  MapMessagecreateMapMessage()
    
public  MessagecreateMessage()
    
public  ObjectMessagecreateObjectMessage()
    
public  ObjectMessagecreateObjectMessage(Serializable object)
    
public  MessageProducercreateProducer(Destination destination)
    
public  TopicPublishercreatePublisher(Topic topic)
    
public  QueuecreateQueue(String queueName)
    
public  QueueReceivercreateReceiver(Queue queue)
    
public  QueueReceivercreateReceiver(Queue queue, String messageSelector)
    
public  QueueSendercreateSender(Queue queue)
    
public  StreamMessagecreateStreamMessage()
    
public  TopicSubscribercreateSubscriber(Topic topic)
    
public  TopicSubscribercreateSubscriber(Topic topic, String messageSelector, boolean noLocal)
    
public  TemporaryQueuecreateTemporaryQueue()
    
public  TemporaryTopiccreateTemporaryTopic()
    
public  TextMessagecreateTextMessage()
    
public  TextMessagecreateTextMessage(String string)
    
public  TopiccreateTopic(String topicName)
    
public  voiddoAcknowledge(Message message, AcknowledgementRequest ack)
     JMS 11.2.21.2 Note that the acknowledge method of Message acknowledges all messages received on that messages session. JMS 11.3.2.2.3 Message.acknowledge method: Clarify that the method applies to all consumed messages of the session.
public  intgetAcknowledgeMode()
    
 ObjectgetCurrentTransactionId()
    
public  MessageListenergetMessageListener()
    
 StringgetNewMessageID()
    
public  SessiongetSession()
    
public  booleangetTransacted()
    
public  XAResourcegetXAResource()
    
public  SpyXAResourceManagergetXAResourceManager()
    
 voidinterruptDeliveryLockWaiters()
    
public  voidrecover()
    
 voidreleaseDeliveryLock()
    
 voidremoveConsumer(SpyMessageConsumer who)
    
 voidremoveProducer(SpyMessageProducer who)
    
public  voidrollback()
    
public  voidrun()
    
 voidsendMessage(SpyMessage m)
    
 voidsetCurrentTransactionId(Object xid)
    
public  voidsetMessageListener(MessageListener listener)
    
public  StringtoString()
    
 booleantryDeliveryLock()
    
 voidunsetCurrentTransactionId(Object xid)
    
public  voidunsubscribe(String name)
    

Field Detail
acknowledgeMode
protected int acknowledgeMode(Code)
What is the type of acknowledgement ?



closed
SynchronizedBoolean closed(Code)
Is the session closed ?



connection
public Connection connection(Code)
The connection object to which this session is linked



consumers
protected HashSet consumers(Code)
MessageConsumers created by this session



deliveryLock
protected Object deliveryLock(Code)
The delivery lock



inDelivery
protected boolean inDelivery(Code)
Whether we are doing asynchronous delivery



log
static Logger log(Code)
The log



messages
LinkedList messages(Code)
Optional Connection consumer methods



producers
protected HashSet producers(Code)
MessageProducers created by this session



runLock
Object runLock(Code)
Used to lock the run() method



running
public boolean running(Code)
Is this session running right now?



sessionConsumer
SpyMessageConsumer sessionConsumer(Code)
This consumer is the consumer that receives messages for the MessageListener assigned to the session. The SpyConnectionConsumer delivers messages to



spyXAResource
SpyXAResource spyXAResource(Code)
If this is an XASession, we have an associated XAResource



trace
static boolean trace(Code)
Whether trace is enabled



transacted
protected boolean transacted(Code)
Is this session transacted ?



unacknowledgedMessages
ArrayList unacknowledgedMessages(Code)
keep track of unacknowledged messages




Constructor Detail
SpySession
SpySession(Connection conn, boolean trans, int acknowledge, boolean xaSession)(Code)
Create a new SpySession
Parameters:
  conn - the connection
Parameters:
  trans - is the session transacted
Parameters:
  acknowledge - the acknowledgement mode
Parameters:
  xaSession - is the session an xa session




Method Detail
addConsumer
void addConsumer(SpyMessageConsumer who) throws JMSException(Code)
Add a consumer
Parameters:
  who - the consumer
throws:
  JMSException - for any error



addMessage
void addMessage(SpyMessage message)(Code)
Add a message tot the session
Parameters:
  message - the message



addProducer
void addProducer(SpyMessageProducer who) throws JMSException(Code)
Add a producer
Parameters:
  who - the producer
throws:
  JMSException - for any error



addUnacknowlegedMessage
void addUnacknowlegedMessage(SpyMessage message)(Code)
Add an unacknowledged message
Parameters:
  message - the message



asynchFailure
void asynchFailure(String message, Throwable t)(Code)
Invoked to notify of asynchronous failure
Parameters:
  message - the message
Parameters:
  t - the throwable



close
public void close() throws JMSException(Code)



commit
public void commit() throws JMSException(Code)



createBrowser
public QueueBrowser createBrowser(Queue queue) throws JMSException(Code)



createBrowser
public QueueBrowser createBrowser(Queue queue, String messageSelector) throws JMSException(Code)



createBytesMessage
public BytesMessage createBytesMessage() throws JMSException(Code)



createConsumer
public MessageConsumer createConsumer(Destination destination) throws JMSException(Code)



createConsumer
public MessageConsumer createConsumer(Destination destination, String messageSelector) throws JMSException(Code)



createConsumer
public MessageConsumer createConsumer(Destination destination, String messageSelector, boolean noLocal) throws JMSException(Code)



createDurableSubscriber
public TopicSubscriber createDurableSubscriber(Topic topic, String name) throws JMSException(Code)



createDurableSubscriber
public TopicSubscriber createDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal) throws JMSException(Code)



createMapMessage
public MapMessage createMapMessage() throws JMSException(Code)



createMessage
public Message createMessage() throws JMSException(Code)



createObjectMessage
public ObjectMessage createObjectMessage() throws JMSException(Code)



createObjectMessage
public ObjectMessage createObjectMessage(Serializable object) throws JMSException(Code)



createProducer
public MessageProducer createProducer(Destination destination) throws JMSException(Code)



createPublisher
public TopicPublisher createPublisher(Topic topic) throws JMSException(Code)



createQueue
public Queue createQueue(String queueName) throws JMSException(Code)



createReceiver
public QueueReceiver createReceiver(Queue queue) throws JMSException(Code)



createReceiver
public QueueReceiver createReceiver(Queue queue, String messageSelector) throws JMSException(Code)



createSender
public QueueSender createSender(Queue queue) throws JMSException(Code)



createStreamMessage
public StreamMessage createStreamMessage() throws JMSException(Code)



createSubscriber
public TopicSubscriber createSubscriber(Topic topic) throws JMSException(Code)



createSubscriber
public TopicSubscriber createSubscriber(Topic topic, String messageSelector, boolean noLocal) throws JMSException(Code)



createTemporaryQueue
public TemporaryQueue createTemporaryQueue() throws JMSException(Code)



createTemporaryTopic
public TemporaryTopic createTemporaryTopic() throws JMSException(Code)



createTextMessage
public TextMessage createTextMessage() throws JMSException(Code)



createTextMessage
public TextMessage createTextMessage(String string) throws JMSException(Code)



createTopic
public Topic createTopic(String topicName) throws JMSException(Code)



doAcknowledge
public void doAcknowledge(Message message, AcknowledgementRequest ack) throws JMSException(Code)
JMS 11.2.21.2 Note that the acknowledge method of Message acknowledges all messages received on that messages session. JMS 11.3.2.2.3 Message.acknowledge method: Clarify that the method applies to all consumed messages of the session. Rationale for this change: A possible misinterpretation of the existing Java API documentation for Message.acknowledge assumed that only messages received prior to this message should be acknowledged. The updated Java API documentation statement emphasizes that message acknowledgement is really a session-level activity and that this message is only being used to identify the session in order to acknowledge all messages consumed by the session. The acknowledge method was placed in the message object only to enable easy access to acknowledgement capability within a message listeners onMessage method. This change aligns the specification and Java API documentation to define Message.acknowledge in the same manner.
Parameters:
  message - the message to acknowledge
Parameters:
  ack - the acknowledgement request
throws:
  JMSException - for any error



getAcknowledgeMode
public int getAcknowledgeMode() throws JMSException(Code)



getCurrentTransactionId
Object getCurrentTransactionId()(Code)
Get the session's transaction id
Parameters:
  xid - the transaction id



getMessageListener
public MessageListener getMessageListener() throws JMSException(Code)



getNewMessageID
String getNewMessageID() throws JMSException(Code)
Get a new message the new message id
throws:
  JMSException - for any error



getSession
public Session getSession() throws JMSException(Code)



getTransacted
public boolean getTransacted() throws JMSException(Code)



getXAResource
public XAResource getXAResource()(Code)



getXAResourceManager
public SpyXAResourceManager getXAResourceManager()(Code)
Retrieve the XA resource manager the resource manager



interruptDeliveryLockWaiters
void interruptDeliveryLockWaiters()(Code)
Interrupt threads waiting for the delivery lock



recover
public void recover() throws JMSException(Code)



releaseDeliveryLock
void releaseDeliveryLock()(Code)
Release the delivery lock



removeConsumer
void removeConsumer(SpyMessageConsumer who) throws JMSException(Code)
Remove a consumer
Parameters:
  who - the consumer
throws:
  JMSException - for any error



removeProducer
void removeProducer(SpyMessageProducer who) throws JMSException(Code)
Remove a producer
Parameters:
  who - the producer
throws:
  JMSException - for any error



rollback
public void rollback() throws JMSException(Code)



run
public void run()(Code)



sendMessage
void sendMessage(SpyMessage m) throws JMSException(Code)
Send a message
Parameters:
  m - the message
throws:
  JMSException - for any error



setCurrentTransactionId
void setCurrentTransactionId(Object xid)(Code)
Set the session's transaction id
Parameters:
  xid - the transaction id



setMessageListener
public void setMessageListener(MessageListener listener) throws JMSException(Code)



toString
public String toString()(Code)



tryDeliveryLock
boolean tryDeliveryLock()(Code)
Try to lock the session for asynchronous delivery true when the lock was obtained



unsetCurrentTransactionId
void unsetCurrentTransactionId(Object xid)(Code)
Remove the session's transaction id
Parameters:
  xid - the transaction id



unsubscribe
public void unsubscribe(String name) throws JMSException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.