Package com.orchestranetworks.service
Interface ReadOnlyProcedure
-
- All Superinterfaces:
Procedure
public interface ReadOnlyProcedure extends Procedure
Interface to be implemented for read-only transactions.A class implementing the
Procedure
interface can additionally implement theReadOnlyProcedure
interface, to manifest that this procedure will not modify any data in the EBX® repository. This allows other read-only transactions in the same dataspace to be run fully concurrently.If a class implementing this interface however modifies EBX® data in its
execute
method, anUnsupportedOperationException
will be thrown.