46474849505152535455
* This constructor will only be called, when the object is constructed * from a stream. */ public OzoneProxy() { //we assume that we are inside the kernel Env env = Env.currentEnv(); if (env != null) { link = env.database; } }