Download roboconf-messaging-api-0.9.jar file

Introduction

You can download roboconf-messaging-api-0.9.jar in this page.

License

Apache License

Type List

roboconf-messaging-api-0.9.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.roboconf/roboconf-messaging-api/pom.properties
META-INF/maven/net.roboconf/roboconf-messaging-api/pom.xml
OSGI-INF/bundle.info
net.roboconf.messaging.api.AbstractMessageProcessor.class
net.roboconf.messaging.api.MessagingConstants.class
net.roboconf.messaging.api.business.IAgentClient.class
net.roboconf.messaging.api.business.IClient.class
net.roboconf.messaging.api.business.IDmClient.class
net.roboconf.messaging.api.business.ListenerCommand.class
net.roboconf.messaging.api.client.idle.IdleClient.class
net.roboconf.messaging.api.client.idle.IdleClientFactory.class
net.roboconf.messaging.api.extensions.AbstractRoutingClient.class
net.roboconf.messaging.api.extensions.IMessagingClient.class
net.roboconf.messaging.api.extensions.MessagingContext.class
net.roboconf.messaging.api.factory.IMessagingClientFactory.class
net.roboconf.messaging.api.factory.MessagingClientFactoryListener.class
net.roboconf.messaging.api.factory.MessagingClientFactoryRegistry.class
net.roboconf.messaging.api.internal.client.dismiss.DismissClient.class
net.roboconf.messaging.api.internal.client.in_memory.InMemoryClient.class
net.roboconf.messaging.api.internal.client.in_memory.InMemoryClientFactory.class
net.roboconf.messaging.api.internal.client.test.TestClient.class
net.roboconf.messaging.api.internal.client.test.TestClientFactory.class
net.roboconf.messaging.api.internal.jmx.JmxWrapperForMessagingClient.class
net.roboconf.messaging.api.jmx.MessagingApiMBean.class
net.roboconf.messaging.api.jmx.RoboconfMessageQueue.class
net.roboconf.messaging.api.messages.Message.class
net.roboconf.messaging.api.messages.from_agent_to_agent.MsgCmdAddImport.class
net.roboconf.messaging.api.messages.from_agent_to_agent.MsgCmdRemoveImport.class
net.roboconf.messaging.api.messages.from_agent_to_agent.MsgCmdRequestImport.class
net.roboconf.messaging.api.messages.from_agent_to_dm.AbstractMsgNotif.class
net.roboconf.messaging.api.messages.from_agent_to_dm.MsgNotifAutonomic.class
net.roboconf.messaging.api.messages.from_agent_to_dm.MsgNotifHeartbeat.class
net.roboconf.messaging.api.messages.from_agent_to_dm.MsgNotifInstanceChanged.class
net.roboconf.messaging.api.messages.from_agent_to_dm.MsgNotifInstanceRemoved.class
net.roboconf.messaging.api.messages.from_agent_to_dm.MsgNotifLogs.class
net.roboconf.messaging.api.messages.from_agent_to_dm.MsgNotifMachineDown.class
net.roboconf.messaging.api.messages.from_dm_to_agent.MsgCmdAddInstance.class
net.roboconf.messaging.api.messages.from_dm_to_agent.MsgCmdChangeBinding.class
net.roboconf.messaging.api.messages.from_dm_to_agent.MsgCmdChangeInstanceState.class
net.roboconf.messaging.api.messages.from_dm_to_agent.MsgCmdChangeLogLevel.class
net.roboconf.messaging.api.messages.from_dm_to_agent.MsgCmdGatherLogs.class
net.roboconf.messaging.api.messages.from_dm_to_agent.MsgCmdRemoveInstance.class
net.roboconf.messaging.api.messages.from_dm_to_agent.MsgCmdResynchronize.class
net.roboconf.messaging.api.messages.from_dm_to_agent.MsgCmdSendInstances.class
net.roboconf.messaging.api.messages.from_dm_to_agent.MsgCmdSetScopedInstance.class
net.roboconf.messaging.api.messages.from_dm_to_agent.MsgCmdUpdateProbeConfiguration.class
net.roboconf.messaging.api.messages.from_dm_to_dm.MsgEcho.class
net.roboconf.messaging.api.reconfigurables.ReconfigurableClient.class
net.roboconf.messaging.api.reconfigurables.ReconfigurableClientAgent.class
net.roboconf.messaging.api.reconfigurables.ReconfigurableClientDm.class
net.roboconf.messaging.api.utils.MessagingUtils.class
net.roboconf.messaging.api.utils.OsgiHelper.class
net.roboconf.messaging.api.utils.SerializationUtils.class

Pom

roboconf-messaging-api-0.9.pom file content.

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

<!--
   Copyright 2013-2017 Linagora, Universit? Joseph Fourier, Floralis

   The present code is developed in the scope of the joint LINAGORA -
   Universit? Joseph Fourier - Floralis research program and is designated
   as a "Result" pursuant to the terms and conditions of the LINAGORA
   - Universit? Joseph Fourier - Floralis research program. Each copyright
   holder of Results enumerated here above fully & independently holds complete
   ownership of the complete Intellectual Property rights applicable to the whole
   of said Results, and may freely exploit it in any manner which does not infringe
   the moral rights of the other copyright holders.

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>net.roboconf</groupId>
		<artifactId>roboconf-platform-parent</artifactId>
		<version>0.9</version>
		<relativePath>../../pom.xml</relativePath>
	</parent>
	
	<groupId>net.roboconf</groupId>
	<artifactId>roboconf-messaging-api</artifactId>
	<name>Roboconf :: Messaging :: API</name>
	<packaging>bundle</packaging>
	
	<dependencies>
		<dependency>
			<groupId>net.roboconf</groupId>
			<artifactId>roboconf-core</artifactId>
			<version>${project.version}</version>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.osgi</groupId>
			<artifactId>org.osgi.core</artifactId>
			<version>4.3.1</version>
			<scope>provided</scope>
		</dependency>
	
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		
		<dependency>
			<groupId>net.roboconf</groupId>
  			<artifactId>roboconf-core</artifactId>
  			<version>${project.version}</version>
			<type>test-jar</type>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-core</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>
	
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
				<configuration>
					<instructions>
						<Import-Package>
							net.roboconf.*;version="${version.range}",
							org.osgi.framework; version="[1.6,2.0)"
						</Import-Package>
						<Export-Package>
							!net.roboconf.messaging.api.internal.*,
							net.roboconf.messaging.api.*
						</Export-Package>
						<Embed-Dependency>*;scope=compile|runtime;inline=true;groupId=!net.roboconf</Embed-Dependency>
						<Embed-Transitive>true</Embed-Transitive>
					</instructions>
				</configuration>
			</plugin>
			
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jar-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>test-jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>

			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-ipojo-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>ipojo-bundle</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

</project>

POM Entry

<dependency>
   <groupId>net.roboconf</groupId>
   <artifactId>roboconf-messaging-api</artifactId>
   <version>0.9</version>
</dependency>

Download

If you think the following roboconf-messaging-api-0.9.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download roboconf-messaging-api-0.9.jar file




PreviousNext

Related