| java.lang.Object org.ozoneDB.tools.OPP.IfHelper
IfHelper | class IfHelper (Code) | | Helper class that allows to parse the Java source code of interface files
to find out extra class information.
author: SMB version: $Revision: 1.2 $Date: 2002/04/17 09:29:39 $ |
Method Summary | |
public void | searchUpdateMethods(DxHashMap updateMethodsIf) Recursivly search all remote interfaces (implement OzoneRemote) for
update methods. | protected void | searchUpdateMethods2(Class dbInterface, DxHashMap updateMethodsIf) Search all methods that are marked in the source code of the remote
Java interface. |
quiet | protected boolean quiet(Code) | | |
updateMethodsIf | protected DxHashMap updateMethodsIf(Code) | | Names of update methods as Strings.
|
searchUpdateMethods | public void searchUpdateMethods(DxHashMap updateMethodsIf) throws Exception(Code) | | Recursivly search all remote interfaces (implement OzoneRemote) for
update methods.
|
searchUpdateMethods2 | protected void searchUpdateMethods2(Class dbInterface, DxHashMap updateMethodsIf) throws Exception(Code) | | Search all methods that are marked in the source code of the remote
Java interface.
|
|
|