/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2016-2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setContext(final Executor<?, ?, ?, ?> incomingParent, final AxState incomingAxState,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void prepare() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public StateOutput execute(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void executePre(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void cleanUp() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxReferenceKey getKey() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Executor<?, ?, ?, ?> getParent() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxState getSubject() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final ApexInternalContext getContext() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final EnEvent getIncoming() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final StateOutput getOutgoing() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void setNext(final Executor<EnEvent, StateOutput, AxState, ApexInternalContext> incomingNextExecutor) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final Executor<EnEvent, StateOutput, AxState, ApexInternalContext> getNext() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setParameters(final ExecutorParameters parameters) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setContext(final Executor<?, ?, ?, ?> incomingParent,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void prepare() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public String execute(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void executePre(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void executePost(final boolean returnValue) throws StateMachineException, ContextException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void cleanUp() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxReferenceKey getKey() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Executor<?, ?, ?, ?> getParent() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxStateFinalizerLogic getSubject() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public ApexInternalContext getContext() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Map<String, Object> getIncoming() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public String getOutgoing() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setNext(
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Executor<Map<String, Object>, String, AxStateFinalizerLogic, ApexInternalContext> getNext() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setParameters(final ExecutorParameters parameters) {}
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2016-2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setContext(final Executor<?, ?, ?, ?> newParent, final AxPolicy newAxPolicy,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void prepare() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public EnEvent execute(final long executionId, final Properties executionProperties, final EnEvent incomingEvent)
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void executePre(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void executePost(final boolean returnValue) throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void cleanUp() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxArtifactKey getKey() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final Executor<?, ?, ?, ?> getParent() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final AxPolicy getSubject() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final ApexInternalContext getContext() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final EnEvent getIncoming() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final EnEvent getOutgoing() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void setNext(final Executor<EnEvent, EnEvent, AxPolicy, ApexInternalContext> newNextExecutor) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final Executor<EnEvent, EnEvent, AxPolicy, ApexInternalContext> getNext() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setParameters(final ExecutorParameters parameters) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setContext(final Executor<?, ?, ?, ?> newParent, final AxTask newAxTask,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void prepare() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Map<String, Object> execute(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void executePre(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void executePost(final boolean returnValue) throws StateMachineException, ContextException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void cleanUp() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxArtifactKey getKey() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Executor<?, ?, ?, ?> getParent() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxTask getSubject() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public ApexInternalContext getContext() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Map<String, Object> getIncoming() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Map<String, Object> getOutgoing() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setNext(final Executor<Map<String, Object>, Map<String, Object>, AxTask, ApexInternalContext> nextEx) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Executor<Map<String, Object>, Map<String, Object>, AxTask, ApexInternalContext> getNext() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setParameters(final ExecutorParameters parameters) {}
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setContext(final Executor<?, ?, ?, ?> newParent, final AxState newAxState,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void prepare() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxArtifactKey execute(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void executePre(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public final void executePost(final boolean returnValue) throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void cleanUp() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxReferenceKey getKey() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Executor<?, ?, ?, ?> getParent() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxState getSubject() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public ApexInternalContext getContext() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setNext(final Executor<EnEvent, AxArtifactKey, AxState, ApexInternalContext> newNextExecutor) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Executor<EnEvent, AxArtifactKey, AxState, ApexInternalContext> getNext() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public EnEvent getIncoming() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxArtifactKey getOutgoing() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setParameters(final ExecutorParameters parameters) {}
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void prepare() throws StateMachineException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public EnEvent execute(final long executionId, final Properties executionProperties, final EnEvent incomingEvent) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void cleanUp() throws StateMachineException {
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public String execute(final long executionId, final Properties executionProperties,
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public Map<String, Object> execute(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxTask getSubject() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void cleanUp() throws StateMachineException {
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public AxArtifactKey execute(final long executionId, final Properties executionProperties,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void cleanUp() throws StateMachineException {
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2016-2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void start() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public String getName() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public PeeredReference getPeeredReference(final EventHandlerPeeredMode peeredMode) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void onMessage(final Message jmsMessage) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void stop() {
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2016-2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public PeeredReference getPeeredReference(final EventHandlerPeeredMode peeredMode) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setPeeredReference(final EventHandlerPeeredMode peeredMode, final PeeredReference peeredReference) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void sendEvent(final long executionId, final Properties executorProperties, final String eventName,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void stop() {
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2016-2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
new EnumMap<>(EventHandlerPeeredMode.class);
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void init(final String name, final EventHandlerParameters producerParameters) throws ApexEventException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public String getName() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public PeeredReference getPeeredReference(final EventHandlerPeeredMode peeredMode) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setPeeredReference(final EventHandlerPeeredMode peeredMode, final PeeredReference peeredReference) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void sendEvent(final long executionId, final Properties executionProperties, final String eventName,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void stop() {
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2016-2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void receiveEvent(final Properties executionProperties, final Object event) throws ApexEventException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void receiveEvent(final long executionId, final Properties executionProperties, final Object event)
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2016-2018 Ericsson. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
public SuperDooperEventProducer() {}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void init(final String name, final EventHandlerParameters producerParameters) throws ApexEventException {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public String getName() {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public PeeredReference getPeeredReference(final EventHandlerPeeredMode peeredMode) {
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void setPeeredReference(final EventHandlerPeeredMode peeredMode, final PeeredReference peeredReference) {}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void sendEvent(final long executionId, final Properties executionProperties, final String eventName,
}
/**
- * {@inheritDoc}
+ * {@inheritDoc}.
*/
@Override
public void stop() {}