|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mobixess.jodb.core.transaction.TransactionDescriptor
public class TransactionDescriptor
| Nested Class Summary | |
|---|---|
static class |
TransactionDescriptor.TRANSACTION_TYPE
|
| Constructor Summary | |
|---|---|
TransactionDescriptor()
|
|
TransactionDescriptor(TransactionDescriptor.TRANSACTION_TYPE type,
int depth)
|
|
| Method Summary | |
|---|---|
int |
getDepth()
|
TransactionDescriptor.TRANSACTION_TYPE |
getType()
|
void |
setDepth(int depth)
|
void |
setType(TransactionDescriptor.TRANSACTION_TYPE type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionDescriptor()
public TransactionDescriptor(TransactionDescriptor.TRANSACTION_TYPE type,
int depth)
| Method Detail |
|---|
public void setType(TransactionDescriptor.TRANSACTION_TYPE type)
_category - the _type to setpublic TransactionDescriptor.TRANSACTION_TYPE getType()
public void setDepth(int depth)
_depth - the _depth to setpublic int getDepth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||