com.microstrategy.web.objects.admin.serverconfig.LogCategory |
This interface represents a log category. A log category is a collection of log counters. The methods on this interface help browse the collection of log counters and query the properties of the cateogory e.g. name.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Enumeration |
elements()
Returns an enumeration of
LogCounter objects. | ||||||||||
abstract LogCounter |
get(int index)
Returns the log counter at the index passed.
| ||||||||||
abstract LogCounter |
getItemByName(String name)
Returns the log counter with name passed.
| ||||||||||
abstract String |
getName()
Returns the name of this category.
| ||||||||||
abstract boolean |
isEmpty()
Conveys whether the log counters collection is empty.
| ||||||||||
abstract int |
size()
Returns the size of this collection of log counter
|
Returns an enumeration of LogCounter
objects.
Returns the log counter at the index passed.
index | the index for the log counter queried. |
---|
Returns the log counter with name passed.
name | the name of log counter queried. |
---|
Returns the name of this category.
Conveys whether the log counters collection is empty.
LogCounter
objects in the collection.
Returns the size of this collection of log counter