com.jrockit.mc.rjmx
Interface IConnectionHandleFilter


public interface IConnectionHandleFilter

Interface to filter IConnectionHandles.

Author:
Marcus Hirt

Method Summary
 boolean accept(IConnectionHandle handle)
          Returns true if the handle is accepted by the filter, false otherwise.
 

Method Detail

accept

boolean accept(IConnectionHandle handle)
Returns true if the handle is accepted by the filter, false otherwise.

Parameters:
handle - the connection handle to check.
Returns:
true if the handle is accepted by the filter, false otherwise.


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.