|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DocumentManager management bean interface.
A deployed DocumentManager EJB will look for a DocumentManagerMBean whose name corresponds to the "DocumentManagerMBeanName" environment setting of the EJB.
Fields inherited from class weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID |
Method Summary | |
java.lang.String |
getContentCacheName()
Get the name of the cache to use for caching document content. |
java.lang.String |
getDocumentConnectionPoolName()
Get the name of the DocumentConnectionPool this should use. |
java.lang.String |
getJNDIName()
Get the DocumentManager EJB JNDI name for this document manager. |
int |
getMaxCachedContentSize()
Get the maximum size of a document content block to cache. |
java.lang.String |
getMetadataCacheName()
Get the name of the cache to use for caching document metadata. |
java.lang.String |
getPropertyCase()
Get the case of properties for this DocumentManager |
boolean |
getSynchronizedAccess()
Should we serialize search and content byte access to the underlying DocumentProvider ?
|
boolean |
isContentCaching()
Should the DocumentManager cache document content. |
boolean |
isMetadataCaching()
Should the DocumentManager cache document metadata. |
boolean |
isUserIdInCacheKey()
Should we use the userId as part of the cache key. |
void |
setContentCacheName(java.lang.String name)
Set the name of the cache to use for caching document content. |
void |
setContentCaching(boolean b)
Set if the DocumentManager cache document content. |
void |
setDocumentConnectionPoolName(java.lang.String name)
Set the name of the DocumentConnectionPool this should use. |
void |
setJNDIName(java.lang.String name)
Set the DocumentManager EJB JNDI name for this document manager. |
void |
setMaxCachedContentSize(int size)
Set the maximum size of a document content block to cache. |
void |
setMetadataCacheName(java.lang.String name)
Get the name of the cache to use for caching document metadata. |
void |
setMetadataCaching(boolean b)
Set if the DocumentManager cache document metadata. |
void |
setPropertyCase(java.lang.String c)
Get the case of properties for this DocumentManager |
void |
setSynchronizedAccess(boolean b)
Should we serialize search and content byte access to the underlying DocumentProvider ?
|
void |
setUserIdInCacheKey(boolean b)
Should we use the userId as part of the cache key. |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
addLinkMbeanAttribute,
getAttributeStringValue,
getNotes,
getSetFields,
getXml,
getXmlConverter,
isPersistenceEnabled,
setNotes,
setPersistenceEnabled |
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,
preDeregister,
preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
Method Detail |
public java.lang.String getDocumentConnectionPoolName()
public void setDocumentConnectionPoolName(java.lang.String name)
public java.lang.String getPropertyCase()
The value should one of "lower", "upper", or "none".
public void setPropertyCase(java.lang.String c)
The value should one of "lower", "upper", or "none".
public boolean isMetadataCaching()
public void setMetadataCaching(boolean b)
public java.lang.String getMetadataCacheName()
public void setMetadataCacheName(java.lang.String name)
public boolean isUserIdInCacheKey()
public void setUserIdInCacheKey(boolean b)
public boolean isContentCaching()
public void setContentCaching(boolean b)
public java.lang.String getContentCacheName()
public void setContentCacheName(java.lang.String name)
public int getMaxCachedContentSize()
public void setMaxCachedContentSize(int size)
public java.lang.String getJNDIName()
This will be used by the
PropertySetRepositoryImpl
from the
PropertySetManager to find additional ContentManagers to fetch CONTENT
property sets from.
public void setJNDIName(java.lang.String name)
This will be used by the
PropertySetRepositoryImpl
from the
PropertySetManager to find additional ContentManagers to fetch CONTENT
property sets from.
public boolean getSynchronizedAccess()
DocumentProvider
?
Set this to true if the DocumentProvider implementation is very resource or time intensive. If this is set to true, you should be sure caching is enabled to avoid serializing all access to the EJB to a time-intensive method.
setMetadataCaching(boolean)
,
setContentCaching(boolean)
public void setSynchronizedAccess(boolean b)
DocumentProvider
?
Set this to true if the DocumentProvider implementation is very resource or time intensive. If this is set to true, you should be sure caching is enabled to avoid serializing all access to the EJB to a time-intensive method.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |