WebLogic Server 7.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-2002 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)
           
(package private) SlowFilterEntry(boolean action, int protomask, java.lang.String pattern, int addr, int port)
           
 
Method Summary
protected  boolean match(java.net.InetAddress addr)
           
protected  boolean match(java.net.InetAddress addr, java.net.InetAddress lAddr, int lPort)
           
 
Methods inherited from class examples.security.net.FilterEntry
check, 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)

SlowFilterEntry

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

match

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

match

protected boolean match(java.net.InetAddress addr,
                        java.net.InetAddress lAddr,
                        int lPort)
Overrides:
match in class FilterEntry

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

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