wt.fc
Class PersistenceServerHelper
java.lang.Object
wt.fc.PersistenceServerHelper
public class PersistenceServerHelper
- extends Object
This class implements helper methods for server side PersistenceManagerSvr
operations.
Supported API: true
Extendable: false
- See Also:
PersistenceManagerSvr
|
Nested Class Summary |
static class |
wt.fc.PersistenceServerHelper.VerifyMatchValue
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
public static final PersistenceManagerSvr manager
Supported API: true
getGlobalTransactionManifest
public static Manifest getGlobalTransactionManifest(Object a_key)
throws WTException
- 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