com.arjuna.ats.arjuna
Class StateManagerAttribute

java.lang.Object
  extended bycom.arjuna.ats.arjuna.StateManagerAttribute

public class StateManagerAttribute
extends java.lang.Object

Instances of this class may be passed to a StateManager object at construction time and used to configure it.

Since:
JTS 1.0.
Version:
$Id: StateManagerAttribute.java 2342 2006-03-30 13:06:17Z rbegg $
Author:
Mark Little (mark@arjuna.com)

Field Summary
 int objectModel
           
 java.lang.String objectStoreRoot
           
 ClassName objectStoreType
           
 
Constructor Summary
StateManagerAttribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectModel

public int objectModel

objectStoreType

public ClassName objectStoreType

objectStoreRoot

public java.lang.String objectStoreRoot
Constructor Detail

StateManagerAttribute

public StateManagerAttribute()