org.apache.openejb.config
Interface BeanTypes


public interface BeanTypes

Version:
$Rev: 883025 $ $Date: 2009-11-22 02:03:58 +0100 (So, 22. Nov 2009) $

Field Summary
static String BMP_ENTITY
           
static String CMP_ENTITY
           
static String MANAGED
           
static String MESSAGE
           
static String SINGLETON
           
static String STATEFUL
           
static String STATELESS
           
 

Field Detail

BMP_ENTITY

static final String BMP_ENTITY
See Also:
Constant Field Values

CMP_ENTITY

static final String CMP_ENTITY
See Also:
Constant Field Values

STATEFUL

static final String STATEFUL
See Also:
Constant Field Values

STATELESS

static final String STATELESS
See Also:
Constant Field Values

SINGLETON

static final String SINGLETON
See Also:
Constant Field Values

MANAGED

static final String MANAGED
See Also:
Constant Field Values

MESSAGE

static final String MESSAGE
See Also:
Constant Field Values


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.