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.
|
JavaIdlRCDefaultServant | |
JavaIdlRCManager |
Implementation of RecoveryCreator for ibmorb orb
Handles the creation of RecoveryCoordinator objects for
ibmorb orb.
|
JavaIdlRCServiceInit |
Initialises ibmorb ORB RecoveryCoordinator creation subsystem
and provides the ibmorb specific implementations of stuff
All orbs are likely to be the same, constructing a GenericRecoveryCreator,
but with an orb-specific manager
|
JavaIdlRCShutdown | |
JavaIdlRecoveryInit |
Initialises Java IDL orb 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 |
Construct a recovery IOR for use with the default ORB bundled with the default JDK
|
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.