public interface P6LogOptionsMBean
Modifier and Type | Method and Description |
---|---|
String |
getExclude() |
String |
getExcludecategories() |
Set<Category> |
getExcludeCategoriesSet() |
Set<String> |
getExcludeList() |
long |
getExecutionThreshold() |
boolean |
getFilter() |
String |
getInclude() |
Set<String> |
getIncludeList() |
String |
getSQLExpression() |
void |
setExclude(String exclude) |
void |
setExcludecategories(String excludecategories) |
void |
setExecutionThreshold(long executionThreshold) |
void |
setFilter(boolean filter) |
void |
setInclude(String include) |
void |
setSQLExpression(String sqlexpression) |
void |
unSetSQLExpression() |
void setExclude(String exclude)
String getExclude()
void setExcludecategories(String excludecategories)
String getExcludecategories()
void setFilter(boolean filter)
boolean getFilter()
void setInclude(String include)
String getInclude()
String getSQLExpression()
void setSQLExpression(String sqlexpression)
void unSetSQLExpression()
void setExecutionThreshold(long executionThreshold)
long getExecutionThreshold()
Copyright © 2002-2014 P6Spy. All Rights Reserved.