org.apache.openejb.assembler.classic
Class StatefulBeanInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.EnterpriseBeanInfo
          extended by org.apache.openejb.assembler.classic.StatefulBeanInfo
All Implemented Interfaces:
Serializable

public class StatefulBeanInfo
extends EnterpriseBeanInfo

See Also:
Serialized Form

Field Summary
 List<InitMethodInfo> initMethods
           
 boolean localbean
           
 List<CallbackInfo> postActivate
           
 List<CallbackInfo> prePassivate
           
 List<RemoveMethodInfo> removeMethods
           
 
Fields inherited from class org.apache.openejb.assembler.classic.EnterpriseBeanInfo
aroundInvoke, businessLocal, businessRemote, codebase, concurrencyType, containerId, dependsOn, description, displayName, ejbClass, ejbDeploymentId, ejbName, ENTITY, home, jndiEnc, jndiNames, jndiNamess, largeIcon, loadOnStartup, local, localHome, MANAGED, MESSAGE, postConstruct, preDestroy, properties, remote, runAs, securityRoleReferences, serviceEndpoint, SINGLETON, smallIcon, STATEFUL, STATELESS, timeoutMethod, transactionType, type
 
Constructor Summary
StatefulBeanInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

postActivate

public final List<CallbackInfo> postActivate

prePassivate

public final List<CallbackInfo> prePassivate

initMethods

public final List<InitMethodInfo> initMethods

removeMethods

public final List<RemoveMethodInfo> removeMethods

localbean

public boolean localbean
Constructor Detail

StatefulBeanInfo

public StatefulBeanInfo()


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