public class StatefulBeanInfo extends EnterpriseBeanInfo
| Modifier and Type | Field and Description |
|---|---|
List<CallbackInfo> |
afterBegin |
List<CallbackInfo> |
afterCompletion |
List<CallbackInfo> |
beforeCompletion |
List<InitMethodInfo> |
initMethods |
List<CallbackInfo> |
postActivate |
List<CallbackInfo> |
prePassivate |
List<RemoveMethodInfo> |
removeMethods |
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| Constructor and Description |
|---|
StatefulBeanInfo() |
public final List<CallbackInfo> postActivate
public final List<CallbackInfo> prePassivate
public final List<InitMethodInfo> initMethods
public final List<RemoveMethodInfo> removeMethods
public final List<CallbackInfo> afterBegin
public final List<CallbackInfo> beforeCompletion
public final List<CallbackInfo> afterCompletion
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.