ozone core API

org.ozoneDB.core.DbRemote
Class DbNameObj

java.lang.Object
  extended byorg.ozoneDB.DxLib.DxObject
      extended byorg.ozoneDB.core.DbRemote.DbCommand
          extended byorg.ozoneDB.core.DbRemote.DbNameObj
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.io.Serializable

public class DbNameObj
extends DbCommand

Version:
$Revision: 1.3 $Date: 2002/09/18 06:54:16 $
Author:
SMB
See Also:
Serialized Form

Field Summary
private  java.lang.String name
           
private  org.ozoneDB.OzoneProxy obj
           
 
Fields inherited from class org.ozoneDB.core.DbRemote.DbCommand
env, proxyObjectGate, result
 
Fields inherited from class org.ozoneDB.DxLib.DxObject
 
Constructor Summary
DbNameObj()
           
DbNameObj(org.ozoneDB.OzoneProxy _obj, java.lang.String _name)
           
 
Method Summary
 void perform(Transaction ta)
          Perform whatever has to be done for this command.
 
Methods inherited from class org.ozoneDB.core.DbRemote.DbCommand
getProxyObjectGate, setProxyObjectGate, shouldResultBeSentToClient, toString
 
Methods inherited from class org.ozoneDB.DxLib.DxObject
clone, isLess
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals
 

Field Detail

obj

private org.ozoneDB.OzoneProxy obj

name

private java.lang.String name
Constructor Detail

DbNameObj

public DbNameObj()

DbNameObj

public DbNameObj(org.ozoneDB.OzoneProxy _obj,
                 java.lang.String _name)
Method Detail

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

ozone core API

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