org.odata4j.producer.jpa
Class Chain

java.lang.Object
  extended by org.odata4j.producer.jpa.Chain
All Implemented Interfaces:
Command

public class Chain
extends Object
implements Command


Constructor Summary
Chain(List<Command> commands)
           
 
Method Summary
 boolean execute(JPAContext context)
          copied from http://commons.apache.org/chain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chain

public Chain(List<Command> commands)
Method Detail

execute

public boolean execute(JPAContext context)
copied from http://commons.apache.org/chain.

Specified by:
execute in interface Command


http://odata4j.org