org.apache.openejb.server.discovery
public static class: MulticastSearch.DefaultFilter [javadoc |
source]
java.lang.Object
org.apache.openejb.server.discovery.MulticastSearch$DefaultFilter
All Implemented Interfaces:
Filter
Method from org.apache.openejb.server.discovery.MulticastSearch$DefaultFilter Summary: |
---|
accept |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.openejb.server.discovery.MulticastSearch$DefaultFilter Detail: |
public boolean accept(URI service) {
return true;
}
|