|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Configuration for the Atn Tree representation in memory of the portal group hierarchies. Note that none of the parameters are dynamic; they all require the user to restart the server if changed.
| Field Summary |
| Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID |
| Fields inherited from interface com.bea.p13n.usermgmt.internal.AtnHierarchyConfig |
DEFAULT_ATN_PROVIDERS_TO_BUILD, DEFAULT_BOOTSTRAP_MODE, DEFAULT_COUNTRY, DEFAULT_LANGUAGE, DEFAULT_SWEEP_INTERVAL, DEFAULT_TREE_SIZE, DEFAULT_TTL, DEFAULT_VARIANT, MAX_SWEEP_INTERVAL, MAX_TREE_SIZE, MAX_TTL, MIN_SWEEP_INTERVAL, MIN_TTL |
| Method Summary | |
boolean |
addAtnProvider(String provider)
Add another provider to list of those to build the group hierarchy tree. |
String[] |
getAtnProviders()
Get the array of provider names for which the group hierarchy trees will be built. |
String |
getBootstrapMode()
Get the mode in which to boot the server. |
String |
getLocaleCountry()
|
String |
getLocaleLanguage()
|
String |
getLocaleVariant()
|
int |
getMaxTreeSize()
Get the maximum size for the entire hierarchy, includes all providers. |
int |
getSweepInterval()
Get the interval, in seconds, at which to check the AtnTrees to see whether they have expired. |
int |
getTtl()
Get the time-to-live, in seconds, for the AtnTree. |
boolean |
removeAtnProvider(String provider)
Remove this provider from list of those to build the group hierarchy tree. |
void |
setAtnProviders(String[] providers)
Specify which AtnProviders for which to build the group hierarchy tree as a comma-separated String of atn providers. |
void |
setBootstrapMode(String mode)
|
void |
setLocaleCountry(String country)
|
void |
setLocaleLanguage(String language)
|
void |
setLocaleVariant(String variant)
|
void |
setMaxTreeSize(int maxTreeSize)
Get the maximum size for the entire hierarchy, includes all providers. |
void |
setSweepInterval(int sweepIntervalSecs)
Set the interval, in seconds, at which to check the AtnTrees to see whether they have expired. |
void |
setTtl(int ttl)
Set the time-to-live, in seconds, for the AtnTree A tree is expired when its last access time exceeds the time-to-live |
| Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
| Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent |
| Methods inherited from interface javax.management.DynamicMBean |
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
postDeregister, postRegister, preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Method Detail |
public int getSweepInterval()
getSweepInterval in interface com.bea.p13n.usermgmt.internal.AtnHierarchyConfigpublic void setSweepInterval(int sweepIntervalSecs)
public int getMaxTreeSize()
getMaxTreeSize in interface com.bea.p13n.usermgmt.internal.AtnHierarchyConfigpublic void setMaxTreeSize(int maxTreeSize)
public int getTtl()
getTtl in interface com.bea.p13n.usermgmt.internal.AtnHierarchyConfigpublic void setTtl(int ttl)
public String getLocaleLanguage()
getLocaleLanguage in interface com.bea.p13n.usermgmt.internal.AtnHierarchyConfigpublic void setLocaleLanguage(String language)
public String getLocaleCountry()
getLocaleCountry in interface com.bea.p13n.usermgmt.internal.AtnHierarchyConfigpublic void setLocaleCountry(String country)
public String getLocaleVariant()
getLocaleVariant in interface com.bea.p13n.usermgmt.internal.AtnHierarchyConfigpublic void setLocaleVariant(String variant)
public String getBootstrapMode()
getBootstrapMode in interface com.bea.p13n.usermgmt.internal.AtnHierarchyConfigpublic void setBootstrapMode(String mode)
public String[] getAtnProviders()
getAtnProviders in interface com.bea.p13n.usermgmt.internal.AtnHierarchyConfigpublic void setAtnProviders(String[] providers)
public boolean addAtnProvider(String provider)
public boolean removeAtnProvider(String provider)
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||