
.agent.agent-management-core.5.3.0-M7.source-code.metadata.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JOnAS: Java(TM) Open Application Server - Copyright (C) 2012 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$ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <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.4.0/core.xsd"> <component classname="org.ow2.jonas.agent.management.internal.ManagementApplication" immediate="true" name="ManagementApplication"> <provides specifications="{javax.ws.rs.core.Application}"> <property name="jonas.jaxrs.context-path" type="java.lang.String" value="/jonas-api"/> </provides> <callback transition="validate" method="start" /> <callback transition="invalidate" method="stop" /> <requires optional="false" specification="org.ow2.jasmine.deployme.api.IDeployMeService"> <callback type="bind" method="bindDeployMeService" /> </requires> <requires optional="false" specification="org.ow2.jonas.cluster.daemon.api.IClusterDaemon"> <callback type="bind" method="bindClusterDaemon" /> </requires> <requires optional="false" specification="org.ow2.jonas.workcleaner.WorkCleanerService"> <callback type="bind" method="bindWorkManager"/> </requires> <requires optional="true" specification="org.ow2.jonas.agent.management.api.task.IWorkTask" aggregate="true"> <callback type="bind" method="bindWorkTask" /> <callback type="unbind" method="unbindWorkTask"/> </requires> <requires optional="false" specification="org.ow2.jonas.properties.ServerProperties"> <callback type="bind" method="bindServerProperties" /> </requires> <requires optional="false" specification="org.ow2.jonas.web.JWebContainerService"> <callback type="bind" method="bindWebContainerService" /> </requires> </component> <instance component="ManagementApplication"/> </ipojo>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy