|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.resource.pool.FacadeFilters
public final class FacadeFilters
This class consists exclusively of static methods that return facade filters.
FacadeFilter| Method Summary | ||
|---|---|---|
static
|
any()
Returns a filter accepting any facade. |
|
static
|
none()
Returns a filter accepting no facade. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> FacadeFilter<T> any()
T - the type of the facade
public static <T> FacadeFilter<T> none()
T - the type of the facade
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||