org.ozoneDB.blob
Class BLOBContainerImpl_Proxy

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

public final class BLOBContainerImpl_Proxy
extends org.ozoneDB.OzoneProxy
implements BLOBContainer

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
BLOBContainerImpl_Proxy()
           
BLOBContainerImpl_Proxy(org.ozoneDB.core.ObjectID oid, org.ozoneDB.OzoneInterface link)
           
 
Method Summary
 int available(int arg0)
           
static BLOBContainer createObject(org.ozoneDB.OzoneInterface link)
           
 org.ozoneDB.core.ObjectID getObjectID()
           
 void init(int arg0)
           
 byte[] read(int arg0, int arg1)
           
 void write(int arg0, byte[] arg1, int arg2, int arg3)
           
 
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

BLOBContainerImpl_Proxy

public BLOBContainerImpl_Proxy()

BLOBContainerImpl_Proxy

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

createObject

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

init

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

write

public void write(int arg0,
                  byte[] arg1,
                  int arg2,
                  int arg3)
           throws java.lang.Exception
Specified by:
write in interface BLOBContainer
Throws:
java.lang.Exception

available

public int available(int arg0)
              throws java.lang.Exception
Specified by:
available in interface BLOBContainer
Throws:
java.lang.Exception

read

public byte[] read(int arg0,
                   int arg1)
            throws java.lang.Exception
Specified by:
read in interface BLOBContainer
Throws:
java.lang.Exception

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.