Java Doc for DestinationManager.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.InterceptorMBeanSupport
   org.jboss.mq.server.jmx.DestinationManager

All known Subclasses:   org.jboss.mq.kernel.DestinationManager,
DestinationManager
public class DestinationManager extends InterceptorMBeanSupport implements DestinationManagerMBean(Code)
JMX MBean implementation for JBossMQ.
author:
   Vincent Sheffer (vsheffer@telkel.com)
author:
   Juha Lindfors
author:
   Hiram Chirino
version:
   $Revision: 57198 $


Field Summary
protected  JMSDestinationManagerjmsServer
    
public  StringjndiBindLocation
    
protected  BasicQueueParameterstempParameters
    


Method Summary
protected  voidcreateDestination(String type, ObjectName name, String jndiLocation)
    
public  voidcreateQueue(String name)
    
public  voidcreateQueue(String name, String jndiLocation)
    
protected  voidcreateService()
    
public  voidcreateTopic(String name)
    
public  voidcreateTopic(String name, String jndiLocation)
    
protected  voiddestroyDestination(ObjectName name)
    
public  voiddestroyQueue(String name)
    
protected  voiddestroyService()
    
public  voiddestroyTopic(String name)
    
public  intgetClientCount()
    
public  MapgetClients()
    
public  ObjectNamegetExpiryDestination()
    
public  JMSServerInterceptorgetInterceptor()
    
public  ObjectNamegetMessageCache()
     Get the value of MessageCache.
public  MessageCounter[]getMessageCounter()
    
public  intgetMessageCounterHistoryDayLimit()
    
public  MessageStatistics[]getMessageStatistics()
    
protected  ObjectNamegetObjectName(MBeanServer server, ObjectName name)
    
public  ObjectNamegetPersistenceManager()
     Get the value of PersistenceManager.
protected  ObjectNamegetQueueObjectName(String name)
    
public  ClassgetReceiversImpl()
    
public  intgetRecoveryRetries()
    
protected  ServiceControllerMBeangetServiceController()
    
public  ObjectNamegetStateManager()
     Get the value of StateManager.
public  booleangetTemporaryInMemory()
    
public  intgetTemporaryMaxDepth()
    
public  ObjectNamegetThreadPool()
    
protected  ObjectNamegetTopicObjectName(String name)
    
public  StringlistMessageCounter()
    
public  voidresetMessageCounter()
    
public  MapretrievePreparedTransactions()
    
public  voidsetExpiryDestination(ObjectName expiryDestination)
    
public  voidsetMessageCache(ObjectName objectName)
     Set the value of MessageCache.
public  voidsetMessageCounterHistoryDayLimit(int days)
    
public  voidsetPersistenceManager(ObjectName objectName)
     Set the value of PersistenceManager.
public  voidsetReceiversImpl(Class clazz)
    
public  voidsetRecoveryRetries(int retries)
    
public  voidsetStateManager(ObjectName objectName)
     Set the value of StateManager.
public  voidsetTemporaryInMemory(boolean mode)
    
public  voidsetTemporaryMaxDepth(int depth)
    
public  voidsetThreadPool(ObjectName threadPool)
    
public  StringshowPreparedTransactions()
    
protected  voidstartService()
    
protected  voidstopService()
    

Field Detail
jmsServer
protected JMSDestinationManager jmsServer(Code)
The JMS server implementation



jndiBindLocation
public String jndiBindLocation(Code)



tempParameters
protected BasicQueueParameters tempParameters(Code)
The temporary topic/queue parameters





Method Detail
createDestination
protected void createDestination(String type, ObjectName name, String jndiLocation) throws Exception(Code)



createQueue
public void createQueue(String name) throws Exception(Code)



createQueue
public void createQueue(String name, String jndiLocation) throws Exception(Code)



createService
protected void createService() throws Exception(Code)

See Also:   ServiceMBeanSupport.createService



createTopic
public void createTopic(String name) throws Exception(Code)



createTopic
public void createTopic(String name, String jndiLocation) throws Exception(Code)



destroyDestination
protected void destroyDestination(ObjectName name) throws Exception(Code)



destroyQueue
public void destroyQueue(String name) throws Exception(Code)



destroyService
protected void destroyService() throws Exception(Code)



destroyTopic
public void destroyTopic(String name) throws Exception(Code)



getClientCount
public int getClientCount()(Code)
the count of active clients



getClients
public Map getClients()(Code)
a Map of current clients



getExpiryDestination
public ObjectName getExpiryDestination()(Code)



getInterceptor
public JMSServerInterceptor getInterceptor()(Code)

See Also:   InterceptorMBean.getInterceptor



getMessageCache
public ObjectName getMessageCache()(Code)
Get the value of MessageCache. value of MessageCache.



getMessageCounter
public MessageCounter[] getMessageCounter() throws Exception(Code)
get message counter of all configured destinations



getMessageCounterHistoryDayLimit
public int getMessageCounterHistoryDayLimit()(Code)
Gets the destination message counter history day limit Maximum day count



getMessageStatistics
public MessageStatistics[] getMessageStatistics() throws Exception(Code)
get message stats



getObjectName
protected ObjectName getObjectName(MBeanServer server, ObjectName name) throws MalformedObjectNameException(Code)



getPersistenceManager
public ObjectName getPersistenceManager()(Code)
Get the value of PersistenceManager. value of PersistenceManager.



getQueueObjectName
protected ObjectName getQueueObjectName(String name) throws MalformedObjectNameException(Code)



getReceiversImpl
public Class getReceiversImpl()(Code)
Get the receivers implemenetation the receivers implementation class



getRecoveryRetries
public int getRecoveryRetries()(Code)



getServiceController
protected ServiceControllerMBean getServiceController()(Code)



getStateManager
public ObjectName getStateManager()(Code)
Get the value of StateManager. value of StateManager.



getTemporaryInMemory
public boolean getTemporaryInMemory()(Code)
Retrieve the temporary topic/queue in memory mode true for in memory



getTemporaryMaxDepth
public int getTemporaryMaxDepth()(Code)
Retrieve the temporary topic/queue max depth the maximum depth



getThreadPool
public ObjectName getThreadPool()(Code)



getTopicObjectName
protected ObjectName getTopicObjectName(String name) throws MalformedObjectNameException(Code)



listMessageCounter
public String listMessageCounter() throws Exception(Code)
List message counter of all configured destinations as HTML table



resetMessageCounter
public void resetMessageCounter()(Code)
Reset message counter of all configured destinations



retrievePreparedTransactions
public Map retrievePreparedTransactions()(Code)



setExpiryDestination
public void setExpiryDestination(ObjectName expiryDestination)(Code)



setMessageCache
public void setMessageCache(ObjectName objectName)(Code)
Set the value of MessageCache.
Parameters:
  v - Value to assign to MessageCache.



setMessageCounterHistoryDayLimit
public void setMessageCounterHistoryDayLimit(int days)(Code)
Sets the destination message counter history day limit <0: unlimited, =0: disabled, > 0 maximum day count
Parameters:
  days - maximum day count



setPersistenceManager
public void setPersistenceManager(ObjectName objectName)(Code)
Set the value of PersistenceManager.
Parameters:
  v - Value to assign to PersistenceManager.



setReceiversImpl
public void setReceiversImpl(Class clazz)(Code)
Set the receivers implementation class
Parameters:
  clazz - the receivers implementation class



setRecoveryRetries
public void setRecoveryRetries(int retries)(Code)



setStateManager
public void setStateManager(ObjectName objectName)(Code)
Set the value of StateManager.
Parameters:
  v - Value to assign to StateManager.



setTemporaryInMemory
public void setTemporaryInMemory(boolean mode)(Code)
Set the temporary topic/queue in memory mode
Parameters:
  mode - true for in memory



setTemporaryMaxDepth
public void setTemporaryMaxDepth(int depth)(Code)
Set the temporary topic/queue max depth
Parameters:
  depth - the maximum depth



setThreadPool
public void setThreadPool(ObjectName threadPool)(Code)



showPreparedTransactions
public String showPreparedTransactions()(Code)



startService
protected void startService() throws Exception(Code)



stopService
protected void stopService()(Code)



Methods inherited from org.jboss.mq.server.jmx.InterceptorMBeanSupport
public ObjectName getNextInterceptor()(Code)(Java Doc)
public void setNextInterceptor(ObjectName jbossMQService)(Code)(Java Doc)
protected void startService() throws Exception(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.