WorklistScrollableResultMBean Interface

com.bea.wli.management.runtime
WorklistScrollableResultMBean Interface

public interface WorklistScrollableResultMBean

    extends RuntimeMBean

MBean for accessing runtime information about the worklist


All Superinterfaces
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean

Method Summary

public TaskInfoCursor
getTaskInfoCursor(TaskSelector taskSelector, int resultSize)
public TaskInfoCursor
moveCursorBackward(TaskInfoCursor taskInfoCursor)
public TaskInfoCursor
moveCursorForward(TaskInfoCursor taskInfoCursor)
public TaskInfoCursor
refreshCursor(TaskInfoCursor taskInfoCursor)
 
Methods from interface javax.management.DynamicMBean
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes
 
Methods from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods from interface weblogic.management.runtime.RuntimeMBean
preDeregister
 
Methods from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
   

Method Detail

getTaskInfoCursor(TaskSelector, int) Method

public TaskInfoCursor getTaskInfoCursor(TaskSelector taskSelector, 
                                        int resultSize)
throws MBeanException

Exceptions

MBeanException

moveCursorBackward(TaskInfoCursor) Method

public TaskInfoCursor moveCursorBackward(TaskInfoCursor taskInfoCursor)
throws MBeanException

Exceptions

MBeanException

moveCursorForward(TaskInfoCursor) Method

public TaskInfoCursor moveCursorForward(TaskInfoCursor taskInfoCursor)
throws MBeanException

Exceptions

MBeanException

refreshCursor(TaskInfoCursor) Method

public TaskInfoCursor refreshCursor(TaskInfoCursor taskInfoCursor)
throws MBeanException

Exceptions

MBeanException