|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mina.integration.ognl.IoSessionFinder
public class IoSessionFinder
Finds IoSessions that match a boolean OGNL expression.
| Constructor Summary | |
|---|---|
IoSessionFinder(java.lang.String query)
Creates a new instance with the specified OGNL expression that returns a boolean value (e.g. |
|
| Method Summary | |
|---|---|
java.util.Set<IoSession> |
find(java.lang.Iterable<IoSession> sessions)
Finds a Set of IoSessions that matches the query
from the specified sessions and returns the matches. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IoSessionFinder(java.lang.String query)
| Method Detail |
|---|
public java.util.Set<IoSession> find(java.lang.Iterable<IoSession> sessions)
throws ognl.OgnlException
Set of IoSessions that matches the query
from the specified sessions and returns the matches.
ognl.OgnlException - if failed to evaluate the OGNL expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||