org.jasig.portal.jmx
Interface FrameworkMBean

All Known Implementing Classes:
FrameworkMBeanImpl

public interface FrameworkMBean


Method Summary
 long getAuthenticationAverage()
           
 long getAuthenticationHighMax()
           
 long getAuthenticationLast()
           
 long getAuthenticationMax()
           
 long getAuthenticationMin()
           
 long getAuthenticationTotalLogins()
           
 long getChannelRendererActiveThreads()
           
 long getChannelRendererMaxActiveThreads()
           
 long getDatabaseAverage()
           
 long getDatabaseHighMax()
           
 long getDatabaseLast()
           
 long getDatabaseMax()
           
 long getDatabaseMin()
           
 long getDatabaseTotalConnections()
           
 long getGuestSessionCount()
           
 int getRDBMActiveConnectionCount()
           
 int getRDBMMaxConnectionCount()
           
 String[] getRecentProblems()
           
 long getRenderAverage()
           
 long getRenderHighMax()
           
 long getRenderLast()
           
 long getRenderMax()
           
 long getRenderMin()
           
 long getRenderTotalRenders()
           
 Date getStartedAt()
           
 long getThreadCount()
           
 long getUserSessionCount()
           
 

Method Detail

getStartedAt

Date getStartedAt()

getRenderAverage

long getRenderAverage()

getRenderHighMax

long getRenderHighMax()

getRenderLast

long getRenderLast()

getRenderMin

long getRenderMin()

getRenderMax

long getRenderMax()

getRenderTotalRenders

long getRenderTotalRenders()

getUserSessionCount

long getUserSessionCount()

getGuestSessionCount

long getGuestSessionCount()

getRecentProblems

String[] getRecentProblems()

getRDBMActiveConnectionCount

int getRDBMActiveConnectionCount()

getRDBMMaxConnectionCount

int getRDBMMaxConnectionCount()

getDatabaseAverage

long getDatabaseAverage()

getDatabaseHighMax

long getDatabaseHighMax()

getDatabaseLast

long getDatabaseLast()

getDatabaseMin

long getDatabaseMin()

getDatabaseMax

long getDatabaseMax()

getDatabaseTotalConnections

long getDatabaseTotalConnections()

getAuthenticationAverage

long getAuthenticationAverage()

getAuthenticationHighMax

long getAuthenticationHighMax()

getAuthenticationLast

long getAuthenticationLast()

getAuthenticationMin

long getAuthenticationMin()

getAuthenticationMax

long getAuthenticationMax()

getAuthenticationTotalLogins

long getAuthenticationTotalLogins()

getThreadCount

long getThreadCount()

getChannelRendererActiveThreads

long getChannelRendererActiveThreads()

getChannelRendererMaxActiveThreads

long getChannelRendererMaxActiveThreads()


Copyright © 2010 Jasig. All Rights Reserved.