|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISearch
Allows search specifying a concrete condition.
It uses EJB exceptions to facilitate a remote implementation.
| Method Summary | |
|---|---|
void |
search(java.lang.String condition,
java.lang.Object key)
Execute search. |
| Method Detail |
|---|
void search(java.lang.String condition,
java.lang.Object key)
throws FinderException,
java.rmi.RemoteException
If there are no object then generate a empty result, but does not
throw a exception.
condition - Condition to use in search.key - Key to send to search
FinderException - Any logic problem on search
java.rmi.RemoteException - Any system problem on search
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||