wt.fc
Class PersistenceServerHelper

java.lang.Object
  extended by 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
           
 
Field Summary
static PersistenceManagerSvr manager
          

Supported API: true
 
Method Summary
static Manifest getGlobalTransactionManifest(Object a_key)
          Returns a Manifest from the current global Transaction associated with the specified key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

public static final PersistenceManagerSvr manager


Supported API: true

Method Detail

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