Uses of Enum
org.jboss.as.pojo.BeanState
Packages that use BeanState
-
Uses of BeanState in org.jboss.as.pojo
Methods in org.jboss.as.pojo that return BeanStateModifier and TypeMethodDescriptionBeanState.next()Get the next state.static BeanStateReturns 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 -
Uses of BeanState in org.jboss.as.pojo.descriptor
Methods in org.jboss.as.pojo.descriptor that return BeanStateModifier and TypeMethodDescriptionCallbackConfig.getState()ConfigVisitor.getState()Get current state.DefaultConfigVisitor.getState()CallbackConfig.getWhenRequired()InstallConfig.getWhenRequired()Methods in org.jboss.as.pojo.descriptor with parameters of type BeanStateModifier and TypeMethodDescriptionvoidConfigVisitor.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) voidvoidvoidvoidCallbackConfig.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 BeanStateModifierConstructorDescriptionDefaultConfigVisitor(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 BeanStateModifier and TypeMethodDescriptionprotected abstract BeanStateAbstractPojoPhase.getLifecycleState()protected BeanStateConfiguredPojoPhase.getLifecycleState()protected BeanStateCreateDestroyPojoPhase.getLifecycleState()protected BeanStateDescribedPojoPhase.getLifecycleState()protected BeanStateInstalledPojoPhase.getLifecycleState()protected BeanStateInstantiatedPojoPhase.getLifecycleState()protected BeanStateStartStopPojoPhase.getLifecycleState()Callback.getState()Methods in org.jboss.as.pojo.service with parameters of type BeanStateModifier and TypeMethodDescriptionprotected voidAbstractPojoPhase.registerAliases(org.jboss.msc.service.ServiceBuilder serviceBuilder, BeanState next)