|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Configuration for repositories in the Content Management system. Repositories are dynamic storage locations for content and documents. For each repository, there exists a corresponding MBean instance. The Content Manager aggregates the sum of all repositories and provides a single, unified view for usage. Child of ContentManagementMBean
Field Summary |
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID |
Method Summary | |
long |
getBinaryCacheMaxEntrySize()
Returns the maximum size for a byte[] inside the repository binary cache. |
String |
getClassName()
Returns the fully-qualified class name representing the connection interface for a repository. |
String |
getPassword()
Returns password for accessing repository. |
Properties |
getProperties()
Returns any properties for repository in key=value format. |
boolean |
getReadOnly()
Provides read-only setting for a repository. |
String |
getUsername()
Returns username for accessing repository. |
void |
setBinaryCacheMaxEntrySize(long maxEntrySize)
Sets the max size for an entry inside the repository binary cache. |
void |
setClassName(String newClassName)
Sets the fully-qualified class name representing the connection interface for a repository. |
void |
setPassword(String newPassword)
Sets password for accessing repository. |
void |
setProperties(Properties newProperties)
Sets any properties for repository in key=value format. |
void |
setReadOnly(boolean newReadOnly)
Sets the read-only attribute for a repository. |
void |
setUsername(String newUsername)
Sets username for accessing repository. |
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 String getClassName()
public void setClassName(String newClassName)
newClassName
- Fully-qualified class name for repositorypublic String getUsername()
public void setUsername(String newUsername)
newUsername
- Username for repository access.public String getPassword()
public void setPassword(String newPassword)
newPassword
- Password for repository authentication.public Properties getProperties()
public void setProperties(Properties newProperties)
newProperties
- Properties for configuring a repository.public boolean getReadOnly()
public void setReadOnly(boolean newReadOnly)
newReadOnly
- Read-only attribute for a repository.public void setBinaryCacheMaxEntrySize(long maxEntrySize)
maxEntrySize
- Maximum size of a BinaryValue for caching.public long getBinaryCacheMaxEntrySize()
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |