Uses of Class
org.jboss.as.pojo.BeanState
-
Packages that use BeanState Package Description org.jboss.as.pojo org.jboss.as.pojo.descriptor org.jboss.as.pojo.service -
-
Uses of BeanState in org.jboss.as.pojo
Methods in org.jboss.as.pojo that return BeanState Modifier and Type Method Description BeanStateBeanState. next()Get the next state.static BeanStateBeanState. valueOf(String name)Returns the enum constant of this type with the specified name.static BeanState[]BeanState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.pojo with parameters of type BeanState Modifier and Type Method Description booleanBeanState. isAfter(BeanState state)Is this instance after state @param.booleanBeanState. isBefore(BeanState state)Is this instance before state @param. -
Uses of BeanState in org.jboss.as.pojo.descriptor
Methods in org.jboss.as.pojo.descriptor that return BeanState Modifier and Type Method Description BeanStateCallbackConfig. getState()BeanStateConfigVisitor. getState()Get current state.BeanStateDefaultConfigVisitor. getState()BeanStateCallbackConfig. getWhenRequired()BeanStateInstallConfig. getWhenRequired()Methods in org.jboss.as.pojo.descriptor with parameters of type BeanState Modifier and Type Method Description voidConfigVisitor. addDependency(String bean, BeanState state)Add bean dependency.voidConfigVisitor. addDependency(String bean, BeanState state, org.jboss.msc.inject.Injector injector)Add bean dependency.voidDefaultConfigVisitor. addDependency(String bean, BeanState state)voidDefaultConfigVisitor. addDependency(String bean, BeanState state, org.jboss.msc.inject.Injector injector)voidDependsConfig. setDependencyState(BeanState dependencyState)voidInstallConfig. setDependencyState(BeanState dependencyState)voidCallbackConfig. setState(BeanState state)voidFactoryConfig. setState(BeanState state)voidInjectedValueConfig. setState(BeanState state)voidCallbackConfig. setWhenRequired(BeanState whenRequired)voidDependsConfig. setWhenRequired(BeanState whenRequired)voidInstallConfig. setWhenRequired(BeanState whenRequired)static org.jboss.msc.service.ServiceNameBeanMetaDataConfig. toBeanName(String name, BeanState state)Get MC bean name.static org.jboss.msc.service.ServiceNameBeanMetaDataConfig. toInstancesName(Class<?> clazz, BeanState state)To instances name.Constructors in org.jboss.as.pojo.descriptor with parameters of type BeanState Constructor Description DefaultConfigVisitor(org.jboss.msc.service.ServiceBuilder builder, BeanState state, org.jboss.modules.Module module, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index)DefaultConfigVisitor(org.jboss.msc.service.ServiceBuilder builder, BeanState state, org.jboss.modules.Module module, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, BeanInfo beanInfo) -
Uses of BeanState in org.jboss.as.pojo.service
Methods in org.jboss.as.pojo.service that return BeanState Modifier and Type Method Description protected abstract BeanStateAbstractPojoPhase. getLifecycleState()protected BeanStateConfiguredPojoPhase. getLifecycleState()protected BeanStateCreateDestroyPojoPhase. getLifecycleState()protected BeanStateDescribedPojoPhase. getLifecycleState()protected BeanStateInstalledPojoPhase. getLifecycleState()protected BeanStateInstantiatedPojoPhase. getLifecycleState()protected BeanStateStartStopPojoPhase. getLifecycleState()BeanStateCallback. getState()Methods in org.jboss.as.pojo.service with parameters of type BeanState Modifier and Type Method Description protected voidAbstractPojoPhase. registerAliases(org.jboss.msc.service.ServiceBuilder serviceBuilder, BeanState next)
-