Java Doc for Topic.java in  » EJB-Server-JBoss-4.2.1 » messaging » org » jboss » mq » server » jmx » 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.server.jmx 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jboss.mq.server.jmx.DestinationMBeanSupport
   org.jboss.mq.server.jmx.Topic

All known Subclasses:   org.jboss.mq.kernel.Topic,
Topic
public class Topic extends DestinationMBeanSupport implements TopicMBean(Code)
This class is a message queue which is stored (hashed by Destination) on the JMS provider
author:
   Norbert Lataille (Norbert.Lataille@m4x.org)
author:
   Hiram Chirino
author:
   Peter Antman
version:
   $Revision: 57198 $


Field Summary
protected  JMSTopicdestination
    


Method Summary
protected  BasicQueuefindBasicQueue(String id)
    
protected  BasicQueuefindDurableBasicQueue(String id, String name)
    
protected  BasicQueuefindNonDurableBasicQueue(String id, String sub)
    
public  intgetAllMessageCount()
    
public  intgetAllSubscriptionsCount()
    
public  longgetDurableInProcessMessageCount(String id, String name)
    
public  intgetDurableMessageCount()
    
public  longgetDurableMessageCount(String id, String name)
    
public  longgetDurableScheduledMessageCount(String id, String name)
    
public  intgetDurableSubscriptionsCount()
    
public  MessageCounter[]getMessageCounter()
    
public  MessageStatistics[]getMessageStatistics()
    
public  longgetNonDurableInProcessMessageCount(String id, String sub)
    
public  intgetNonDurableMessageCount()
    
public  longgetNonDurableMessageCount(String id, String sub)
    
public  longgetNonDurableScheduledMessageCount(String id, String sub)
    
public  intgetNonDurableSubscriptionsCount()
    
public  StringgetTopicName()
    
protected  Stringhelp(List queues)
    
public  ListlistAllSubscriptions()
    
public  ListlistDurableInProcessMessages(String id, String name)
    
public  ListlistDurableInProcessMessages(String id, String name, String selector)
    
public  ListlistDurableMessages(String id, String name)
    
public  ListlistDurableMessages(String id, String name, String selector)
    
public  ListlistDurableScheduledMessages(String id, String name)
    
public  ListlistDurableScheduledMessages(String id, String name, String selector)
    
public  ListlistDurableSubscriptions()
    
public  ListlistMessages(String id)
    
public  ListlistMessages(String id, String selector)
    
public  ListlistNonDurableInProcessMessages(String id, String sub)
    
public  ListlistNonDurableInProcessMessages(String id, String sub, String selector)
    
public  ListlistNonDurableMessages(String id, String sub)
    
public  ListlistNonDurableMessages(String id, String sub, String selector)
    
public  ListlistNonDurableScheduledMessages(String id, String sub)
    
public  ListlistNonDurableScheduledMessages(String id, String sub, String selector)
    
public  ListlistNonDurableSubscriptions()
    
public  voidremoveAllMessages()
    
public  voidstartService()
    
public  voidstopService()
    

Field Detail
destination
protected JMSTopic destination(Code)





Method Detail
findBasicQueue
protected BasicQueue findBasicQueue(String id) throws Exception(Code)



findDurableBasicQueue
protected BasicQueue findDurableBasicQueue(String id, String name) throws Exception(Code)



findNonDurableBasicQueue
protected BasicQueue findNonDurableBasicQueue(String id, String sub) throws Exception(Code)



getAllMessageCount
public int getAllMessageCount()(Code)



getAllSubscriptionsCount
public int getAllSubscriptionsCount()(Code)



getDurableInProcessMessageCount
public long getDurableInProcessMessageCount(String id, String name) throws Exception(Code)



getDurableMessageCount
public int getDurableMessageCount()(Code)



getDurableMessageCount
public long getDurableMessageCount(String id, String name) throws Exception(Code)



getDurableScheduledMessageCount
public long getDurableScheduledMessageCount(String id, String name) throws Exception(Code)



getDurableSubscriptionsCount
public int getDurableSubscriptionsCount()(Code)



getMessageCounter
public MessageCounter[] getMessageCounter()(Code)



getMessageStatistics
public MessageStatistics[] getMessageStatistics() throws Exception(Code)



getNonDurableInProcessMessageCount
public long getNonDurableInProcessMessageCount(String id, String sub) throws Exception(Code)



getNonDurableMessageCount
public int getNonDurableMessageCount()(Code)



getNonDurableMessageCount
public long getNonDurableMessageCount(String id, String sub) throws Exception(Code)



getNonDurableScheduledMessageCount
public long getNonDurableScheduledMessageCount(String id, String sub) throws Exception(Code)



getNonDurableSubscriptionsCount
public int getNonDurableSubscriptionsCount()(Code)



getTopicName
public String getTopicName()(Code)



help
protected String help(List queues)(Code)



listAllSubscriptions
public List listAllSubscriptions()(Code)



listDurableInProcessMessages
public List listDurableInProcessMessages(String id, String name) throws Exception(Code)



listDurableInProcessMessages
public List listDurableInProcessMessages(String id, String name, String selector) throws Exception(Code)



listDurableMessages
public List listDurableMessages(String id, String name) throws Exception(Code)



listDurableMessages
public List listDurableMessages(String id, String name, String selector) throws Exception(Code)



listDurableScheduledMessages
public List listDurableScheduledMessages(String id, String name) throws Exception(Code)



listDurableScheduledMessages
public List listDurableScheduledMessages(String id, String name, String selector) throws Exception(Code)



listDurableSubscriptions
public List listDurableSubscriptions()(Code)



listMessages
public List listMessages(String id) throws Exception(Code)



listMessages
public List listMessages(String id, String selector) throws Exception(Code)



listNonDurableInProcessMessages
public List listNonDurableInProcessMessages(String id, String sub) throws Exception(Code)



listNonDurableInProcessMessages
public List listNonDurableInProcessMessages(String id, String sub, String selector) throws Exception(Code)



listNonDurableMessages
public List listNonDurableMessages(String id, String sub) throws Exception(Code)



listNonDurableMessages
public List listNonDurableMessages(String id, String sub, String selector) throws Exception(Code)



listNonDurableScheduledMessages
public List listNonDurableScheduledMessages(String id, String sub) throws Exception(Code)



listNonDurableScheduledMessages
public List listNonDurableScheduledMessages(String id, String sub, String selector) throws Exception(Code)



listNonDurableSubscriptions
public List listNonDurableSubscriptions()(Code)



removeAllMessages
public void removeAllMessages() throws Exception(Code)

See Also:   DestinationMBean.removeAllMessages



startService
public void startService() throws Exception(Code)



stopService
public void stopService() throws Exception(Code)



Fields inherited from org.jboss.mq.server.jmx.DestinationMBeanSupport
protected String destinationName(Code)(Java Doc)
ObjectName expiryDestination(Code)(Java Doc)
protected ObjectName jbossMQService(Code)(Java Doc)
protected boolean jndiBound(Code)(Java Doc)
protected String jndiName(Code)(Java Doc)
protected BasicQueueParameters parameters(Code)(Java Doc)
protected Element securityConf(Code)(Java Doc)
protected ObjectName securityManager(Code)(Java Doc)
protected SpyDestination spyDest(Code)(Java Doc)

Methods inherited from org.jboss.mq.server.jmx.DestinationMBeanSupport
public void createService() throws Exception(Code)(Java Doc)
public ObjectName getDestinationManager()(Code)(Java Doc)
public ObjectName getExpiryDestination()(Code)(Java Doc)
public boolean getInMemory()(Code)(Java Doc)
protected InitialContext getInitialContext() throws NamingException(Code)(Java Doc)
public String getJNDIName()(Code)(Java Doc)
public int getMaxDepth()(Code)(Java Doc)
abstract public MessageCounter[] getMessageCounter()(Code)(Java Doc)
public int getMessageCounterHistoryDayLimit()(Code)(Java Doc)
abstract public MessageStatistics[] getMessageStatistics() throws Exception(Code)(Java Doc)
protected ObjectName getObjectName(MBeanServer server, ObjectName name) throws MalformedObjectNameException(Code)(Java Doc)
public Class getReceiversImpl()(Code)(Java Doc)
public int getRecoveryRetries()(Code)(Java Doc)
public long getRedeliveryDelay()(Code)(Java Doc)
public int getRedeliveryLimit()(Code)(Java Doc)
protected Element getSecurityConf()(Code)(Java Doc)
protected ObjectName getSecurityManager()(Code)(Java Doc)
protected SpyDestination getSpyDest()(Code)(Java Doc)
public String listMessageCounter()(Code)(Java Doc)
public String listMessageCounterHistory()(Code)(Java Doc)
public void resetMessageCounter()(Code)(Java Doc)
public void resetMessageCounterHistory()(Code)(Java Doc)
public void setDestinationManager(ObjectName jbossMQService)(Code)(Java Doc)
public void setExpiryDestination(ObjectName expiryDestination)(Code)(Java Doc)
public void setInMemory(boolean mode)(Code)(Java Doc)
public synchronized void setJNDIName(String name) throws Exception(Code)(Java Doc)
public void setMaxDepth(int depth)(Code)(Java Doc)
public void setMessageCounterHistoryDayLimit(int days)(Code)(Java Doc)
public void setReceiversImpl(Class clazz)(Code)(Java Doc)
public void setRecoveryRetries(int retries)(Code)(Java Doc)
public void setRedeliveryDelay(long rDelay)(Code)(Java Doc)
public void setRedeliveryLimit(int limit)(Code)(Java Doc)
public void setSecurityConf(org.w3c.dom.Element securityConf) throws Exception(Code)(Java Doc)
public void setSecurityManager(ObjectName securityManager)(Code)(Java Doc)
protected void setupExpiryDestination() throws Exception(Code)(Java Doc)
protected void setupSecurityManager() throws InstanceNotFoundException, MBeanException, ReflectionException(Code)(Java Doc)
public void startService() throws Exception(Code)(Java Doc)
public void stopService() throws Exception(Code)(Java Doc)
protected void teardownSecurityManager() throws InstanceNotFoundException, MBeanException, ReflectionException(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.