org.apache.openejb.assembler.classic
Class ManagedBeanInfo

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.ManagedBeanInfo
All Implemented Interfaces:
Serializable

public class ManagedBeanInfo
extends EnterpriseBeanInfo

See Also:
Serialized Form

Field Summary
 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
ManagedBeanInfo()
           
 
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

removeMethods

public final List<RemoveMethodInfo> removeMethods
Constructor Detail

ManagedBeanInfo

public ManagedBeanInfo()


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