org.ozoneDB.core.DbRemote
Class DbNextID
java.lang.Object
org.ozoneDB.DxLib.DxObject
org.ozoneDB.core.DbRemote.DbCommand
org.ozoneDB.core.DbRemote.DbNextID
- All Implemented Interfaces:
- java.lang.Cloneable, DxCompatible, java.io.Serializable
- public final class DbNextID
- extends DbCommand
- Version:
- $Revision: 1.3 $Date: 2002/09/18 06:54:16 $
- Author:
- SMB
- See Also:
- Serialized Form
Field Summary |
private long |
range
|
Fields inherited from class org.ozoneDB.DxLib.DxObject |
|
Constructor Summary |
DbNextID(long _range)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
range
private long range
DbNextID
public DbNextID(long _range)
perform
public void perform(Transaction ta)
throws java.lang.Exception
- Description copied from class:
DbCommand
- Perform whatever has to be done for this command. This method is called
within a transaction, within a thread. The result of the command goes in
the result member.
- Specified by:
perform
in class DbCommand
- Throws:
java.lang.Exception
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.