Skip navigation links


com.bea.portlet.prefs
Class PreferenceAppStoreProperties

java.lang.Object
  extended by com.bea.portlet.prefs.PreferenceAppStoreProperties


public class PreferenceAppStoreProperties
extends Object

This class details constants used as keys in the properties maps passed to IPreferenceAppStore methods.


Field Summary
static String XA_TRANSACTION
          This property is set to true if the method is being called as part of an XA transaction.

 

Constructor Summary
PreferenceAppStoreProperties()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

XA_TRANSACTION

public static final String XA_TRANSACTION
This property is set to true if the method is being called as part of an XA transaction. In this case, implementations should use XA resources (in particular, XA database connections) to make sure they become part of the calling transaction successfully.
See Also
Constants Summary

Constructor Detail

PreferenceAppStoreProperties

public PreferenceAppStoreProperties()

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.