|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Configuration for Behavior Tracking
Fields inherited from class com.bea.p13n.tracking.TrackingConstants |
DEFAULT_BUFFER_SIZE,
DEFAULT_DATA_SOURCE_NAME,
DEFAULT_FORCE_FLUSH_INTERVAL,
DEFAULT_TIME_INTERVAL,
MAX_BUFFER_SIZE,
MAX_FORCE_FLUSH_INTERVAL,
MAX_TIME_INTERVAL,
MIN_BUFFER_SIZE,
MIN_TIME_INTERVAL |
Fields inherited from class weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID |
Method Summary | |
java.lang.String |
getDataSourceJndiName()
Get the data source name to use for persisting behavior tracking data. |
int |
getMaxBufferSize()
Get maximum size of the event buffer, which hold events until the events are persisted to the database. |
java.lang.String[] |
getPersistedEventTypes()
Returns the Event types to persist to the database. |
java.lang.String |
getPersistenceClassname()
Get the class that is used for persistence of the messages. |
int |
getSweepInterval()
Get the interval, in seconds, at which to check the buffers to see whether events in the buffer must be persisted. |
int |
getSweepMaxTime()
Cet the time in seconds to wait before forcing a flush to the database This is the longest amount of time that an even will exist in any cache. |
void |
setDataSourceJndiName(java.lang.String name)
Set the data source name to use for persisting behavior tracking data. |
void |
setMaxBufferSize(int maxSize)
Set maximum size of the event buffer. |
void |
setPersistedEventTypes(java.lang.String[] events)
Set the Event types to persist to the database. |
void |
setPersistenceClassname(java.lang.String name)
Get the class that is used for persistence of the messages. |
void |
setSweepInterval(int sweepIntervalSecs)
Set the interval, in seconds, at which to check the buffers to see whether events in the buffer must be persisted. |
void |
setSweepMaxTime(int maxTime)
Set the time in seconds to wait before forcing a flush to the database This is the longest amount of time that an even will exist in any cache. |
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[] getPersistedEventTypes()
public void setPersistedEventTypes(java.lang.String[] events)
public int getMaxBufferSize()
public void setMaxBufferSize(int maxSize)
public int getSweepInterval()
public void setSweepInterval(int sweepIntervalSecs)
public int getSweepMaxTime()
public void setSweepMaxTime(int maxTime)
public java.lang.String getDataSourceJndiName()
public void setDataSourceJndiName(java.lang.String name)
public java.lang.String getPersistenceClassname()
public void setPersistenceClassname(java.lang.String name)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |