Version 9.6
 —  CentraSite Java Management Interface  —

Attributes and Operations

The following topics are discussed in this document:


Attributes

Each attribute corresponds to a CentraSite parameter. The name, type, access mode (R = read-only; RW = read/write), current value and description of each of the following attributes are output, for example via the CentraSite Java management console:

cache size

The size of the cache, in megabytes. If you change this attribute, the CentraSite Registry/Repository is automatically restarted to activate the new value.

max threads

The maximum number of threads used. If you change this attribute, the CentraSite Registry/Repository is automatically restarted to activate the new value.

max users

The maximum number of users that can be active concurrently. If you change this attribute, the CentraSite Registry/Repository is automatically restarted to activate the new value.

non-activity timeout

The session timeout period, in seconds. If no activity has occurred in a session for this period of time, the changes are rolled back and the session is terminated. If you change this attribute, the change takes effect immediately.

state

The current state of the CentraSite Registry/Repository. You cannot change this value.

transaction timeout

The maximum transaction duration, in seconds. If you change this attribute, the change takes effect immediately.

Top of page

CentraSite Registry/Repository Start/Stop Operations

The CentraSite Java management interface provides access to the following operations. For each operation that has one or more parameters, the name, type and description of each parameter are output and the value of each parameter can be input. If you access the CentraSite Java management interface via console software (e.g. a web browser), the operation is initiated when you select the Invoke button.

Top of page