Class | Description |
---|---|
ClientForwardInterceptor |
This interceptor redirects requests towards the RecoveryCoordinator returned on register_resource
to another target, a Recovery Coordinator located in the Recovery Manager, by throwing a ForwardRequest
exception.
|
ClientInitializer |
This class registers the ClientForwardInterceptor
with the ORB.
|
JacOrbRCDefaultServant | |
JacOrbRCManager |
Implementation of RecoveryCreator for JacOrb
Handles the creation of RecoveryCoordinator objects for
JacOrb .
|
JacOrbRCServiceInit |
Initialises JacORB RecoveryCoordinator creation subsystem
and provides the JacORB-specific implementations of stuff
All orbs are likely to be the same, constructing a GenericRecoveryCreator,
but with an orb-specific manager
|
JacOrbRCShutdown | |
JacOrbRecoveryInit |
Initialises JacORB RecoveryCoordinator IOR creation mechanism
An instance of this class is constructed by RecoveryEnablement and
registered as an OAAttribute whose initialise method is called after
root POA is set up
All orbs are likely to be the same, constructing a GenericRecoveryCreator,
but with an orb-specific manager
|
ORBRunner | |
RecoverIOR | |
ServerInitializer |
This class registers the ServerForwardInterceptor
with the ORB.
|
ServerRecoveryInterceptor |
This interceptor looks for the content of the Service Context field and extract the data that
contains information identifying the transaction and the process Id.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.