Uses of Enum Class
com.google.appengine.tools.development.InstanceStateHolder.InstanceState
Packages that use InstanceStateHolder.InstanceState
-
Uses of InstanceStateHolder.InstanceState in com.google.appengine.tools.development
Methods in com.google.appengine.tools.development that return InstanceStateHolder.InstanceStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static InstanceStateHolder.InstanceState[]InstanceStateHolder.InstanceState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.appengine.tools.development with parameters of type InstanceStateHolder.InstanceStateModifier and TypeMethodDescriptionbooleanInstanceStateHolder.test(InstanceStateHolder.InstanceState... acceptableStates) Returns true if current state is one of the provided acceptable states.voidInstanceStateHolder.testAndSet(InstanceStateHolder.InstanceState newState, InstanceStateHolder.InstanceState... acceptablePreviousStates) Updates the current instance state and verifies that the previous state is what is expected.