org.jboss.portal.core.impl.portlet.info
Class TransactionInfoImpl

java.lang.Object
  extended by org.jboss.portal.core.impl.portlet.info.TransactionInfoImpl
All Implemented Interfaces:
TransactionInfo

public class TransactionInfoImpl
extends java.lang.Object
implements TransactionInfo

Version:
$Revision$
Author:
Thomas Heute

Constructor Summary
TransactionInfoImpl(org.jboss.portal.common.transaction.Transactions.Type type)
           
 
Method Summary
 org.jboss.portal.common.transaction.Transactions.Type getTransactionType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionInfoImpl

public TransactionInfoImpl(org.jboss.portal.common.transaction.Transactions.Type type)
Method Detail

getTransactionType

public org.jboss.portal.common.transaction.Transactions.Type getTransactionType()
Specified by:
getTransactionType in interface TransactionInfo