Uses of Class
com.opencloud.rhino.management.service.InitialPersistence
-
Packages that use InitialPersistence Package Description com.opencloud.rhino.management.service -
-
Uses of InitialPersistence in com.opencloud.rhino.management.service
Methods in com.opencloud.rhino.management.service that return InitialPersistence Modifier and Type Method Description static InitialPersistence
InitialPersistence. fromString(String name)
Get anInitialPersistence
enum from its string representation.InitialPersistence
ServiceManagementMBean. getInitialPersistence(ServiceID id)
Get the initial persistence status for a Service.static InitialPersistence
InitialPersistence. valueOf(String name)
Returns the enum constant of this type with the specified name.static InitialPersistence[]
InitialPersistence. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.rhino.management.service with parameters of type InitialPersistence Modifier and Type Method Description void
ServiceManagementMBean. setInitialPersistence(ServiceID id, InitialPersistence initialPersistence)
Set the initial persistence status for a Service.
-