public class RecoveryEnablement extends Object implements RecoveryActivator
Orb-specific details of recovery are handled by this class.
The class also includes the static startRCservice method (package access), used by the RecoveryManager, which is orb-specific
Constructor and Description |
---|
RecoveryEnablement()
Constructor does the work as a result of being registered as an ORBPreInit
class
|
Modifier and Type | Method and Description |
---|---|
static String |
getRecoveryManagerTag()
Return the RecoveryManager tag.
|
static boolean |
isNormalProcess()
Deprecated.
Only used by tests
|
static void |
isNotANormalProcess()
Deprecated.
Only used by tests
|
boolean |
startRCservice()
Used by the RecoveryManager to start the recoverycoordinator
service, using whatever orb-specific techniques are appropriate.
|
public RecoveryEnablement()
public static void isNotANormalProcess()
public static boolean isNormalProcess()
public boolean startRCservice()
startRCservice
in interface RecoveryActivator
public static String getRecoveryManagerTag()
Copyright © 2021 JBoss by Red Hat. All rights reserved.