public class StatefulBeanInfo extends EnterpriseBeanInfo
Modifier and Type | Field and Description |
---|---|
java.util.List<CallbackInfo> |
afterBegin |
java.util.List<CallbackInfo> |
afterCompletion |
java.util.List<CallbackInfo> |
beforeCompletion |
java.util.List<InitMethodInfo> |
initMethods |
java.util.List<CallbackInfo> |
postActivate |
java.util.List<CallbackInfo> |
prePassivate |
java.util.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, passivable, postConstruct, preDestroy, properties, proxy, remote, restService, runAs, runAsUser, securityRoleReferences, serviceEndpoint, SINGLETON, smallIcon, STATEFUL, statefulTimeout, STATELESS, timeoutMethod, transactionType, type
Constructor and Description |
---|
StatefulBeanInfo() |
public final java.util.List<CallbackInfo> postActivate
public final java.util.List<CallbackInfo> prePassivate
public final java.util.List<InitMethodInfo> initMethods
public final java.util.List<RemoveMethodInfo> removeMethods
public final java.util.List<CallbackInfo> afterBegin
public final java.util.List<CallbackInfo> beforeCompletion
public final java.util.List<CallbackInfo> afterCompletion