Package | Description |
---|---|
com.opencloud.rhino.management.service |
Modifier and Type | Method and Description |
---|---|
static InitialPersistence |
InitialPersistence.fromString(String name)
Get an
InitialPersistence 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceManagementMBean.setInitialPersistence(ServiceID id,
InitialPersistence initialPersistence)
Set the initial persistence status for a service.
|