Uses of Class
org.apache.synapse.startup.tasks.State
-
Packages that use State Package Description org.apache.synapse.startup.tasks -
-
Uses of State in org.apache.synapse.startup.tasks
Methods in org.apache.synapse.startup.tasks that return State Modifier and Type Method Description State
RegistryResourceFetcher. getState()
static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.synapse.startup.tasks with parameters of type State Modifier and Type Method Description void
RegistryResourceFetcher. setState(State state)
-