com.mobixess.jodb.core.transaction
Class TransactionDescriptor

java.lang.Object
  extended by com.mobixess.jodb.core.transaction.TransactionDescriptor

public class TransactionDescriptor
extends java.lang.Object

Author:
Mobixess

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

TransactionDescriptor

public TransactionDescriptor()

TransactionDescriptor

public TransactionDescriptor(TransactionDescriptor.TRANSACTION_TYPE type,
                             int depth)
Method Detail

setType

public void setType(TransactionDescriptor.TRANSACTION_TYPE type)
Parameters:
_category - the _type to set

getType

public TransactionDescriptor.TRANSACTION_TYPE getType()
Returns:
the _type

setDepth

public void setDepth(int depth)
Parameters:
_depth - the _depth to set

getDepth

public int getDepth()
Returns:
the _depth


Copyright © Mobixess Inc. All Rights Reserved.