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

gov.aps.jca.configuration.Reconfigurable Maven / Gradle / Ivy

Go to download

JCA is an EPICS Channel Access library for Java. For more information concerning EPICS or Channel Access please refer to the <a href="http://www.aps.anl.gov/epics">EPICS Web pages</a> or read the <a href="http://www.aps.anl.gov/epics/base/R3-14/8-docs/CAref.html">Channel Access manual (3.14)</a>. <p>This module also includes CAJ, A 100% pure Java implementation of the EPICS Channel Access library.</p>

There is a newer version: 2.4.2
Show newest version
/*
 * Copyright (C) The Apache Software Foundation. All rights reserved.
 *
 * This software is published under the terms of the Apache Software License
 * version 1.1, a copy of which has been included with this distribution in
 * the LICENSE.txt file.
 */
package gov.aps.jca.configuration;

/**
 * Extends Configurable to allow reconfiguration at runtime.
 *
 * @author Federico Barbieri
 * @author Pierpaolo Fumagalli
 * @author Stefano Mazzocchi
 * @author Peter Donald
 * @version 1.0
 */
public interface Reconfigurable
    extends Configurable
{
    /**
     * Describe reconfigure method here.
     *
     * @param configuration a Configuration value
     * @throws ConfigurationException if an error occurs
     */
    void reconfigure( Configuration configuration )
        throws ConfigurationException;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy