Package 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:
  • Field Details

  • Method Details

    • 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