Version 9.6
 —  CentraSite Java Management Interface  —

Introduction

The JMX-based CentraSite Java management interface is provided as an open MBean (managed bean) that interfaces to CentraSite.

To activate the CentraSite Java Management Interface, the MBean must be registered in an MBeanServer, which must run on the same host as the CentraSite Registry/Repository.

You can use the CentraSite Java management interface to display and modify CentraSite parameters, which are known here as attributes, and to perform operations such as starting and stopping CentraSite.

The CentraSite Java management interface supports to the Java Management Extensions (JMX) Specification and the Java Management Extensions, both as defined by the Java Community Process (JCP). This ensures that it can be used with JMX MBeanServers that support this standard.

Top of page