org.jboss.osgi.framework.util
Class NoFilter

java.lang.Object
  extended by org.jboss.osgi.framework.util.NoFilter
All Implemented Interfaces:
Filter

public class NoFilter
extends Object
implements Filter

Dummy filter implementation

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Field Summary
static Filter INSTANCE
          Singleton instance
 
Method Summary
 boolean match(Dictionary dictionary)
           
 boolean match(ServiceReference reference)
           
 boolean matchCase(Dictionary dictionary)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.osgi.framework.Filter
equals, hashCode
 

Field Detail

INSTANCE

public static final Filter INSTANCE
Singleton instance

Method Detail

match

public boolean match(Dictionary dictionary)
Specified by:
match in interface Filter

match

public boolean match(ServiceReference reference)
Specified by:
match in interface Filter

matchCase

public boolean matchCase(Dictionary dictionary)
Specified by:
matchCase in interface Filter

toString

public String toString()
Specified by:
toString in interface Filter
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.