|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ozoneDB.DxLib.DxObject | +--org.ozoneDB.core.DbRemote.DbCommand
This is the base class for command that can be send to an ozone server.
Field Summary | |
Env |
env
Environment of this object. |
protected ProxyObjectGate |
proxyObjectGate
The database client proxy object gate which proxy objects leaving the database must be signed on. |
java.lang.Object |
result
Result of the command. |
Fields inherited from class org.ozoneDB.DxLib.DxObject |
|
Constructor Summary | |
DbCommand()
|
Method Summary | |
protected ProxyObjectGate |
getProxyObjectGate()
Returns database client proxy object gate which proxy objects leaving the database must be signed on. |
abstract void |
perform(Transaction ta)
Perform whatever has to be done for this command. |
void |
setProxyObjectGate(ProxyObjectGate proxyObjectGate)
|
boolean |
shouldResultBeSentToClient()
Returns wether a result should be sent to the client. |
java.lang.String |
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 |
public transient Env env
public transient java.lang.Object result
protected transient ProxyObjectGate proxyObjectGate
perform(org.ozoneDB.core.Transaction)
.
Constructor Detail |
public DbCommand()
Method Detail |
public abstract void perform(Transaction ta) throws java.lang.Exception
java.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object
public void setProxyObjectGate(ProxyObjectGate proxyObjectGate)
protected ProxyObjectGate getProxyObjectGate()
perform(org.ozoneDB.core.Transaction)
.
public boolean shouldResultBeSentToClient()
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |