| java.lang.Object org.ozoneDB.core.ResultConverter
ResultConverter | final public class ResultConverter extends Object (Code) | | The base class for the classes that convert the parameter and results
of methods invocations that go through Database or ExternalDatabase.
author: SMB author: Medium.net version: $Revision: 1.2 $Date: 2002/06/08 00:49:38 $ |
substituteOzoneCompatibles | public static Object substituteOzoneCompatibles(Object obj) throws Exception(Code) | | Substitute OzoneCompatible by a corresponding proxy. Do this recursive
for all members.
|
substituteOzoneCompatibles | public static Object substituteOzoneCompatibles(Object obj, ProxyObjectGate proxyObjectGate) throws Exception(Code) | | Substitute OzoneCompatible by a corresponding proxy. Do this recursive
for all members.
Parameters: proxyObjectGate - the client ProxyObjectGate whose objectsReferencesByClient should be filled with all OzoneProxy-Objectsfound herein or null, if no database client's ProxyObjectGate objectsReferencesByClient should be updated. |
|
|