
com.arjuna.ArjunaOTS.TransactionInfo Maven / Gradle / Ivy
package com.arjuna.ArjunaOTS;
/**
* Generated from IDL struct "TransactionInfo".
*
* @author JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
* @version generated at Sep 25, 2012 5:03:58 PM
*/
public final class TransactionInfo
implements org.omg.CORBA.portable.IDLEntity
{
public TransactionInfo(){}
public int currentDepth;
public int timeout;
public int numberOfThreads;
public TransactionInfo(int currentDepth, int timeout, int numberOfThreads)
{
this.currentDepth = currentDepth;
this.timeout = timeout;
this.numberOfThreads = numberOfThreads;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy