Java EE 5 SDK

com.sun.appserv.management.config
Class PersistenceTypeValues

java.lang.Object
  extended by com.sun.appserv.management.config.PersistenceTypeValues

public final class PersistenceTypeValues
extends Object

Values which are legal to pass for the persistence-type.

See Also:
WebContainerAvailabilityConfig

Field Summary
static String FILE
           
static String HA
           
static String MEMORY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MEMORY

public static final String MEMORY
See Also:
Constant Field Values

FILE

public static final String FILE
See Also:
Constant Field Values

HA

public static final String HA
See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.