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()


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.