com.bea.p13n.common
Class PortalMode
java.lang.Object
|
+--com.bea.p13n.common.PortalMode
- public class PortalMode
- extends java.lang.Object
The PSE or "Portal Scalability Enhancement" improves portal scalability when
a high number of group portals are defined. CR136253 defines the CR for this
enhancement. Because this modification required database schema modifications
there is a need to determine what mode is currently being used. To turn on
PSE a System flag is required, otherwise the portal will operate in "classic"
mode. This class will provide methods to determine what state the portal
is running in, "PSE" or "classic".
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PSE_FLAG_ORIGINAL_NAME
public static final java.lang.String PSE_FLAG_ORIGINAL_NAME
PSE_FLAG_NAME
public static final java.lang.String PSE_FLAG_NAME
CLASSIC_MODE
public static final java.lang.String CLASSIC_MODE
PSE_MODE
public static final java.lang.String PSE_MODE
PSE_ENABLED
public static boolean PSE_ENABLED
PortalMode
public PortalMode()
isPSE_Mode
public static boolean isPSE_Mode()
getPortalMode
public static java.lang.String getPortalMode()
Copyright © 2002 BEA Systems, Inc. All Rights Reserved