org.openejb
Interface EJBComponentType


public interface EJBComponentType


Field Summary
static int BMP_ENTITY
           
static int CMP_ENTITY
           
static int MESSAGE_DRIVEN
           
static int STATEFUL
           
static int STATELESS
           
 

Field Detail

STATEFUL

public static final int STATEFUL
See Also:
Constant Field Values

STATELESS

public static final int STATELESS
See Also:
Constant Field Values

BMP_ENTITY

public static final int BMP_ENTITY
See Also:
Constant Field Values

CMP_ENTITY

public static final int CMP_ENTITY
See Also:
Constant Field Values

MESSAGE_DRIVEN

public static final int MESSAGE_DRIVEN
See Also:
Constant Field Values


Copyright © 1999-2005 OpenEJB. All Rights Reserved.