index
int64
repo_id
string
file_path
string
content
string
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/encoding
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/encoding/impl/JsonEncoder.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.encoding.impl; import at.ac.ait.lablink.core.connection.encoding.EncoderBase; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at....
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/encoding
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/encoding/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * This package implements the encoding of the Lablink * communication. */ package at.ac.ait.lablink.core.connection.encoding.impl;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/ex/LlCoreDecoderRuntimeException.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.ex; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; /** * A IDecoder related exception. */ public class LlCoreDecoderRuntimeException exte...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/ex/LlCoreEncoderRuntimeException.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.ex; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; /** * An encoder related exception. */ public class LlCoreEncoderRuntimeException exte...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/ex/LowLevelCommRuntimeException.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.ex; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; /** * Any exception that occurs while using the Lablink LowLevelCommunication interface...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/ex/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * This package extends the Lablink exception package and contains all exception classes used by * the Lablink connection core library. * * <p>Lablink core defines a small number of excep...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/impl/LlConnectionController.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.impl; import at.ac.ait.lablink.core.connection.ClientIdentifier; import at.ac.ait.lablink.core.connection.IConnectionHandler; import at.ac.ait.lablink...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/impl/LlConnectionFactory.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.impl; import at.ac.ait.lablink.core.connection.ILlConnection; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; import org.apache.commons.conf...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Connection module implementation of controller and factory. */ package at.ac.ait.lablink.core.connection.impl;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging/IMessageCallback.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.messaging; import at.ac.ait.lablink.core.connection.dispatching.ICallbackBase; import at.ac.ait.lablink.core.connection.encoding.encodables.IPayload; ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging/IMessagePublishHandler.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.messaging; import at.ac.ait.lablink.core.connection.encoding.encodables.IPayload; import at.ac.ait.lablink.core.connection.topic.MsgSubject; import at...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging/IMessageReceiveHandler.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.messaging; import at.ac.ait.lablink.core.connection.topic.MsgSubscription; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; /** * Interface ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging/MsgHeader.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.messaging; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.ac.ait.lablink.core.connection.encoding.IEncodableFactory; import a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Module for messaging. * * <p>This package contains the specification of the Lablink * messaging system. The transfer of the information is based * on a publish and subscribe pattern....
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging/impl/MessageCallbackExecutor.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.messaging.impl; import at.ac.ait.lablink.core.connection.dispatching.CallbackExecutor; import at.ac.ait.lablink.core.connection.encoding.IEncodable; i...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging/impl/MessageCallbackExecutorFactory.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.messaging.impl; import at.ac.ait.lablink.core.connection.dispatching.CallbackExecutor; import at.ac.ait.lablink.core.connection.dispatching.ICallbackE...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging/impl/MessagePublishHandlerImpl.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.messaging.impl; import at.ac.ait.lablink.core.connection.ClientIdentifier; import at.ac.ait.lablink.core.connection.encoding.encodables.IPayload; impo...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging/impl/MessageReceiveHandlerImpl.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.messaging.impl; import at.ac.ait.lablink.core.connection.ClientIdentifier; import at.ac.ait.lablink.core.connection.dispatching.CallbackExecutorManage...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/messaging/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * This package contains the implementation of the Lablink * messaging system. The transfer of the information is based * on a publish and subscribe pattern. */ package at.ac.ait.lablin...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt/IMqttConnectionListener.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.mqtt; /** * Listener interface for events from the low-level communication client. * * <p>This interface describes methods, which are called from t...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt/IMqttPublisher.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.mqtt; import at.ac.ait.lablink.core.connection.ex.LowLevelCommRuntimeException; /** * Publisher interface to the MQTT low-level client. * * <p>The...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt/IMqttReceiverCallback.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.mqtt; /** * LowLevel MQTT interface for received messages. * * <p>An implementation of this interface is used by the MQTT client to forward a recei...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt/IMqttSubscriber.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.mqtt; import at.ac.ait.lablink.core.connection.ex.LowLevelCommRuntimeException; import java.util.List; /** * Subscriber interface to the MQTT low-l...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * LowLevel communication interface of the Lablink connection core. * * <p>This package contains the implementation of the MQTT low-level communication. * The package provides different i...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt/impl/MqttClientSync.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.mqtt.impl; import at.ac.ait.lablink.core.connection.IConnectionHandler; import at.ac.ait.lablink.core.connection.ex.LowLevelCommRuntimeException; impo...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt/impl/MqttUtils.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.mqtt.impl; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/mqtt/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * MQTT communication for the Lablink connection. * * <p>MQTT client implementations. Usually a synchronous Mqtt client is used. */ package at.ac.ait.lablink.core.connection.mqtt.impl;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/publishing/PublishingManager.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.publishing; import at.ac.ait.lablink.core.connection.encoding.EncoderBase; import at.ac.ait.lablink.core.connection.encoding.encodables.Packet; import...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/publishing/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Publishing related components. * * <p>This module contains a manager for publishing messages. This module will be used by the * messaging and RPC modules as a common publishing unit. ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/IRpcRequester.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc; import at.ac.ait.lablink.core.connection.encoding.encodables.IPayload; import at.ac.ait.lablink.core.connection.topic.RpcDestination; import at.a...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/RpcHeader.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.ac.ait.lablin...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Module for remote procedure calls. * * <p>This package contains the specification for sending * requests and waiting for replies using the Lablink system. */ package at.ac.ait.lablin...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/impl/RpcRequesterFactory.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.impl; import at.ac.ait.lablink.core.connection.ClientIdentifier; import at.ac.ait.lablink.core.connection.dispatching.ICallbackBase; import at.ac....
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/impl/RpcRequesterImpl.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.impl; import at.ac.ait.lablink.core.connection.ClientIdentifier; import at.ac.ait.lablink.core.connection.dispatching.ICallbackBase; import at.ac....
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * This package contains the implementation for sending * requests and waiting for replies using the Lablink system. */ package at.ac.ait.lablink.core.connection.rpc.impl;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply/IRpcReplyCallback.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.reply; import at.ac.ait.lablink.core.connection.dispatching.ICallbackBase; import at.ac.ait.lablink.core.connection.encoding.encodables.IPayload; ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply/IRpcReplyHandler.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.reply; import at.ac.ait.lablink.core.connection.rpc.IRpcRequester; import at.ac.ait.lablink.core.connection.topic.RpcSubject; import at.ac.ait.lab...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Component specification for handling RPC reply messages. */ package at.ac.ait.lablink.core.connection.rpc.reply;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply/impl/RpcReplyCallbackExecutor.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.reply.impl; import at.ac.ait.lablink.core.connection.dispatching.CallbackExecutor; import at.ac.ait.lablink.core.connection.encoding.IEncodable; i...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply/impl/RpcReplyCallbackExecutorFactory.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.reply.impl; import at.ac.ait.lablink.core.connection.dispatching.CallbackExecutor; import at.ac.ait.lablink.core.connection.dispatching.ICallbackE...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply/impl/RpcReplyDispatcher.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.reply.impl; import at.ac.ait.lablink.core.connection.dispatching.IDispatcherInterface; import at.ac.ait.lablink.core.connection.dispatching.impl.D...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply/impl/RpcReplyHandlerImpl.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.reply.impl; import at.ac.ait.lablink.core.connection.ClientIdentifier; import at.ac.ait.lablink.core.connection.dispatching.CallbackExecutorManage...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/reply/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Component implementation for handling RPC reply messages. */ package at.ac.ait.lablink.core.connection.rpc.reply.impl;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request/IRpcRequestCallback.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.request; import at.ac.ait.lablink.core.connection.dispatching.ICallbackBase; import at.ac.ait.lablink.core.connection.encoding.encodables.IPayload...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request/IRpcRequestHandler.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.request; import at.ac.ait.lablink.core.connection.topic.RpcSubject; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; /** * Interface for...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Component specifications for handling incoming requests. */ package at.ac.ait.lablink.core.connection.rpc.request;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request/impl/RpcReplyPublisher.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.request.impl; import at.ac.ait.lablink.core.connection.ClientIdentifier; import at.ac.ait.lablink.core.connection.encoding.encodables.IPayload; im...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request/impl/RpcRequestCallbackExecutor.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.request.impl; import at.ac.ait.lablink.core.connection.dispatching.CallbackExecutor; import at.ac.ait.lablink.core.connection.encoding.IEncodable;...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request/impl/RpcRequestCallbackExecutorFactory.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.request.impl; import at.ac.ait.lablink.core.connection.dispatching.CallbackExecutor; import at.ac.ait.lablink.core.connection.dispatching.ICallbac...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request/impl/RpcRequestDispatcher.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.request.impl; import at.ac.ait.lablink.core.connection.dispatching.IDispatcherInterface; import at.ac.ait.lablink.core.connection.dispatching.impl...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request/impl/RpcRequestHandlerImpl.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.rpc.request.impl; import at.ac.ait.lablink.core.connection.ClientIdentifier; import at.ac.ait.lablink.core.connection.dispatching.CallbackExecutorMana...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/rpc/request/impl/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Component implementation for handling incoming requests. */ package at.ac.ait.lablink.core.connection.rpc.request.impl;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/topic/MsgSubject.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.topic; import at.ac.ait.lablink.core.connection.mqtt.impl.MqttUtils; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; import java.util.ArrayL...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/topic/MsgSubscription.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.topic; import at.ac.ait.lablink.core.connection.mqtt.impl.MqttUtils; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; import java.util.ArrayL...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/topic/RpcDestination.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.topic; import at.ac.ait.lablink.core.connection.mqtt.impl.MqttUtils; import at.ac.ait.lablink.core.connection.rpc.request.impl.RpcRequestDispatcher; i...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/topic/RpcSubject.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.topic; import at.ac.ait.lablink.core.connection.mqtt.impl.MqttUtils; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; import java.util.ArrayL...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/topic/Topic.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.connection.topic; import at.ac.ait.lablink.core.ex.LlCoreRuntimeException; import java.util.ArrayList; import java.util.Collections; import java.util.List; /**...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/connection/topic/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Helper classes and data beans for MQTT topics and subscription handling. */ package at.ac.ait.lablink.core.connection.topic;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Encoding module. */ package at.ac.ait.lablink.core.encoding;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding/protobuf/LlJoinLeaveMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.encoding.protobuf; import com.google.protobuf.InvalidProtocolBufferException; import java.io.IOException; /** * Class LlJoinLeaveMessage. * * <p>This file h...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding/protobuf/LlSyncDeMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.encoding.protobuf; import com.google.protobuf.InvalidProtocolBufferException; import java.io.IOException; /** * Class LlSyncDeMessage. * * <p>This file has ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding/protobuf/LlSyncInviteMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.encoding.protobuf; import com.google.protobuf.InvalidProtocolBufferException; import java.io.IOException; /** * Class LlSyncInviteMessage. * * <p>This file ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding/protobuf/LlSyncMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.encoding.protobuf; import com.google.protobuf.InvalidProtocolBufferException; import java.io.IOException; /** * Class LlSyncMessage. * * <p>This file has be...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding/protobuf/LlUpdateMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.encoding.protobuf; import com.google.protobuf.InvalidProtocolBufferException; import java.io.IOException; /** * Class LlUpdateMessage. * * <p>This file has ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/encoding/protobuf/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Encoding module implementation based on protobuf. */ package at.ac.ait.lablink.core.encoding.protobuf;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/ex/LlCoreRuntimeException.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.ex; /** * A LablinkCore related runtime exception. */ public class LlCoreRuntimeException extends RuntimeException { /** * Constructs a new {@code LlCore...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/ex/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * This package contains exception classes related to general * errors encountered when using the Lablink core library. */ package at.ac.ait.lablink.core.ex;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/is/LlClientIShell.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.is; import asg.cliche.Command; import asg.cliche.Param; import at.ac.ait.lablink.core.client.ELlClientProperties; import at.ac.ait.lablink.core.client.ex.Invali...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/is/ShellUtility.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.is; import at.ac.ait.lablink.core.meta.Version; import at.ac.ait.lablink.core.utility.Utility; public class ShellUtility { public static String SHELL_PROMT =...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/is/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Lablink interactive shell. */ package at.ac.ait.lablink.core.is;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/meta/Version.java
package at.ac.ait.lablink.core.meta; public final class Version { private static final String VERSION = "0.0.4"; private static final String GROUPID = "at.ac.ait.lablink"; private static final String ARTIFACTID = "core"; private static final String REVISION = "${buildNumber}"; public static String getVersi...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/payloads/ErrorMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.ac.ait.lablink.core...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/payloads/LogMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.ac.ait.lablink.core...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/payloads/StatusMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.ac.ait.lablink.core...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/payloads/StringMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.payloads; import at.ac.ait.lablink.core.connection.encoding.IDecoder; import at.ac.ait.lablink.core.connection.encoding.IEncodable; import at.ac.ait.lablink.core...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/payloads/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Common payloads implementations that are transmitted within the Lablink system. * * <p>These payloads are implemented within the core and therefore the will be known by all clients * u...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/rd/IResourceDiscoveryNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.rd; /** * Interface for Lablink resource discovery notifiers. */ public interface IResourceDiscoveryNotifier { /** * Notifier to be executed whenever a r...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/rd/RdUtility.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.rd; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import java.net.InterfaceAddress; import java.net.NetworkInterface; impo...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/rd/ResourceDiscovererPeriodic.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.rd; import at.ac.ait.lablink.core.Configuration; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import java.io.IOException...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/rd/ResourceDiscovererWithVerb.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.rd; import at.ac.ait.lablink.core.Configuration; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import java.io.IOException...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/rd/ResourceDiscoveryClientMeta.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.rd; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import org.apache.commons.lang.ArrayUtils; /** * Meta information for resource discovery. */ @...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/rd/ResourceDiscoveryPeriodicServer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.rd; import at.ac.ait.lablink.core.Configuration; import at.ac.ait.lablink.core.utility.Utility; import com.fasterxml.jackson.core.JsonGenerationException; impor...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/rd/ResourceDiscoveryVerbServer.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.rd; import at.ac.ait.lablink.core.Configuration; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import java.io.IOException...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/rd/ResourceMessage.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.rd; import at.ac.ait.lablink.core.Configuration; import java.net.DatagramPacket; import java.net.InetAddress; import java.sql.Timestamp; /** * Message for Lab...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/rd/package-info.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // /** * Resource discovery package. */ package at.ac.ait.lablink.core.rd;
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/ELlServiceDataTypes.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; /** * Enum for Lablink service data types. */ public enum ELlServiceDataTypes { /** The service datatype double. */ SERVICE_DATATYPE_DOUBLE("Doub...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/ELlServiceProperties.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; /** * Enum for Lablink service properties. */ public enum ELlServiceProperties { /** The prop mqtt dp name. */ PROP_MQTT_DP_NAME("DataPointName")...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/IImplementedService.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public interface IImplementedService<T> { public String getName(); public T getValue(); public boolean setValue(T newval); public Class<T> ge...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/IServiceStateChangeNotifier.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public interface IServiceStateChangeNotifier<S, T> { public void stateChanged(S service, T oldVal, T newVal); }
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlService.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; /** * Abstract class extending the Lablink service base class. * * @para...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServiceBase.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; import org.apache.commons.lang.RandomStringUtils; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import java.util....
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServiceBoolean.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public abstract class LlServiceBoolean extends LlService<Boolean> { public LlServiceBoolean() { super(); setCurState(false); } public Ll...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServiceComplex.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; import at.ac.ait.lablink.core.service.types.Complex; public abstract class LlServiceComplex extends LlService<Complex> { public LlServiceComplex(Str...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServiceDouble.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public abstract class LlServiceDouble extends LlService<Double> { public LlServiceDouble(String name) { super(name); setCurState(0.0); } ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServiceLong.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public abstract class LlServiceLong extends LlService<Long> { public LlServiceLong() { super(); setCurState(0L); } public LlServiceLong(...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServiceObject.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public abstract class LlServiceObject extends LlService<Object> { public LlServiceObject() { super(); } public LlServiceObject(String name) ...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServicePseudo.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; /** * Abstract base class for Lablink pseudo services. * * @param <T> th...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServicePseudoBoolean.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public class LlServicePseudoBoolean extends LlServicePseudo<Boolean> { public LlServicePseudoBoolean() { super(); this.set(false); } pub...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServicePseudoComplex.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; import at.ac.ait.lablink.core.service.types.Complex; public class LlServicePseudoComplex extends LlServicePseudo<Complex> { public LlServicePseudoCo...
0
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core
java-sources/at/ac/ait/lablink/core/0.0.4/at/ac/ait/lablink/core/service/LlServicePseudoDouble.java
// // Copyright (c) AIT Austrian Institute of Technology GmbH. // Distributed under the terms of the Modified BSD License. // package at.ac.ait.lablink.core.service; public class LlServicePseudoDouble extends LlServicePseudo<Double> { public LlServicePseudoDouble() { super(); this.set(0.0); } public L...