WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.security.net
Class SlowFilterEntry

java.lang.Object
  |
  +--examples.security.net.FilterEntry
        |
        +--examples.security.net.SlowFilterEntry

class SlowFilterEntry
extends FilterEntry

Slow filter rule.

Author:
Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.

Fields inherited from class examples.security.net.FilterEntry
ALLOW, DENY, IGNORE
 
Constructor Summary
(package private) SlowFilterEntry(boolean action, int protomask, java.lang.String pattern)
           
 
Method Summary
protected  boolean match(java.net.InetAddress addr)
           
 
Methods inherited from class examples.security.net.FilterEntry
check, match
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlowFilterEntry

SlowFilterEntry(boolean action,
                int protomask,
                java.lang.String pattern)
Method Detail

match

protected boolean match(java.net.InetAddress addr)
Overrides:
match in class FilterEntry

Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.