ozone core API

test.simple
Class BusImpl

java.lang.Object
  extended byorg.ozoneDB.OzoneObject
      extended bytest.simple.AutoImpl
          extended bytest.simple.BusImpl
All Implemented Interfaces:
Auto, Bus, java.io.Externalizable, org.ozoneDB.OzoneCompatible, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote, java.io.Serializable

public class BusImpl
extends AutoImpl
implements Bus, java.io.Externalizable

See Also:
Serialized Form

Field Summary
(package private)  int capacity
           
(package private) static long serialVersionUID
          The serialization version id used by the Java serialization.
 
Fields inherited from class test.simple.AutoImpl
age, link, name, v
 
Fields inherited from class org.ozoneDB.OzoneObject
 
Constructor Summary
BusImpl()
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class test.simple.AutoImpl
age, done, doSomthing, equals, link, name, nameName, onCreate, onDelete, print, setAge, setAge, setLink, setName
 
Methods inherited from class org.ozoneDB.OzoneObject
container, database, deleteRecursive, getHandle, getObjectID, handle, hashCode, onActivate, onPassivate, requireWriteLocking, self, setContainer, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface test.simple.Auto
age, doSomthing, link, name, nameName, print, setAge, setAge, setLink, setName
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Field Detail

serialVersionUID

static final long serialVersionUID
The serialization version id used by the Java serialization. See also the Java documentation.

See Also:
Constant Field Values

capacity

int capacity
Constructor Detail

BusImpl

public BusImpl()
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface Auto
Overrides:
toString in class AutoImpl

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.lang.ClassNotFoundException,
                         java.io.IOException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.lang.ClassNotFoundException
java.io.IOException

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.