org.jboss.ejb.plugins.lock
Class Entrancy

java.lang.Object
  extended by org.jboss.ejb.plugins.lock.Entrancy
All Implemented Interfaces:
Serializable

public final class Entrancy
extends Object
implements Serializable

This type safe enumeration s used to mark an invocation as non-entrant.

Version:
$Revision: 1.2.6.2 $
Author:
Dain Sundstrom
See Also:
Serialized Form

Field Summary
static Entrancy ENTRANT
           
static Entrancy NON_ENTRANT
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ENTRANT

public static final Entrancy ENTRANT

NON_ENTRANT

public static final Entrancy NON_ENTRANT
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.