com.servingxml.components.recordio
Class Restriction.AlwaysAccept

java.lang.Object
  extended by com.servingxml.components.recordio.Restriction.AlwaysAccept
All Implemented Interfaces:
Restriction
Enclosing interface:
Restriction

public static final class Restriction.AlwaysAccept
extends java.lang.Object
implements Restriction


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.servingxml.components.recordio.Restriction
Restriction.AlwaysAccept
 
Field Summary
 
Fields inherited from interface com.servingxml.components.recordio.Restriction
ALWAYS_ACCEPT, EMPTY_ARRAY
 
Constructor Summary
Restriction.AlwaysAccept()
           
 
Method Summary
 boolean accept(ServiceContext context, Flow flow, Value value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Restriction.AlwaysAccept

public Restriction.AlwaysAccept()
Method Detail

accept

public boolean accept(ServiceContext context,
                      Flow flow,
                      Value value)
Specified by:
accept in interface Restriction