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, ManagedBeanInfo, MessageDrivenBeanInfo, SingletonBeanInfo, 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
SINGLETON
public static final int SINGLETON
- See Also:
- Constant Field Values
MANAGED
public static final int MANAGED
- See Also:
- Constant Field Values
type
public int type
properties
public final Properties properties
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
proxy
public String proxy
businessLocal
public final List<String> businessLocal
businessRemote
public final List<String> businessRemote
parents
public final List<String> parents
localbean
public boolean localbean
ejbClass
public String ejbClass
ejbName
public String ejbName
transactionType
public String transactionType
concurrencyType
public String concurrencyType
jndiEnc
public final 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
aroundTimeout
public final List<CallbackInfo> aroundTimeout
asynchronous
public final List<NamedMethodInfo> asynchronous
asynchronousClasses
public Set<String> asynchronousClasses
containerId
public String containerId
serviceEndpoint
public String serviceEndpoint
jndiNamess
public List<JndiNameInfo> jndiNamess
jndiNames
public List<String> jndiNames
loadOnStartup
public boolean loadOnStartup
dependsOn
public final List<String> dependsOn
statefulTimeout
public TimeoutInfo statefulTimeout
methodScheduleInfos
public List<MethodScheduleInfo> methodScheduleInfos
restService
public boolean restService
EnterpriseBeanInfo
public EnterpriseBeanInfo()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.