Uses of Class
org.apache.camel.api.management.mbean.ComponentVerifierExtension.Result.Status
-
Packages that use ComponentVerifierExtension.Result.Status Package Description org.apache.camel.api.management.mbean Camel management MBeans API -
-
Uses of ComponentVerifierExtension.Result.Status in org.apache.camel.api.management.mbean
Methods in org.apache.camel.api.management.mbean that return ComponentVerifierExtension.Result.Status Modifier and Type Method Description ComponentVerifierExtension.Result.StatusComponentVerifierExtension.Result. getStatus()Result of the validation as status.static ComponentVerifierExtension.Result.StatusComponentVerifierExtension.Result.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentVerifierExtension.Result.Status[]ComponentVerifierExtension.Result.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-