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

org.renci.nodeagent2.agent.config.xsd.test-config.xml Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<agentConfig xmlns="http://geni-orca.renci.org/xml/node-agent2/AgentConfig"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://geni-orca.renci.org/xml/node-agent2/AgentConfig http://geni-orca.renci.org/xml/node-agent2/AgentConfig.xsd"
	password="pass">

	<tick length="1" unit="minute"/>
	<plugins>
		<plugin name="Null-Plugin">
			<jar>/some/file/name.jar</jar>
			<mainClass>some.class.name</mainClass>
			<schedulePeriod length="0" unit="day"/>
			<config>/etc/orca/am+broker/node-config</config>
			<properties>
				<property name="pr" value="val" />
				<property name="pr1" value="val1" />
			</properties>
		</plugin>
		<plugin name="Null1-Plugin">
			<jar>/other/file/name.jar</jar>
			<mainClass>other.class.name</mainClass>
			<schedulePeriod length="1" unit="week"/>
			<renewAdvanceTicks>1</renewAdvanceTicks>
			<config>/etc/orca/am+broker/node-config</config>
			<properties>
				<property name="pr" value="val" />
				<property name="pr1" value="val1" />
			</properties>
		</plugin>
	</plugins>

</agentConfig>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy