Class Hk2BridgeImpl.NoLocalNoRemoteFilter
- java.lang.Object
-
- org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl.NoLocalNoRemoteFilter
-
- All Implemented Interfaces:
Filter
- Enclosing class:
- Hk2BridgeImpl
private static class Hk2BridgeImpl.NoLocalNoRemoteFilter extends java.lang.Object implements Filter
-
-
Field Summary
Fields Modifier and Type Field Description private long
remoteLocatorId
-
Constructor Summary
Constructors Modifier Constructor Description private
NoLocalNoRemoteFilter(long remoteId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(Descriptor d)
Returns true if this filter matches the given object
-
-
-
Method Detail
-
matches
public boolean matches(Descriptor d)
Description copied from interface:Filter
Returns true if this filter matches the given object
-
-