public class AccessLogAdmin extends AbstractManagedObject implements AccessLogMXBean
| Constructor and Description |
|---|
AccessLogAdmin(AbstractAccessLog accessLog) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Flushes the log to disk immediately
|
java.lang.String |
getName()
Attributes
|
addObjectNameProperties, getObjectName, getType, registerSelf, toString, unregisterSelfclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetObjectName, getTypepublic AccessLogAdmin(AbstractAccessLog accessLog)
public java.lang.String getName()
getName in interface ManagedObjectMXBeangetName in class AbstractManagedObjectpublic void flush()
flush in interface AccessLogMXBean