com.oracle.coherence.patterns.command
Interface PriorityCommand<C extends Context>

Type Parameters:
C -
All Superinterfaces:
Command<C>
All Known Implementing Classes:
PriorityCommandAdapter

public interface PriorityCommand<C extends Context>
extends Command<C>

A PriorityCommand is a specialized Command that will be executed prior to regular Commands.

The PriorityCommand is a marker interface.

Copyright (c) 2008. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

Author:
Brian Oliver

Method Summary
 
Methods inherited from interface com.oracle.coherence.patterns.command.Command
execute
 



Copyright © 2016. All rights reserved.