jar

de.ovgu.dke.mocca : mocca-core

Maven & Gradle

Apr 16, 2013
2 usages

MOCCA-core · MOCCA is the Message-Oriented Command and Context Architecture, providing a GLUE middle-ware that allows sending commands to a peer which are executed by state-less handlers in a specific context. In contrast to the Request-Response scheme the message flow is not fixed by the framework. This allows to implement different communication paradigms (including Request-Response). The whole system can be seen as an automaton with Messages that trigger state transitions in the local Contexts. This library contains the core components, including the GLUE-based implementation.

Table Of Contents

Latest Version

Download de.ovgu.dke.mocca : mocca-core JAR file - Latest Versions:

All Versions

Download de.ovgu.dke.mocca : mocca-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mocca-core-0.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.ovgu.dke.mocca.impl

├─ de.ovgu.dke.mocca.impl.CommandImpl.class - [JAR]

├─ de.ovgu.dke.mocca.impl.DefaultCommandFactory.class - [JAR]

de.ovgu.dke.mocca.api.command

├─ de.ovgu.dke.mocca.api.command.Command.class - [JAR]

├─ de.ovgu.dke.mocca.api.command.CommandException.class - [JAR]

├─ de.ovgu.dke.mocca.api.command.CommandFactory.class - [JAR]

├─ de.ovgu.dke.mocca.api.command.CommandHandler.class - [JAR]

├─ de.ovgu.dke.mocca.api.command.CommandHandlerRegistry.class - [JAR]

de.ovgu.dke.mocca.api

├─ de.ovgu.dke.mocca.api.MoccaException.class - [JAR]

├─ de.ovgu.dke.mocca.api.MoccaRuntime.class - [JAR]

de.ovgu.dke.mocca.glue

├─ de.ovgu.dke.mocca.glue.CommandPacketHandler.class - [JAR]

├─ de.ovgu.dke.mocca.glue.CommandPacketHandlerFactory.class - [JAR]

├─ de.ovgu.dke.mocca.glue.CommandSerializer.class - [JAR]

├─ de.ovgu.dke.mocca.glue.GlueContextImpl.class - [JAR]

├─ de.ovgu.dke.mocca.glue.GlueMoccaRuntimeImpl.class - [JAR]

├─ de.ovgu.dke.mocca.glue.TextCommandSerializer.class - [JAR]

de.ovgu.dke.mocca.util

├─ de.ovgu.dke.mocca.util.CommandHandlerSupport.class - [JAR]

├─ de.ovgu.dke.mocca.util.ContextConnectionSupport.class - [JAR]

├─ de.ovgu.dke.mocca.util.ContextDirectory.class - [JAR]

├─ de.ovgu.dke.mocca.util.ContextUtils.class - [JAR]

├─ de.ovgu.dke.mocca.util.MoccaHelper.class - [JAR]

├─ de.ovgu.dke.mocca.util.UpdatableProperty.class - [JAR]

├─ de.ovgu.dke.mocca.util.UpdatableState.class - [JAR]

de.ovgu.dke.mocca.api.context

├─ de.ovgu.dke.mocca.api.context.Context.class - [JAR]

├─ de.ovgu.dke.mocca.api.context.ContextConnectionListener.class - [JAR]

├─ de.ovgu.dke.mocca.api.context.State.class - [JAR]

Advertisement