org.ow2.easybeans.jsr77.mbeans-descriptors.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mbeans-descriptors PUBLIC "-//Apache Software Foundation//DTD Model MBeans Configuration File" "http://jakarta.apache.org/commons/dtds/mbeans-descriptors.dtd"> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - EasyBeans - Copyright (C) 2006 Bull S.A.S. - Contact: [email protected] - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $Id: mbeans-descriptors.xml 5511 2010-05-27 14:26:50Z benoitf $ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <mbeans-descriptors> <!-- =========================================================== --> <!-- EJBModule MBean Description --> <!-- =========================================================== --> <mbean name="ezb:EJBModule" className="org.ow2.easybeans.container.management.JContainer3MBean" type="org.ow2.easybeans.container.JContainer3" description="EJB3 Container" domain="EasyBeans"> <!-- ============================ --> <!-- J2EEManagedObject attributes --> <!-- ============================ --> <attribute name="objectName" description="Server ObjectName" type="java.lang.String" writeable="false" /> <attribute name="stateManageable" description="State Manageable properties" type="boolean" writeable="false" is="true" /> <attribute name="statisticsProvider" description="Can provide Statistics properties" type="boolean" writeable="false" is="true" /> <attribute name="eventProvider" description="Can provide Event support" type="boolean" writeable="false" is="true" /> <!-- ============================= --> <!-- J2EEDeployedObject attributes --> <!-- ============================= --> <attribute name="deploymentDescriptor" description="Standard XML Deployment Descriptors" type="java.lang.String" writeable="false" /> <attribute name="server" description="Server ObjectName that hosts the deployed object" type="java.lang.String" writeable="false" /> <!-- ===================== --> <!-- J2EEModule attributes --> <!-- ===================== --> <attribute name="javaVMs" description="The list of MBean names corresponding to the JVMs on which this server has running threads" type="[Ljava.lang.String;" writeable="false"/> <!-- ==================== --> <!-- EJBModule attributes --> <!-- ==================== --> <attribute name="ejbs" description="The list of MBean names corresponding to the EjbJar deployed on the server" type="[Ljava.lang.String;" writeable="false"/> </mbean> <!-- =========================================================== --> <!-- J2EEServer MBean Description --> <!-- =========================================================== --> <mbean name="ezb:J2EEServer" className="org.ow2.easybeans.server.management.EmbeddedMBean" type="org.ow2.easybeans.server.Embedded" description="EasyBeans Server" domain="EasyBeans"> <!-- ============================ --> <!-- J2EEManagedObject attributes --> <!-- ============================ --> <attribute name="objectName" description="Server ObjectName" type="java.lang.String" writeable="false" /> <attribute name="stateManageable" description="State Manageable properties" type="boolean" writeable="false" is="true" /> <attribute name="statisticsProvider" description="Can provide Statistics properties" type="boolean" writeable="false" is="true" /> <attribute name="eventProvider" description="Can provide Event support" type="boolean" writeable="false" is="true" /> <!-- ===================== --> <!-- J2EEServer attributes --> <!-- ===================== --> <attribute name="serverVendor" description="EasyBeans server vendor" type="java.lang.String" writeable="false"/> <attribute name="serverVersion" description="EasyBeans server version" type="java.lang.String" writeable="false"/> <attribute name="deployedObjects" description="The list of MBean names corresponding to the deployed J2EEModules and J2EEApplications" type="[Ljava.lang.String;" writeable="false"/> <attribute name="javaVMs" description="The list of MBean names corresponding to the JVMs on which this server has running threads" type="[Ljava.lang.String;" writeable="false"/> <attribute name="resources" description="The list of MBean names corresponding to the resources available on this server" type="[Ljava.lang.String;" writeable="false"/> </mbean> <!-- =========================================================== --> <!-- StatefulSessionBean MBean Description --> <!-- =========================================================== --> <mbean name="ezb:StatefulSessionBean" className="org.ow2.easybeans.container.session.stateful.management.StatefulSessionFactoryMBean" type="org.ow2.easybeans.container.session.stateful.StatefulSessionFactory" description="EJB3 Stateful Session Bean" domain="EasyBeans"> <!-- ============================ --> <!-- J2EEManagedObject attributes --> <!-- ============================ --> <attribute name="objectName" description="Server ObjectName" type="java.lang.String" writeable="false" /> <attribute name="stateManageable" description="State Manageable properties" type="boolean" writeable="false" is="true" /> <attribute name="statisticsProvider" description="Can provide Statistics properties" type="boolean" writeable="false" is="true" /> <attribute name="eventProvider" description="Can provide Event support" type="boolean" writeable="false" is="true" /> <attribute name="poolItemsBusy" description="Items currently used in the pool" type="int" writeable="false" is="false" /> <attribute name="poolItemsAvailable" description="Items currently available in the pool" type="int" writeable="false" is="false" /> <attribute name="poolMin" description="Miminum size of the pool" type="int" writeable="false" is="false" /> <attribute name="poolMax" description="Maximum size of the pool" type="int" writeable="false" is="false" /> <attribute name="poolSpare" description="Spare size of the pool (instances that are always available and ready)" type="int" writeable="false" is="false" /> <attribute name="poolMaxWaiters" description="Maximum number of waiters that can wait when trying to get a bean on a Bean" type="int" writeable="false" is="false" /> </mbean> <!-- =========================================================== --> <!-- StatelessSessionBean MBean Description --> <!-- =========================================================== --> <mbean name="ezb:StatelessSessionBean" className="org.ow2.easybeans.container.session.stateless.management.StatelessSessionFactoryMBean" type="org.ow2.easybeans.container.session.stateless.StatelessSessionFactory" description="EJB3 Stateless Session Bean" domain="EasyBeans"> <!-- ============================ --> <!-- J2EEManagedObject attributes --> <!-- ============================ --> <attribute name="objectName" description="Server ObjectName" type="java.lang.String" writeable="false" /> <attribute name="stateManageable" description="State Manageable properties" type="boolean" writeable="false" is="true" /> <attribute name="statisticsProvider" description="Can provide Statistics properties" type="boolean" writeable="false" is="true" /> <attribute name="eventProvider" description="Can provide Event support" type="boolean" writeable="false" is="true" /> <attribute name="poolItemsBusy" description="Items currently used in the pool" type="int" writeable="false" is="false" /> <attribute name="poolItemsAvailable" description="Items currently available in the pool" type="int" writeable="false" is="false" /> <attribute name="poolMin" description="Miminum size of the pool" type="int" writeable="false" is="false" /> <attribute name="poolMax" description="Maximum size of the pool" type="int" writeable="false" is="false" /> <attribute name="poolSpare" description="Spare size of the pool (instances that are always available and ready)" type="int" writeable="false" is="false" /> <attribute name="poolMaxWaiters" description="Maximum number of waiters that can wait when trying to get a bean on a Bean" type="int" writeable="false" is="false" /> </mbean> <!-- =========================================================== --> <!-- MessageDrivenBean MBean Description --> <!-- =========================================================== --> <mbean name="ezb:MessageDrivenBean" className="org.ow2.easybeans.container.mdb.management.MDBMessageEndPointFactoryMBean" type="org.ow2.easybeans.container.mdb.MDBMessageEndPointFactory" description="EJB3 Message Driven Bean" domain="EasyBeans"> <!-- ============================ --> <!-- J2EEManagedObject attributes --> <!-- ============================ --> <attribute name="objectName" description="Server ObjectName" type="java.lang.String" writeable="false" /> <attribute name="stateManageable" description="State Manageable properties" type="boolean" writeable="false" is="true" /> <attribute name="statisticsProvider" description="Can provide Statistics properties" type="boolean" writeable="false" is="true" /> <attribute name="eventProvider" description="Can provide Event support" type="boolean" writeable="false" is="true" /> <attribute name="poolItemsBusy" description="Items currently used in the pool" type="int" writeable="false" is="false" /> <attribute name="poolItemsAvailable" description="Items currently available in the pool" type="int" writeable="false" is="false" /> <attribute name="poolMin" description="Miminum size of the pool" type="int" writeable="false" is="false" /> <attribute name="poolMax" description="Maximum size of the pool" type="int" writeable="false" is="false" /> <attribute name="poolSpare" description="Spare size of the pool (instances that are always available and ready)" type="int" writeable="false" is="false" /> <attribute name="poolMaxWaiters" description="Maximum number of waiters that can wait when trying to get a bean on a Bean" type="int" writeable="false" is="false" /> </mbean> </mbeans-descriptors>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy