Uses of Enum
org.apache.dubbo.common.deploy.DeployState
Packages that use DeployState
-
Uses of DeployState in org.apache.dubbo.common.deploy
Methods in org.apache.dubbo.common.deploy that return DeployStateModifier and TypeMethodDescriptionAbstractDeployer.getState()Deployer.getState()static DeployStateReturns the enum constant of this type with the specified name.static DeployState[]DeployState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.dubbo.common.deploy with parameters of type DeployStateModifier and TypeMethodDescriptionvoidApplicationDeployer.checkState(ModuleModel moduleModel, DeployState moduleState) check all module state and update application statevoidApplicationDeployer.notifyModuleChanged(ModuleModel moduleModel, DeployState state) module state changed callbacks