org.openejb
Class TransactionDemarcation

java.lang.Object
  extended byorg.openejb.TransactionDemarcation

public final class TransactionDemarcation
extends Object

Version:
$Revision: 444624 $ $Date: 2004-03-01 08:17:26 +0100 (Mon, 01 Mar 2004) $

Field Summary
static TransactionDemarcation BEAN
           
static TransactionDemarcation CONTAINER
           
 
Method Summary
 boolean isBean()
           
 boolean isContainer()
           
 String toString()
           
static TransactionDemarcation valueOf(String demarcation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTAINER

public static final TransactionDemarcation CONTAINER

BEAN

public static final TransactionDemarcation BEAN
Method Detail

isContainer

public boolean isContainer()

isBean

public boolean isBean()

toString

public String toString()

valueOf

public static TransactionDemarcation valueOf(String demarcation)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.