|
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 | +--org.ozoneDB.core.DbRemote.DbNameObj
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 |
private org.ozoneDB.OzoneProxy obj
private java.lang.String name
Constructor Detail |
public DbNameObj()
public DbNameObj(org.ozoneDB.OzoneProxy _obj, java.lang.String _name)
Method Detail |
public void perform(Transaction ta) throws java.lang.Exception
DbCommand
perform
in class DbCommand
java.lang.Exception
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |