org.apache.openejb.assembler.classic
Class StatefulBeanInfo
java.lang.Object
org.apache.openejb.assembler.classic.InfoObject
org.apache.openejb.assembler.classic.EnterpriseBeanInfo
org.apache.openejb.assembler.classic.StatefulBeanInfo
- All Implemented Interfaces:
- Serializable
public class StatefulBeanInfo
- extends EnterpriseBeanInfo
- See Also:
- Serialized Form
| Fields inherited from class org.apache.openejb.assembler.classic.EnterpriseBeanInfo |
aroundInvoke, aroundTimeout, asynchronous, asynchronousClasses, businessLocal, businessRemote, codebase, concurrencyType, containerId, dependsOn, description, displayName, ejbClass, ejbDeploymentId, ejbName, ENTITY, home, jndiEnc, jndiNames, jndiNamess, largeIcon, loadOnStartup, local, localbean, localHome, MANAGED, MESSAGE, methodScheduleInfos, parents, postConstruct, preDestroy, properties, proxy, remote, restService, runAs, runAsUser, securityRoleReferences, serviceEndpoint, SINGLETON, smallIcon, STATEFUL, statefulTimeout, STATELESS, timeoutMethod, transactionType, type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postActivate
public final List<CallbackInfo> postActivate
prePassivate
public final List<CallbackInfo> prePassivate
initMethods
public final List<InitMethodInfo> initMethods
removeMethods
public final List<RemoveMethodInfo> removeMethods
afterBegin
public final List<CallbackInfo> afterBegin
beforeCompletion
public final List<CallbackInfo> beforeCompletion
afterCompletion
public final List<CallbackInfo> afterCompletion
StatefulBeanInfo
public StatefulBeanInfo()
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.