Uses of Class
org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
-
Packages that use GracefulShutdownStatesEnum Package Description org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown -
-
Uses of GracefulShutdownStatesEnum in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown that return GracefulShutdownStatesEnum Modifier and Type Method Description GracefulShutdownStatesEnumGracefulShutdownStatesEnum. getStartState()static GracefulShutdownStatesEnumGracefulShutdownStatesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GracefulShutdownStatesEnum[]GracefulShutdownStatesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-