org.ozoneDB.blob
Class BLOBPageImpl_Proxy

java.lang.Object
  extended byorg.ozoneDB.OzoneProxy
      extended byorg.ozoneDB.blob.BLOBPageImpl_Proxy
All Implemented Interfaces:
BLOBPage, java.io.Externalizable, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote, java.io.Serializable

public final class BLOBPageImpl_Proxy
extends org.ozoneDB.OzoneProxy
implements BLOBPage

This class was automatically generated by ozone's OPP. Do not instantiate or use this class directly.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ozoneDB.OzoneProxy
link, linkTable, remoteID
 
Constructor Summary
BLOBPageImpl_Proxy()
           
BLOBPageImpl_Proxy(org.ozoneDB.core.ObjectID oid, org.ozoneDB.OzoneInterface link)
           
 
Method Summary
static BLOBPage createObject(org.ozoneDB.OzoneInterface link)
           
 org.ozoneDB.core.ObjectID getObjectID()
           
 void init(int arg0)
           
 byte[] read(int arg0, int arg1)
           
 int size()
           
 void write(byte[] arg0, int arg1)
           
 
Methods inherited from class org.ozoneDB.OzoneProxy
createProxyLinkAttributes, equals, finalize, getHandle, handle, hashCode, invoke, invoke, invoke, invoke, isSame, readExternal, remoteID, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BLOBPageImpl_Proxy

public BLOBPageImpl_Proxy()

BLOBPageImpl_Proxy

public BLOBPageImpl_Proxy(org.ozoneDB.core.ObjectID oid,
                          org.ozoneDB.OzoneInterface link)
Method Detail

createObject

public static BLOBPage createObject(org.ozoneDB.OzoneInterface link)

size

public int size()
Specified by:
size in interface BLOBPage

init

public void init(int arg0)
Specified by:
init in interface BLOBPage

write

public void write(byte[] arg0,
                  int arg1)
Specified by:
write in interface BLOBPage

read

public byte[] read(int arg0,
                   int arg1)
Specified by:
read in interface BLOBPage

getObjectID

public org.ozoneDB.core.ObjectID getObjectID()
Specified by:
getObjectID in interface org.ozoneDB.OzoneCompatibleOrProxy


Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.