org.ozoneDB.core
Class ResultConverter
java.lang.Object
org.ozoneDB.core.ResultConverter
- public final class ResultConverter
- extends java.lang.Object
The base class for the classes that convert the parameter and results
of methods invocations that go through Database or ExternalDatabase.
- Version:
- $Revision: 1.5 $Date: 2002/09/18 06:54:15 $
- Author:
- SMB, Medium.net
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultConverter
public ResultConverter()
updateProxyLinks
public static void updateProxyLinks(java.lang.Object obj,
org.ozoneDB.OzoneInterface db)
throws java.lang.Exception
- Throws:
java.lang.Exception
substituteOzoneCompatibles
public static java.lang.Object substituteOzoneCompatibles(java.lang.Object obj)
- Substitute OzoneCompatible by a corresponding proxy. Do this recursive
for all members.
substituteOzoneCompatibles
public static java.lang.Object substituteOzoneCompatibles(java.lang.Object obj,
ProxyObjectGate proxyObjectGate)
- 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-Objects
found herein or null, if no database client's ProxyObjectGate objectsReferencesByClient should be updated.
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.