.jonas-deployable-monitor.5.1.0-M5.source-code.metadata.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jonas-deployable-monitor Show documentation
Show all versions of jonas-deployable-monitor Show documentation
Analyze directories/file and send them to the deployer manager
<?xml version="1.0" encoding="UTF-8"?> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JOnAS: Java(TM) Open Application Server - Copyright (C) 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: metadata.xml 16568 2009-02-16 10:51:01Z fornacif $ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <ipojo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="org.apache.felix.ipojo" xsi:schemaLocation="org.apache.felix.ipojo http://felix.apache.org/ipojo/schemas/1.2.0/core.xsd" > <component classname="org.ow2.jonas.deployablemonitor.DeployableMonitorService" immediate="false"> <provides specifications="org.ow2.jonas.depmonitor.MonitoringService" /> <requires optional="false"> <callback type="bind" method="setDeployerManager" /> </requires> <requires optional="false" specification="org.ow2.jonas.properties.ServerProperties"> <callback type="bind" method="setServerProperties" /> </requires> <requires optional="false"> <callback type="bind" method="setJ2EEServer" /> </requires> <requires optional="false"> <callback type="bind" method="setJmxService" /> </requires> <callback transition="validate" method="start" /> <callback transition="invalidate" method="stop" /> <properties propagation="true"> <property name="development" method="setDevelopmentMode" /> <property name="directories" method="setDirectories" /> <property name="exclusions" method="setExclusions" /> </properties> </component> </ipojo>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy