ozone core API

test.simple
Class GarageImpl

java.lang.Object
  extended byorg.ozoneDB.OzoneObject
      extended bytest.simple.GarageImpl
All Implemented Interfaces:
Garage, org.ozoneDB.OzoneCompatible, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote, java.io.Serializable

public class GarageImpl
extends org.ozoneDB.OzoneObject
implements Garage

See Also:
Serialized Form

Field Summary
(package private)  DxBag list
           
(package private)  java.lang.String name
           
(package private)  DxHashMap table
           
 
Fields inherited from class org.ozoneDB.OzoneObject
 
Constructor Summary
GarageImpl()
           
 
Method Summary
 void _addAuto(Auto auto)
           
 void _langeTA(Garage garage)
           
 void _lockThis()
           
 void _newAuto(java.lang.String name)
           
 void _populate(java.lang.Integer num)
           
 int[] _setAll(Auto a0, int[] a1, java.lang.Integer[] a2)
           
 Auto autoForName(java.lang.String search)
           
 void crunch(DxInteger num)
           
 void done()
          destructor fuer db-objekte
protected  void finalize()
           
 Auto[] getAll()
           
 void print()
           
 void printAll()
           
 void setAll(java.lang.Integer age)
           
 void setAlter(DxInteger alter)
           
 java.lang.String toString()
           
 
Methods inherited from class org.ozoneDB.OzoneObject
container, database, deleteRecursive, equals, getHandle, getObjectID, handle, hashCode, onActivate, onCreate, onDelete, onPassivate, requireWriteLocking, self, setContainer, toXML
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Field Detail

name

java.lang.String name

table

DxHashMap table

list

DxBag list
Constructor Detail

GarageImpl

public GarageImpl()
Method Detail

print

public void print()
Specified by:
print in interface Garage

printAll

public void printAll()
              throws java.lang.Exception
Specified by:
printAll in interface Garage
Throws:
java.lang.Exception

getAll

public Auto[] getAll()
              throws java.lang.Exception
Specified by:
getAll in interface Garage
Throws:
java.lang.Exception

_setAll

public int[] _setAll(Auto a0,
                     int[] a1,
                     java.lang.Integer[] a2)
              throws java.lang.Exception
Specified by:
_setAll in interface Garage
Throws:
java.lang.Exception

setAll

public void setAll(java.lang.Integer age)
            throws java.lang.Exception
Throws:
java.lang.Exception

_addAuto

public void _addAuto(Auto auto)
              throws java.lang.Exception
Specified by:
_addAuto in interface Garage
Throws:
java.lang.Exception

_newAuto

public void _newAuto(java.lang.String name)
              throws java.lang.Exception
Specified by:
_newAuto in interface Garage
Throws:
java.lang.Exception

_populate

public void _populate(java.lang.Integer num)
               throws java.lang.Exception
Specified by:
_populate in interface Garage
Throws:
java.lang.Exception

autoForName

public Auto autoForName(java.lang.String search)
Specified by:
autoForName in interface Garage

setAlter

public void setAlter(DxInteger alter)
              throws java.lang.Exception
Specified by:
setAlter in interface Garage
Throws:
java.lang.Exception

crunch

public void crunch(DxInteger num)
            throws java.lang.Exception
Specified by:
crunch in interface Garage
Throws:
java.lang.Exception

_lockThis

public void _lockThis()
               throws java.lang.Exception
Specified by:
_lockThis in interface Garage
Throws:
java.lang.Exception

_langeTA

public void _langeTA(Garage garage)
              throws java.lang.Exception
Specified by:
_langeTA in interface Garage
Throws:
java.lang.Exception

done

public void done()
          throws java.lang.Exception
destructor fuer db-objekte

Throws:
java.lang.Exception

toString

public java.lang.String toString()

finalize

protected void finalize()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable

ozone core API

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