<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE mbean PUBLIC
   "-//JBoss//DTD JBOSS XMBEAN 1.1//EN"
   "http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_1.dtd">

<mbean>
   <description>The J2EE Application Client Deployer</description>
   <class>org.jboss.deployment.ClientDeployer</class>

   &defaultAttributes;

   <!-- Attributes -->
   <attribute access="read-only" getMethod="getStateString">
      <description>The service state name</description>
      <name>StateString</name>
      <type>java.lang.String</type>
   </attribute>
   <attribute access="read-only" getMethod="getState">
      <description>The service state value</description>
      <name>State</name>
      <type>int</type>
   </attribute>

   &defaultOperations;

   <!-- Operations -->
   <operation>
      <description>The create lifecycle operation</description>
      <name>create</name>
   </operation>
   <operation>
      <description>The start lifecycle operation</description>
      <name>start</name>
   </operation>
   <operation>
      <description>The stop lifecycle operation</description>
      <name>stop</name>
   </operation>
   <operation>
      <description>The destroy lifecycle operation</description>
      <name>destroy</name>
   </operation>
</mbean>
