Oracle NoSQL Database
version 11gR2.2.0.26

oracle.kv.mgmt.jmx
Interface AdminMXBean


public interface AdminMXBean

This MBean represents an Admin's operational parameters.

Since:
2.0

Method Summary
 int getAdminId()
          Returns the AdminId number of an Admin instance.
 long getEventExpiryAge()
          Returns how long to keep critical event records.
 int getHttpPort()
          Returns the port number used by the Admin Console web application.
 int getLogFileCount()
          Returns number of log files that are kept.
 int getLogFileLimit()
          Returns the maximum size of log files.
 long getPollPeriodMillis()
          Returns The polling period for collecting metrics.
 String getServiceStatus()
          Returns the reported service status of the Admin.
 boolean isMaster()
          Tells whether this Admin is the master among Admin instances.
 

Method Detail

getAdminId

int getAdminId()
Returns the AdminId number of an Admin instance.


getServiceStatus

String getServiceStatus()
Returns the reported service status of the Admin.


getHttpPort

int getHttpPort()
Returns the port number used by the Admin Console web application.


getLogFileLimit

int getLogFileLimit()
Returns the maximum size of log files.


getLogFileCount

int getLogFileCount()
Returns number of log files that are kept.


getPollPeriodMillis

long getPollPeriodMillis()
Returns The polling period for collecting metrics.


getEventExpiryAge

long getEventExpiryAge()
Returns how long to keep critical event records.


isMaster

boolean isMaster()
Tells whether this Admin is the master among Admin instances.


Oracle NoSQL Database
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.