[embjopr-commits] EMBJOPR SVN: r312 - trunk/jbas5/etc.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Apr 20 16:08:00 EDT 2009


Author: ips
Date: 2009-04-20 16:08:00 -0400 (Mon, 20 Apr 2009)
New Revision: 312

Modified:
   trunk/jbas5/etc/generated-rhq-plugin.xml
Log:
latest and greatest


Modified: trunk/jbas5/etc/generated-rhq-plugin.xml
===================================================================
--- trunk/jbas5/etc/generated-rhq-plugin.xml	2009-04-20 19:42:01 UTC (rev 311)
+++ trunk/jbas5/etc/generated-rhq-plugin.xml	2009-04-20 20:08:00 UTC (rev 312)
@@ -17,6 +17,16 @@
                 <c:map-property required="false" name="result"/>
             </results>
         </operation>
+        <metric property="availableConnectionCount" measurementType="dynamic" displayType="detail" displayName="Available Connection Count" description="number of available connection" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionCount" measurementType="dynamic" displayType="detail" displayName="Connection Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionCreatedCount" measurementType="dynamic" displayType="detail" displayName="Connection Created Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionDestroyedCount" measurementType="dynamic" displayType="detail" displayName="Connection Destroyed Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="inUseConnectionCount" measurementType="dynamic" displayType="detail" displayName="In Use Connection Count" description="number of connections currently in use" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="local-transaction" displayType="summary" displayName="Local Transaction" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="maxConnectionsInUseCount" measurementType="dynamic" displayType="detail" displayName="Max Connections In Use Count" description="number of maximum connections in use" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="maxSize" measurementType="dynamic" displayType="detail" displayName="Max Size" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="minSize" measurementType="dynamic" displayType="detail" displayName="Min Size" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="poolJndiName" displayType="summary" displayName="Pool Jndi Name" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
         <resource-configuration>
             <c:simple-property type="integer" required="false" name="allocation-retry" description="The number of times allocation retries should be tried"/>
             <c:simple-property type="long" required="false" name="allocation-retry-wait-millis" description="The time to wait between allocation retries"/>
@@ -46,7 +56,10 @@
             <c:simple-property type="integer" required="false" name="prepared-statement-cache-size" description="The DataSource prepared statement cache size"/>
             <c:simple-property type="integer" required="false" name="query-timeout" description="The query timeout"/>
             <c:simple-property name="rar-name" description="The resource adapter archive name"/>
-            <c:map-property required="false" name="security-domain" description="The security-domain used to validate connections"/>
+            <c:map-property required="false" name="security-domain" description="The security-domain used to validate connections">
+                <c:simple-property required="false" name="domain" description="the security domain"/>
+                <c:simple-property required="false" name="securityDeploymentType" description="the security deploymen type"/>
+            </c:map-property>
             <c:simple-property type="boolean" required="false" name="set-tx-query-timeout" description="Should query timeout be enabled"/>
             <c:simple-property type="boolean" required="false" name="share-prepared-statements" description="Should prepared statements be shared"/>
             <c:simple-property required="false" name="stale-connection-checker-class-name" description="The DataSource stale connection checker class name"/>
@@ -86,6 +99,16 @@
                 <c:map-property required="false" name="result"/>
             </results>
         </operation>
+        <metric property="availableConnectionCount" measurementType="dynamic" displayType="detail" displayName="Available Connection Count" description="number of available connection" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionCount" measurementType="dynamic" displayType="detail" displayName="Connection Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionCreatedCount" measurementType="dynamic" displayType="detail" displayName="Connection Created Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionDestroyedCount" measurementType="dynamic" displayType="detail" displayName="Connection Destroyed Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="inUseConnectionCount" measurementType="dynamic" displayType="detail" displayName="In Use Connection Count" description="number of connections currently in use" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="local-transaction" displayType="summary" displayName="Local Transaction" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="maxConnectionsInUseCount" measurementType="dynamic" displayType="detail" displayName="Max Connections In Use Count" description="number of maximum connections in use" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="maxSize" measurementType="dynamic" displayType="detail" displayName="Max Size" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="minSize" measurementType="dynamic" displayType="detail" displayName="Min Size" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="poolJndiName" displayType="summary" displayName="Pool Jndi Name" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
         <resource-configuration>
             <c:simple-property type="integer" required="false" name="allocation-retry" description="The number of times allocation retries should be tried"/>
             <c:simple-property type="long" required="false" name="allocation-retry-wait-millis" description="The time to wait between allocation retries"/>
@@ -119,8 +142,8 @@
             <c:simple-property type="integer" required="false" name="query-timeout" description="The query timeout"/>
             <c:simple-property name="rar-name" description="The resource adapter archive name"/>
             <c:map-property required="false" name="security-domain" description="The security-domain used to validate connections">
-                <c:simple-property required="false" readOnly="true" name="securityDeploymentType"/>
-                <c:simple-property required="false" name="domain"/>
+                <c:simple-property required="false" name="domain" description="the security domain"/>
+                <c:simple-property required="false" name="securityDeploymentType" description="the security deploymen type"/>
             </c:map-property>
             <c:simple-property type="boolean" required="false" name="set-tx-query-timeout" description="Should query timeout be enabled"/>
             <c:simple-property type="boolean" required="false" name="share-prepared-statements" description="Should prepared statements be shared"/>
@@ -157,6 +180,16 @@
                 <c:map-property required="false" name="result"/>
             </results>
         </operation>
+        <metric property="availableConnectionCount" measurementType="dynamic" displayType="detail" displayName="Available Connection Count" description="number of available connection" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionCount" measurementType="dynamic" displayType="detail" displayName="Connection Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionCreatedCount" measurementType="dynamic" displayType="detail" displayName="Connection Created Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionDestroyedCount" measurementType="dynamic" displayType="detail" displayName="Connection Destroyed Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="inUseConnectionCount" measurementType="dynamic" displayType="detail" displayName="In Use Connection Count" description="number of connections currently in use" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="local-transaction" displayType="summary" displayName="Local Transaction" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="maxConnectionsInUseCount" measurementType="dynamic" displayType="detail" displayName="Max Connections In Use Count" description="number of maximum connections in use" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="maxSize" measurementType="dynamic" displayType="detail" displayName="Max Size" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="minSize" measurementType="dynamic" displayType="detail" displayName="Min Size" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="poolJndiName" displayType="summary" displayName="Pool Jndi Name" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
         <resource-configuration>
             <c:simple-property type="integer" required="false" name="allocation-retry" description="The number of times allocation retries should be tried"/>
             <c:simple-property type="long" required="false" name="allocation-retry-wait-millis" description="The time to wait between allocation retries"/>
@@ -189,7 +222,10 @@
             <c:simple-property type="integer" required="false" name="prepared-statement-cache-size" description="The DataSource prepared statement cache size"/>
             <c:simple-property type="integer" required="false" name="query-timeout" description="The query timeout"/>
             <c:simple-property name="rar-name" description="The resource adapter archive name"/>
-            <c:map-property required="false" name="security-domain" description="The security-domain used to validate connections"/>
+            <c:map-property required="false" name="security-domain" description="The security-domain used to validate connections">
+                <c:simple-property required="false" name="domain" description="the security domain"/>
+                <c:simple-property required="false" name="securityDeploymentType" description="the security deploymen type"/>
+            </c:map-property>
             <c:simple-property type="boolean" required="false" name="set-tx-query-timeout" description="Should query timeout be enabled"/>
             <c:simple-property type="boolean" required="false" name="share-prepared-statements" description="Should prepared statements be shared"/>
             <c:simple-property required="false" name="stale-connection-checker-class-name" description="The DataSource stale connection checker class name"/>
@@ -225,6 +261,17 @@
                 <c:map-property required="false" name="result"/>
             </results>
         </operation>
+        <metric property="availableConnectionCount" measurementType="dynamic" displayType="detail" displayName="Available Connection Count" description="number of available connection" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionCount" measurementType="dynamic" displayType="detail" displayName="Connection Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionCreatedCount" measurementType="dynamic" displayType="detail" displayName="Connection Created Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionDestroyedCount" measurementType="dynamic" displayType="detail" displayName="Connection Destroyed Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="inUseConnectionCount" measurementType="dynamic" displayType="detail" displayName="In Use Connection Count" description="number of connections currently in use" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="local-transaction" displayType="summary" displayName="Local Transaction" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="maxConnectionsInUseCount" measurementType="dynamic" displayType="detail" displayName="Max Connections In Use Count" description="number of maximum connections in use" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="maxSize" measurementType="dynamic" displayType="detail" displayName="Max Size" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="minSize" measurementType="dynamic" displayType="detail" displayName="Min Size" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="poolJndiName" displayType="summary" displayName="Pool Jndi Name" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="xa-transaction" displayType="summary" displayName="Xa Transaction" description="The XA/local transaction behavior flag" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
         <resource-configuration>
             <c:simple-property type="integer" required="false" name="allocation-retry" description="The number of times allocation retries should be tried"/>
             <c:simple-property type="long" required="false" name="allocation-retry-wait-millis" description="The time to wait between allocation retries"/>
@@ -249,8 +296,8 @@
             <c:simple-property type="boolean" required="false" name="prefill" description="Whether to prefill the pool"/>
             <c:simple-property name="rar-name" description="The resource adapter archive name"/>
             <c:map-property required="false" name="security-domain" description="The security-domain used to validate connections">
-                <c:simple-property required="false" readOnly="true" name="securityDeploymentType"/>
-                <c:simple-property required="false" name="domain"/>
+                <c:simple-property required="false" name="domain" description="the security domain"/>
+                <c:simple-property required="false" name="securityDeploymentType" description="the security deploymen type"/>
             </c:map-property>
             <c:simple-property required="false" name="statistics-formatter"/>
             <c:simple-property type="boolean" required="false" name="track-connection-by-tx"/>
@@ -279,6 +326,16 @@
                 <c:map-property required="false" name="result"/>
             </results>
         </operation>
+        <metric property="availableConnectionCount" measurementType="dynamic" displayType="detail" displayName="Available Connection Count" description="number of available connection" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionCount" measurementType="dynamic" displayType="detail" displayName="Connection Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionCreatedCount" measurementType="dynamic" displayType="detail" displayName="Connection Created Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="connectionDestroyedCount" measurementType="dynamic" displayType="detail" displayName="Connection Destroyed Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="inUseConnectionCount" measurementType="dynamic" displayType="detail" displayName="In Use Connection Count" description="number of connections currently in use" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="local-transaction" displayType="summary" displayName="Local Transaction" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="maxConnectionsInUseCount" measurementType="dynamic" displayType="detail" displayName="Max Connections In Use Count" description="number of maximum connections in use" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="maxSize" measurementType="dynamic" displayType="detail" displayName="Max Size" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="minSize" measurementType="dynamic" displayType="detail" displayName="Min Size" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="poolJndiName" displayType="summary" displayName="Pool Jndi Name" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
         <resource-configuration>
             <c:simple-property type="integer" required="false" name="allocation-retry" description="The number of times allocation retries should be tried"/>
             <c:simple-property type="long" required="false" name="allocation-retry-wait-millis" description="The time to wait between allocation retries"/>
@@ -302,7 +359,10 @@
             <c:simple-property required="false" name="poolJndiName"/>
             <c:simple-property type="boolean" required="false" name="prefill" description="Whether to prefill the pool"/>
             <c:simple-property name="rar-name" description="The resource adapter archive name"/>
-            <c:map-property required="false" name="security-domain" description="The security-domain used to validate connections"/>
+            <c:map-property required="false" name="security-domain" description="The security-domain used to validate connections">
+                <c:simple-property required="false" name="domain" description="the security domain"/>
+                <c:simple-property required="false" name="securityDeploymentType" description="the security deploymen type"/>
+            </c:map-property>
             <c:simple-property required="false" name="statistics-formatter"/>
             <c:simple-property type="boolean" required="false" name="track-connection-by-tx"/>
             <c:simple-property required="false" name="type-mapping"/>
@@ -376,6 +436,10 @@
         <operation name="resetMessageCounterHistory" displayName="Reset Message Counter History" description="Reset the message counter history"/>
         <operation name="start" displayName="Start" description="Service lifecycle operation"/>
         <operation name="stop" displayName="Stop" description="Service lifecycle operation"/>
+        <metric property="consumerCount" measurementType="dynamic" displayType="detail" displayName="Consumer Count" description="The number of consumers on the queue" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="createdProgrammatically" displayType="summary" displayName="Created Programmatically" description="True if this destination was created programmatically" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="deliveringCount" measurementType="dynamic" displayType="detail" displayName="Delivering Count" description="The number of messages currently being delivered" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="messageCount" measurementType="dynamic" displayType="detail" displayName="Message Count" description="The number of messages in the queue" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
         <metric property="messageCounter.count" measurementType="dynamic" displayType="detail" displayName="Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
         <metric property="messageCounter.countDelta" measurementType="dynamic" displayType="detail" displayName="Count Delta" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
         <metric property="messageCounter.counterAsString" displayType="detail" displayName="Counter As String" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
@@ -398,6 +462,7 @@
         <metric property="messageStatistics.subscriptionID" displayType="detail" displayName="Subscription ID" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="messageStatistics.timeLastUpdate" measurementType="dynamic" displayType="detail" displayName="Time Last Update" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
         <metric property="messageStatistics.topic" measurementType="dynamic" displayType="detail" displayName="Topic" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="scheduledMessageCount" measurementType="dynamic" displayType="detail" displayName="Scheduled Message Count" description="The number of scheduled messages in the queue" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
         <resource-configuration>
             <c:simple-property required="false" name="DLQ" description="The DLQ for this queue, overrides the default DLQ on the server peer"/>
             <c:simple-property name="JNDIName" description="The destination's JNDI name"/>
@@ -511,6 +576,14 @@
         <operation name="removeAllMessages" displayName="Remove All Messages" description="Remove all messages"/>
         <operation name="start" displayName="Start" description="Service lifecycle operation"/>
         <operation name="stop" displayName="Stop" description="Service lifecycle operation"/>
+        <metric property="allMessageCount" measurementType="dynamic" displayType="detail" displayName="All Message Count" description="The count of all messages in all subscriptions of this topic" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="allSubscriptionsCount" measurementType="dynamic" displayType="detail" displayName="All Subscriptions Count" description="The count of all subscriptions of this topic" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="createdProgrammatically" displayType="summary" displayName="Created Programmatically" description="True if this destination was created programmatically" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="durableMessageCount" measurementType="dynamic" displayType="detail" displayName="Durable Message Count" description="The count of all messages in all durable subscriptions of this topic" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="durableSubscriptionsCount" measurementType="dynamic" displayType="detail" displayName="Durable Subscriptions Count" description="The count of all durable subscriptions of this topic" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="messageCounterHistoryDayLimit" measurementType="dynamic" displayType="detail" displayName="Message Counter History Day Limit" description="The day limit for the message counter" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="nonDurableMessageCount" measurementType="dynamic" displayType="detail" displayName="Non Durable Message Count" description="The count of all messages in all non durable subscriptions of this topic" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="nonDurableSubscriptionsCount" measurementType="dynamic" displayType="detail" displayName="Non Durable Subscriptions Count" description="The count of all non durable subscriptions of this topic" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
         <resource-configuration>
             <c:simple-property required="false" name="DLQ" description="The DLQ for this topic, overrides the default DLQ on the server peer"/>
             <c:simple-property name="JNDIName" description="The destination's JNDI name"/>
@@ -530,14 +603,34 @@
     </service>
     <service name="Platform MBean">
         <resource-configuration>
-            <c:list-property required="false" readOnly="true" name="memoryPoolNames">
+            <c:simple-property required="false" readOnly="true" name="bootClassPath"/>
+            <c:simple-property type="boolean" required="false" readOnly="true" name="bootClassPathSupported"/>
+            <c:simple-property required="false" readOnly="true" name="classPath"/>
+            <c:list-property required="false" readOnly="true" name="inputArguments">
                 <c:simple-property required="false" name="element"/>
             </c:list-property>
+            <c:simple-property required="false" readOnly="true" name="libraryPath"/>
+            <c:simple-property required="false" readOnly="true" name="managementSpecVersion"/>
             <c:simple-property required="false" readOnly="true" name="name"/>
-            <c:simple-property type="boolean" required="false" readOnly="true" name="valid"/>
+            <c:simple-property required="false" readOnly="true" name="specName"/>
+            <c:simple-property required="false" readOnly="true" name="specVendor"/>
+            <c:simple-property required="false" readOnly="true" name="specVersion"/>
+            <c:simple-property type="long" required="false" readOnly="true" name="startTime"/>
+            <c:map-property required="false" readOnly="true" name="systemProperties"/>
+            <c:simple-property type="long" required="false" readOnly="true" name="uptime"/>
+            <c:simple-property required="false" readOnly="true" name="vmName"/>
+            <c:simple-property required="false" readOnly="true" name="vmVendor"/>
+            <c:simple-property required="false" readOnly="true" name="vmVersion"/>
         </resource-configuration>
     </service>
     <service name="Web MBean">
+        <operation name="resetCounters" displayName="Reset Counters" description=""/>
+        <metric property="bytesReceived" measurementType="dynamic" displayType="detail" displayName="Bytes Received" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="bytesSent" measurementType="dynamic" displayType="detail" displayName="Bytes Sent" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="errorCount" measurementType="dynamic" displayType="detail" displayName="Error Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="maxTime" measurementType="dynamic" displayType="detail" displayName="Max Time" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="processingTime" measurementType="dynamic" displayType="detail" displayName="Processing Time" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+        <metric property="requestCount" measurementType="dynamic" displayType="detail" displayName="Request Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
         <resource-configuration>
             <c:simple-property required="false" readOnly="true" name="mbeanNameAsString"/>
         </resource-configuration>
@@ -549,11 +642,6 @@
             </c:list-property>
         </resource-configuration>
     </service>
-    <service name="ManagementView MCBean">
-        <resource-configuration>
-            <c:simple-property required="false" name="state" description="The bean controller state"/>
-        </resource-configuration>
-    </service>
     <service name="%Generated% MCBean">
         <resource-configuration>
             <c:list-property required="false" name="properties">
@@ -575,6 +663,11 @@
             </c:list-property>
         </resource-configuration>
     </service>
+    <service name="ManagementView MCBean">
+        <resource-configuration>
+            <c:simple-property required="false" name="state" description="The bean controller state"/>
+        </resource-configuration>
+    </service>
     <service name="%Generated% MCBean">
         <resource-configuration>
             <c:list-property required="false" name="properties">
@@ -784,9 +877,100 @@
         </resource-configuration>
     </service>
     <service name="Security MCBean">
+        <operation name="createSecurityDomainContext" displayName="Create Security Domain Context" description="Create the context for the specified security domain">
+            <parameters>
+                <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
+            </parameters>
+            <results>
+                <c:notes>Create the context for the specified security domain</c:notes>
+                <c:map-property required="false" name="result"/>
+            </results>
+        </operation>
+        <operation name="deregisterJaasSecurityDomainInstance" displayName="Deregister Jaas Security Domain Instance" description="Deregister the specified security domain">
+            <parameters>
+                <c:simple-property required="false" name="securityDomain" description="The name of the security domain being deregistered"/>
+            </parameters>
+        </operation>
+        <operation name="getAuditManager" displayName="Get Audit Manager" description="Get the audit manager for the specified security domain">
+            <parameters>
+                <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
+            </parameters>
+            <results>
+                <c:notes>Get the audit manager for the specified security domain</c:notes>
+                <c:map-property required="false" name="result"/>
+            </results>
+        </operation>
+        <operation name="getAuthenticationManager" displayName="Get Authentication Manager" description="Get the authentication manager for the specified security domain">
+            <parameters>
+                <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
+            </parameters>
+            <results>
+                <c:notes>Get the authentication manager for the specified security domain</c:notes>
+                <c:map-property required="false" name="result"/>
+            </results>
+        </operation>
+        <operation name="getAuthorizationManager" displayName="Get Authorization Manager" description="Get the authorization manager for the specified security domain">
+            <parameters>
+                <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
+            </parameters>
+            <results>
+                <c:notes>Get the authorization manager for the specified security domain</c:notes>
+                <c:map-property required="false" name="result"/>
+            </results>
+        </operation>
+        <operation name="getIdentityTrustManager" displayName="Get Identity Trust Manager" description="Get the identity trust manager for the specified security domain">
+            <parameters>
+                <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
+            </parameters>
+            <results>
+                <c:notes>Get the identity trust manager for the specified security domain</c:notes>
+                <c:map-property required="false" name="result"/>
+            </results>
+        </operation>
+        <operation name="getMappingManager" displayName="Get Mapping Manager" description="Get the mapping manager for the specified security domain">
+            <parameters>
+                <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
+            </parameters>
+            <results>
+                <c:notes>Get the mapping manager for the specified security domain</c:notes>
+                <c:map-property required="false" name="result"/>
+            </results>
+        </operation>
+        <operation name="registerJaasSecurityDomainInstance" displayName="Register Jaas Security Domain Instance" description="Register the specified security domain">
+            <parameters>
+                <c:map-property required="false" name="domain" description="The security domain being registered">
+                    <c:simple-property required="false" name="cipherAlgorithm"/>
+                    <c:simple-property type="boolean" required="false" name="deepCopySubjectOption"/>
+                    <c:simple-property type="integer" required="false" name="iterationCount"/>
+                    <c:simple-property required="false" name="keyStorePass"/>
+                    <c:simple-property required="false" name="keyStoreType"/>
+                    <c:simple-property required="false" name="keyStoreURL"/>
+                    <c:simple-property required="false" name="name"/>
+                    <c:list-property name="notificationInfo">
+                        <c:map-property required="false" name="element">
+                            <c:simple-property required="false" name="description"/>
+                            <c:simple-property required="false" name="name"/>
+                            <c:list-property name="notifTypes">
+<c:simple-property required="false" name="element"/>
+                            </c:list-property>
+                        </c:map-property>
+                    </c:list-property>
+                    <c:simple-property required="false" name="salt"/>
+                    <c:simple-property required="false" name="securityDomain"/>
+                    <c:simple-property type="integer" required="false" name="state"/>
+                    <c:simple-property required="false" name="stateString"/>
+                    <c:simple-property required="false" name="trustStorePass"/>
+                    <c:simple-property required="false" name="trustStoreType"/>
+                    <c:simple-property required="false" name="trustStoreURL"/>
+                </c:map-property>
+            </parameters>
+        </operation>
         <resource-configuration>
-            <c:simple-property required="false" name="baseContext"/>
-            <c:simple-property required="false" name="factoryName"/>
+            <c:simple-property required="false" name="auditMgrClass" description="The class that implements the AuditManager interface"/>
+            <c:simple-property required="false" name="authenticationMgrClass" description="The class that implements the AuthenticationManager interface"/>
+            <c:simple-property required="false" name="authorizationMgrClass" description="The class that implements the AuthorizationManager interface"/>
+            <c:simple-property required="false" name="identityTrustMgrClass" description="The class that implements the IdentityTrustManager interface"/>
+            <c:simple-property required="false" name="mappingMgrClass" description="The class that implements the MappingManager interface"/>
             <c:simple-property required="false" name="state" description="The bean controller state"/>
         </resource-configuration>
     </service>
@@ -821,6 +1005,7 @@
         <metric property="commonLibraryURL.query" displayType="detail" displayName="Query" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="commonLibraryURL.ref" displayType="detail" displayName="Ref" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="commonLibraryURL.userInfo" displayType="detail" displayName="User Info" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
+        <metric property="homeDir" displayType="summary" displayName="Home Dir" description="the local home directory which the server is running from" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
         <metric property="homeURL.authority" displayType="detail" displayName="Authority" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="homeURL.defaultPort" measurementType="dynamic" displayType="detail" displayName="Default Port" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
         <metric property="homeURL.file" displayType="detail" displayName="File" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
@@ -841,6 +1026,8 @@
         <metric property="libraryURL.query" displayType="detail" displayName="Query" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="libraryURL.ref" displayType="detail" displayName="Ref" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="libraryURL.userInfo" displayType="detail" displayName="User Info" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
+        <metric property="rootDeploymentFilename" displayType="summary" displayName="Root Deployment Filename" description="the filename of the root deployable that will be used to finalize the bootstrap process" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="serverBaseDir" displayType="summary" displayName="Server Base Dir" description="the base directory for calculating server home directories" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
         <metric property="serverBaseURL.authority" displayType="detail" displayName="Authority" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="serverBaseURL.defaultPort" measurementType="dynamic" displayType="detail" displayName="Default Port" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
         <metric property="serverBaseURL.file" displayType="detail" displayName="File" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
@@ -851,6 +1038,8 @@
         <metric property="serverBaseURL.query" displayType="detail" displayName="Query" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="serverBaseURL.ref" displayType="detail" displayName="Ref" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="serverBaseURL.userInfo" displayType="detail" displayName="User Info" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
+        <metric property="serverDataDir" displayType="summary" displayName="Server Data Dir" description="the directory where local data will be stored" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="serverHomeDir" displayType="summary" displayName="Server Home Dir" description="the server home directory" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
         <metric property="serverHomeURL.authority" displayType="detail" displayName="Authority" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="serverHomeURL.defaultPort" measurementType="dynamic" displayType="detail" displayName="Default Port" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
         <metric property="serverHomeURL.file" displayType="detail" displayName="File" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
@@ -871,8 +1060,15 @@
         <metric property="serverLibraryURL.query" displayType="detail" displayName="Query" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="serverLibraryURL.ref" displayType="detail" displayName="Ref" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
         <metric property="serverLibraryURL.userInfo" displayType="detail" displayName="User Info" defaultOn="true" defaultInterval="60000" dataType="trait" category="performance"/>
+        <metric property="serverLogDir" displayType="summary" displayName="Server Log Dir" description="the server log directory" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="serverName" displayType="summary" displayName="Server Name" description="the name of the active profile the sever is using" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="serverNativeDir" displayType="summary" displayName="Server Native Dir" description="the directory for platform native files" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="serverTempDeployDir" displayType="summary" displayName="Server Temp Deploy Dir" description="the temporary deployment dir" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="serverTempDir" displayType="summary" displayName="Server Temp Dir" description="the directory where temporary files will be stored" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+        <metric property="specificationVersion" displayType="summary" displayName="Specification Version" description="the server Specification-Version" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
     </service>
     <service name="ServerInfo MCBean">
+        <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
         <resource-configuration>
             <c:simple-property required="false" readOnly="true" name="OSArch"/>
             <c:simple-property required="false" readOnly="true" name="OSName"/>




More information about the embjopr-commits mailing list