All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.easybeans.deployer.management.mbeans-descriptors.xml Maven / Gradle / Ivy

There is a newer version: 3.0.0-M1
Show newest version
<?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-2007 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 5369 2010-02-24 14:58:19Z benoitf $
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->

<mbeans-descriptors>

  <mbean name="RemoteDeployer"
    type="org.ow2.easybeans.deployer.RemoteDeployer"
    description="EasyBeans Deployer" domain="EasyBeans">

    <operation name="deployFile" description="Dump the given to EasyBeans filesystem and return a path to this file"
      impact="ACTION" returnType="java.lang.String">
      <parameter name="fileName" description="Name of the file"
        type="java.lang.String" />
      <parameter name="fileContent" description="File binary content"
        type="[B" />
    </operation>

    <operation name="dumpFile" description="Dump and deploy the given file"
      impact="ACTION" returnType="java.lang.String">
      <parameter name="fileName" description="Name of the file"
        type="java.lang.String" />
      <parameter name="fileContent" description="File binary content"
        type="[B" />
    </operation>

    <operation name="deploy" description="Deploy the archive of the given file"
      impact="ACTION" returnType="void">
      <parameter name="fileName" description="Name of the file"
        type="java.lang.String" />
    </operation>

    <operation name="undeploy" description="Undeploy the archive of the given file"
      impact="ACTION" returnType="void">
      <parameter name="fileName" description="Name of the file"
        type="java.lang.String" />
    </operation>

  </mbean>

</mbeans-descriptors>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy