ozone core API

org.ozoneDB.core.DbRemote
Class DbProxyDeath

java.lang.Object
  |
  +--org.ozoneDB.DxLib.DxObject
        |
        +--org.ozoneDB.core.DbRemote.DbCommand
              |
              +--org.ozoneDB.core.DbRemote.DbProxyDeath
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.io.Serializable

public class DbProxyDeath
extends DbCommand

Version:
$Revision: 1.3 $Date: 2002/06/25 11:34:38 $
Author:
SMB
, Medium.net
See Also:
Serialized Form

Field Summary
protected  ObjectID id
           
 
Fields inherited from class org.ozoneDB.core.DbRemote.DbCommand
env, proxyObjectGate, result
 
Fields inherited from class org.ozoneDB.DxLib.DxObject
 
Constructor Summary
DbProxyDeath()
           
DbProxyDeath(org.ozoneDB.OzoneProxy obj)
           
 
Method Summary
 void perform(Transaction ta)
          Perform whatever has to be done for this command.
 boolean shouldResultBeSentToClient()
          Returns wether a result should be sent to the client.
 
Methods inherited from class org.ozoneDB.core.DbRemote.DbCommand
getProxyObjectGate, setProxyObjectGate, 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

id

protected ObjectID id
Constructor Detail

DbProxyDeath

public DbProxyDeath()

DbProxyDeath

public DbProxyDeath(org.ozoneDB.OzoneProxy obj)
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
java.lang.Exception

shouldResultBeSentToClient

public boolean shouldResultBeSentToClient()
Returns wether a result should be sent to the client.

Overrides:
shouldResultBeSentToClient in class DbCommand

ozone core API

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