| 
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Configuration for Behavior Tracking
| Field Summary | 
| Fields inherited from interface weblogic.management.configuration.ConfigurationMBean | 
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY | 
| Fields inherited from interface 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 | 
| Method Summary | |
 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.  | 
 String[] | 
getPersistedEventTypes()
Returns the Event types to persist to the database.  | 
 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(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(String[] events)
Set the Event types to persist to the database.  | 
 void | 
setPersistenceClassname(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 | 
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 getDataSourceJndiName()
public int getMaxBufferSize()
public String[] getPersistedEventTypes()
public String getPersistenceClassname()
public int getSweepInterval()
public int getSweepMaxTime()
public void setDataSourceJndiName(String name)
public void setMaxBufferSize(int maxSize)
public void setPersistedEventTypes(String[] events)
public void setPersistenceClassname(String name)
public void setSweepInterval(int sweepIntervalSecs)
public void setSweepMaxTime(int maxTime)
  | 
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||