com.plumtree.server
Class PT_SERVERCONTEXT_SETTINGS

java.lang.Object
  |
  +--com.plumtree.server.PT_SERVERCONTEXT_SETTINGS

public final class PT_SERVERCONTEXT_SETTINGS
extends java.lang.Object

These constants define the settings supported by IPTServerContext. GetSettings and IPTServerContext.SetSettings

See Also:
IPTServerContext

Field Summary
static int PT_SERVERCONTEXT_AUTOUNIQUENAMING
          When storing an object fails due to a duplicate name error, should the Server attempt to rename the object to a unique name? 1 for yes, 0 for no.
static int PT_SERVERCONTEXT_DIRTYACL
          Has the ACL of this object changed since it was last stored? 1 for yes, 0 for no.
static int PT_SERVERCONTEXT_UUID
          Deprecated.  
static int PT_SERVERCONTEXT_VERSION
          Deprecated.  
 
Constructor Summary
PT_SERVERCONTEXT_SETTINGS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_SERVERCONTEXT_AUTOUNIQUENAMING

public static final int PT_SERVERCONTEXT_AUTOUNIQUENAMING
When storing an object fails due to a duplicate name error, should the Server attempt to rename the object to a unique name? 1 for yes, 0 for no.

PT_SERVERCONTEXT_DIRTYACL

public static final int PT_SERVERCONTEXT_DIRTYACL
Has the ACL of this object changed since it was last stored? 1 for yes, 0 for no. This is a read-only setting.

PT_SERVERCONTEXT_UUID

public static final int PT_SERVERCONTEXT_UUID
Deprecated.  


PT_SERVERCONTEXT_VERSION

public static final int PT_SERVERCONTEXT_VERSION
Deprecated.  

Constructor Detail

PT_SERVERCONTEXT_SETTINGS

public PT_SERVERCONTEXT_SETTINGS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.