com.liferay.portal.monitoring.jmx
Interface ServiceManagerMBean
- All Known Implementing Classes:
- ServiceManager
public interface ServiceManagerMBean
Method Summary |
void |
addMonitoredClass(String className)
|
void |
addMonitoredMethod(String className,
String methodName,
String[] parameterTypes)
|
long |
getErrorCount(String className,
String methodName,
String[] parameterTypes)
|
long |
getMaxTime(String className,
String methodName,
String[] parameterTypes)
|
long |
getMinTime(String className,
String methodName,
String[] parameterTypes)
|
Set<String> |
getMonitoredClasses()
|
Set<MethodSignature> |
getMonitoredMethods()
|
long |
getRequestCount(String className,
String methodName,
String[] parameterTypes)
|
boolean |
isActive()
|
boolean |
isPermissiveMode()
|
void |
setActive(boolean active)
|
void |
setPermissiveMode(boolean permissiveMode)
|
addMonitoredClass
void addMonitoredClass(String className)
addMonitoredMethod
void addMonitoredMethod(String className,
String methodName,
String[] parameterTypes)
throws SystemException
- Throws:
SystemException
getErrorCount
long getErrorCount(String className,
String methodName,
String[] parameterTypes)
throws SystemException
- Throws:
SystemException
getMaxTime
long getMaxTime(String className,
String methodName,
String[] parameterTypes)
throws SystemException
- Throws:
SystemException
getMinTime
long getMinTime(String className,
String methodName,
String[] parameterTypes)
throws SystemException
- Throws:
SystemException
getMonitoredClasses
Set<String> getMonitoredClasses()
getMonitoredMethods
Set<MethodSignature> getMonitoredMethods()
getRequestCount
long getRequestCount(String className,
String methodName,
String[] parameterTypes)
throws SystemException
- Throws:
SystemException
isActive
boolean isActive()
isPermissiveMode
boolean isPermissiveMode()
setActive
void setActive(boolean active)
setPermissiveMode
void setPermissiveMode(boolean permissiveMode)