Java Doc for JBIStatisticsMBean.java in  » ESB » open-esb » com » sun » jbi » ui » runtime » mbeans » 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 » ESB » open esb » com.sun.jbi.ui.runtime.mbeans 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.jbi.ui.runtime.mbeans.JBIStatisticsMBean

All known Subclasses:   com.sun.jbi.ui.runtime.mbeans.JBIStatisticsMBeanImpl,
JBIStatisticsMBean
public interface JBIStatisticsMBean (Code)
This class is used to provide JBI statistics information to clients.
author:
   Sun Microsystems, Inc.




Method Summary
public  TabularDatagetComponentStats(String componentName, String targetName)
    
public  TabularDatagetConsumingEndpointsForComponent(String componentName, String targetName)
     This method is used to provide a list of consuming endpoints for a component.
Parameters:
  componentName - component name
Parameters:
  target - target name.
public  TabularDatagetEndpointStats(String endpointName, String targetName)
    
public  TabularDatagetFrameworkStats(String targetName)
     This method is used to provide JBIFramework statistics in the given target.
Parameters:
  target - target name.
public  TabularDatagetNMRStats(String targetName)
     This method is used to provide statistics about the message service in the given target.
Parameters:
  target - target name.
public  TabularDatagetProvidingEndpointsForComponent(String componentName, String targetName)
     This method is used to provide a list of provisioning endpoints for a component.
Parameters:
  componentName - component name
Parameters:
  target - target name.
public  TabularDatagetServiceAssemblyStats(String saName, String targetName)
     This method is used to provide statistics about a Service Assembly in the given target.
Parameters:
  target - target name.
Parameters:
  saName - the service assembly name.



Method Detail
getComponentStats
public TabularData getComponentStats(String componentName, String targetName) throws JBIRemoteException(Code)
This method is used to provide statistics for the given component in the given target
Parameters:
  targetName - target name
Parameters:
  componentName - component name TabularData table of component statisticsIf the target is a standalone instance the table will have one entry.If the target is a cluster the table will have an entry for each instance.Each entry in this tabular data is of the following composite typeSimpleType.STRING - "InstanceName",SimpleType.LONG - "ComponentUpTime",SimpleType.LONG - "NumActivatedEndpoints",SimpleType.LONG - "NumReceivedRequests",SimpleType.LONG - "NumSentRequests",SimpleType.LONG - "NumReceivedReplies",SimpleType.LONG - "NumSentReplies",SimpleType.LONG - "NumReceivedDONEs",SimpleType.LONG - "NumSentDONEs",SimpleType.LONG - "NumReceivedFaults",SimpleType.LONG - "NumSentFaults",SimpleType.LONG - "NumReceivedErrors",SimpleType.LONG - "NumSentErrors",SimpleType.LONG - "NumCompletedExchanges",SimpleType.LONG - "NumActiveExchanges",SimpleType.LONG - "NumErrorExchanges",SimpleType.DOUBLE - "ME-ResponseTime-Avg", //time in nsSimpleType.DOUBLE - "ME-ComponentTime-Avg", //time in nsSimpleType.DOUBLE - "ME-DeliveryChannelTime-Avg", //time in nsSimpleType.DOUBLE - "ME-MessageServiceTime-Avg", //time in ns CompositeType - "ComponentExtensionStats"



getConsumingEndpointsForComponent
public TabularData getConsumingEndpointsForComponent(String componentName, String targetName) throws JBIRemoteException(Code)
This method is used to provide a list of consuming endpoints for a component.
Parameters:
  componentName - component name
Parameters:
  target - target name. TabularData list of consuming endpoints
throws:
  JBIRemoteException - if the list of endpoints could not be obtained. If the target is a standalone instance the table will have one entry.If the target is a cluster the table will have an entry for each instance.Each entry in this tabular data is of the following composite typeString - "InstanceName",String[] - "Endpoints",



getEndpointStats
public TabularData getEndpointStats(String endpointName, String targetName) throws JBIRemoteException(Code)
This method is used to provide statistic information about the given endpoint in the given target
Parameters:
  targetName - target name
Parameters:
  endpointName - the endpoint Name TabularData table of endpoint statisticsIf the target is a standalone instance the table will have one entry.If the target is a cluster the table will have an entry for each instance.Each entry in this tabular data is of the following composite typeA providing endpoint will haveSimpleType.STRING - "InstanceName"SimpleType.LONG - "ActivationTime"SimpleType.LONG - "UpTime"SimpleType.LONG - "NumActiveExchanges"SimpleType.LONG - "NumReceivedRequests"SimpleType.LONG - "NumSentReplies"SimpleType.LONG - "NumReceivedDONEs"SimpleType.LONG - "NumSentDONEs"SimpleType.LONG - "NumReceivedFaults"SimpleType.LONG - "NumSentFaults"SimpleType.LONG - "NumReceivedErrors"SimpleType.LONG - "NumSentErrors"SimpleType.STRING - "ComponentName"SimpleType.LONG - "ME-ResponseTime-Avg" //time in nsSimpleType.LONG - "ME-ComponentTime-Avg" //time in nsSimpleType.LONG - "ME-DeliveryChannelTime-Avg" //time in nsSimpleType.LONG - "ME-MessageServiceTime-Avg" //time in nsTabularType - "PerformanceMeasurements" //OJC Components onlyA consuming endpoint will haveSimpleType.STRING - "InstanceName"SimpleType.LONG - "NumSentRequests"SimpleType.LONG - "NumReceivedReplies"SimpleType.LONG - "NumReceivedDONEs"SimpleType.LONG - "NumSentDONEs"SimpleType.LONG - "NumReceivedFaults"SimpleType.LONG - "NumSentFaults"SimpleType.LONG - "NumReceivedErrors"SimpleType.LONG - "NumSentErrors"SimpleType.LONG - "ME-StatusTime-Avg" //time in nsSimpleType.LONG - "ME-ComponentTime-Avg" //time in nsSimpleType.LONG - "ME-DeliveryChannelTime-Avg" //time in nsSimpleType.LONG - "ME-MessageServiceTime-Avg" //time in nsTabularType - "PerformanceMeasurements" //OJC Components only



getFrameworkStats
public TabularData getFrameworkStats(String targetName) throws JBIRemoteException(Code)
This method is used to provide JBIFramework statistics in the given target.
Parameters:
  target - target name. TabularData table of framework statistics in the given target.If the target is a standalone instance the table will have one entry.If the target is a cluster the table will have an entry for each instance.Each entry in this tabular data is of the following composite typeString - "InstanceName",Long - "StartupTime",Long - "UpTime"



getNMRStats
public TabularData getNMRStats(String targetName) throws JBIRemoteException(Code)
This method is used to provide statistics about the message service in the given target.
Parameters:
  target - target name. TabularData table of NMR statistics in the given target.If the target is a standalone instance the table will have one entry.If the target is a cluster the table will have an entry for each instance.Each entry in this tabular data is of the following composite typeString - "InstanceName",String[] - "ListActiveChannels",String[] - "ListActiveEndpoints"



getProvidingEndpointsForComponent
public TabularData getProvidingEndpointsForComponent(String componentName, String targetName) throws JBIRemoteException(Code)
This method is used to provide a list of provisioning endpoints for a component.
Parameters:
  componentName - component name
Parameters:
  target - target name. TabularData list of provisioning endpoints
throws:
  JBIRemoteException - if the list of endpoints could not be obtained.If the target is a standalone instance the table will have one entry.If the target is a cluster the table will have an entry for each instance.Each entry in this tabular data is of the following composite typeString - "InstanceName",String[] - "Endpoints",



getServiceAssemblyStats
public TabularData getServiceAssemblyStats(String saName, String targetName) throws JBIRemoteException(Code)
This method is used to provide statistics about a Service Assembly in the given target.
Parameters:
  target - target name.
Parameters:
  saName - the service assembly name. TabularData table of NMR statistics in the given target.If the target is a standalone instance the table will have one entry.If the target is a cluster the table will have an entry for each instance.Each entry in this tabular data is of the following composite typeString - "SAName",Long - "SAStartTime",Long - "SAStopTime",Long - "SAShutdownTime",CompositeData[] - "SUTimes"Each entry in SUTimes would be of the following typeString - "SUName"Long - "SUStartTime"Long - "SUStopTime"Long - "SUShutdownTime"String[] - "ListEndpoints"



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