org.granite.messaging.service.tide
Class TideComponentAnnotatedWithMatcher

java.lang.Object
  extended by org.granite.messaging.service.tide.TideComponentAnnotatedWithMatcher
All Implemented Interfaces:
TideComponentMatcher

public class TideComponentAnnotatedWithMatcher
extends Object
implements TideComponentMatcher

Author:
Franck WOLFF

Constructor Summary
TideComponentAnnotatedWithMatcher(String type, boolean disabled)
           
 
Method Summary
 boolean matches(String name, Set<Class<?>> classes, Object instance, boolean disabled)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TideComponentAnnotatedWithMatcher

public TideComponentAnnotatedWithMatcher(String type,
                                         boolean disabled)
Method Detail

matches

public boolean matches(String name,
                       Set<Class<?>> classes,
                       Object instance,
                       boolean disabled)
Specified by:
matches in interface TideComponentMatcher

toString

public String toString()
Overrides:
toString in class Object