ozone core API

test.simple
Interface Garage

All Superinterfaces:
org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote
All Known Implementing Classes:
GarageImpl

public interface Garage
extends org.ozoneDB.OzoneRemote


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)
           
 Auto[] getAll()
           
 void print()
           
 void printAll()
           
 void setAlter(DxInteger alter)
           
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Method Detail

print

public void print()

printAll

public void printAll()
              throws java.lang.Exception
Throws:
java.lang.Exception

getAll

public Auto[] getAll()
              throws java.lang.Exception
Throws:
java.lang.Exception

_setAll

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

_addAuto

public void _addAuto(Auto auto)
              throws java.lang.Exception
Throws:
java.lang.Exception

_newAuto

public void _newAuto(java.lang.String name)
              throws java.lang.Exception
Throws:
java.lang.Exception

_populate

public void _populate(java.lang.Integer num)
               throws java.lang.Exception
Throws:
java.lang.Exception

autoForName

public Auto autoForName(java.lang.String search)

setAlter

public void setAlter(DxInteger alter)
              throws java.lang.Exception
Throws:
java.lang.Exception

crunch

public void crunch(DxInteger num)
            throws java.lang.Exception
Throws:
java.lang.Exception

_lockThis

public void _lockThis()
               throws java.lang.Exception
Throws:
java.lang.Exception

_langeTA

public void _langeTA(Garage garage)
              throws java.lang.Exception
Throws:
java.lang.Exception

ozone core API

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