org.apache.openejb.assembler.classic
Class EnterpriseBeanInfo
java.lang.Object
org.apache.openejb.assembler.classic.InfoObject
org.apache.openejb.assembler.classic.EnterpriseBeanInfo
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EntityBeanInfo, MessageDrivenBeanInfo, StatefulBeanInfo, StatelessBeanInfo
public abstract class EnterpriseBeanInfo
- extends InfoObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENTITY
public static final int ENTITY
- See Also:
- Constant Field Values
STATEFUL
public static final int STATEFUL
- See Also:
- Constant Field Values
STATELESS
public static final int STATELESS
- See Also:
- Constant Field Values
MESSAGE
public static final int MESSAGE
- See Also:
- Constant Field Values
type
public int type
codebase
public String codebase
description
public String description
displayName
public String displayName
smallIcon
public String smallIcon
largeIcon
public String largeIcon
ejbDeploymentId
public String ejbDeploymentId
home
public String home
remote
public String remote
localHome
public String localHome
local
public String local
businessLocal
public final List<String> businessLocal
businessRemote
public final List<String> businessRemote
ejbClass
public String ejbClass
ejbName
public String ejbName
transactionType
public String transactionType
jndiEnc
public JndiEncInfo jndiEnc
timeoutMethod
public NamedMethodInfo timeoutMethod
runAs
public String runAs
securityRoleReferences
public final List<SecurityRoleReferenceInfo> securityRoleReferences
aroundInvoke
public final List<CallbackInfo> aroundInvoke
postConstruct
public final List<CallbackInfo> postConstruct
preDestroy
public final List<CallbackInfo> preDestroy
containerId
public String containerId
serviceEndpoint
public String serviceEndpoint
jndiNamess
public List<JndiNameInfo> jndiNamess
jndiNames
public List<String> jndiNames
EnterpriseBeanInfo
public EnterpriseBeanInfo()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.