Package wt.fc
Class PersistenceServerHelper
java.lang.Object
wt.fc.PersistenceServerHelper
This class implements helper methods for server side PersistenceManagerSvr
operations.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ManifestReturns a Manifest from the current global Transaction associated with the specified key.
-
Field Details
-
manager
Supported API: true
-
-
Method Details
-
getGlobalTransactionManifest
Returns a Manifest from the current global Transaction associated with the specified key. If a Transaction or associated Manifest does not yet exist, then a new one will be created.
Supported API: true- Parameters:
a_key- The key to use to look up the Manifest.- Returns:
- Manifest
- Throws:
WTException
-