|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.security.net.ConnectionFilterImpl
Default connection filter implementation. This accepts all incoming connections, and also provides static factory methods that allow the server to obtain the current connection filter.
| Constructor Summary | |
ConnectionFilterImpl()
Public no-arg constructor. |
|
| Method Summary | |
void |
accept(ConnectionEvent evt)
Only connect. |
static boolean |
filterEnabled()
Indicate whether the connection filter is enabled in this server. |
static ConnectionFilter |
getFilter()
Return the current server-wide connection filter in use, if any. |
static void |
setFilter(ConnectionFilter filter)
Set the connection filter to the given instance. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ConnectionFilterImpl()
| Method Detail |
public void accept(ConnectionEvent evt)
throws FilterException
public static final ConnectionFilter getFilter()
public static final void setFilter(ConnectionFilter filter)
public static final boolean filterEnabled()
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||