站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Entrancy (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.ejb.plugins.lock
Class Entrancy

java.lang.Object
  extended byorg.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 $
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()


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