org.openejb.alt.assembler.classic
Class EjbType

java.lang.Object
  extended by org.openejb.alt.assembler.classic.EjbType

public class EjbType
extends java.lang.Object

Version:
$Revision: 2075 $ $Date: 2005-08-11 22:56:37 -0700 (Thu, 11 Aug 2005) $

Field Summary
static EjbType BMP_ENTITY
           
static EjbType CMP_ENTITY
           
static EjbType STATEFUL
           
static EjbType STATELESS
           
 
Method Summary
 byte getType()
           
 java.lang.String getTypeName()
           
 boolean isEntity()
           
 boolean isSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATEFUL

public static final EjbType STATEFUL

STATELESS

public static final EjbType STATELESS

CMP_ENTITY

public static final EjbType CMP_ENTITY

BMP_ENTITY

public static final EjbType BMP_ENTITY
Method Detail

isSession

public boolean isSession()

isEntity

public boolean isEntity()

getType

public byte getType()

getTypeName

public java.lang.String getTypeName()


Copyright © 1999-2011 OpenEJB. All Rights Reserved.