|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.DxLib.DxObject
org.ozoneDB.core.DbRemote.DbCommand
org.ozoneDB.core.DbRemote.DbProxyDeath
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 |
protected ObjectID id
Constructor Detail |
public DbProxyDeath()
public DbProxyDeath(org.ozoneDB.OzoneProxy obj)
Method Detail |
public void perform(Transaction ta) throws java.lang.Exception
DbCommand
perform
in class DbCommand
java.lang.Exception
public boolean shouldResultBeSentToClient()
shouldResultBeSentToClient
in class DbCommand
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |