C G I M N T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CDRStreamConfigState - Enum in com.opencloud.slee.resources.cdr.management
-
Represents a relation between the RA loaded configuration and the stream configuration defined in the CDR stream configuration profile table for a given CDR stream.
- CDRStreamMXBean - Interface in com.opencloud.slee.resources.cdr.management
-
Represents an MXBean interface that provides access to information about the RA streams configuration state.
- com.opencloud.slee.resources.cdr.management - package com.opencloud.slee.resources.cdr.management
G
- getConfigDiffStreamNames() - Method in interface com.opencloud.slee.resources.cdr.management.CDRStreamMXBean
-
Gets an array with stream names for which the RA loaded configuration is not up to date, and differs from the configuration defined in the CDR stream configuration profile table.
- getConfigState(String) - Method in interface com.opencloud.slee.resources.cdr.management.CDRStreamMXBean
-
Gets the
CDRStreamConfigState
information on the configuration state of the stream with given stream name.
I
- isConfigUpToDate() - Method in interface com.opencloud.slee.resources.cdr.management.CDRStreamMXBean
-
Checks if the RA loaded configuration is up to date and matches the streams configuration defined in the CDR stream configuration profile table.
M
- MODIFIED - com.opencloud.slee.resources.cdr.management.CDRStreamConfigState
-
The RA loaded configuration differs from the stream configuration defined in the CDR stream configuration profile table.
The RA configuration requires reloading for the stream configuration update to take effect.
N
- NOT_EXISTS - com.opencloud.slee.resources.cdr.management.CDRStreamConfigState
-
The RA did not initialise properly (unconfigured), or the stream configuration does not exist neither in the RA loaded configuration nor in the CDR stream configuration profile table.
T
- TO_BE_ADDED - com.opencloud.slee.resources.cdr.management.CDRStreamConfigState
-
The new stream configuration was added in the CDR stream configuration profile table.
The RA configuration requires reloading for the new stream to become operable. - TO_BE_REMOVED - com.opencloud.slee.resources.cdr.management.CDRStreamConfigState
-
The stream configuration was removed from the CDR stream configuration profile table.
The RA configuration requires reloading for the old stream to become inoperable.
U
- UP_TO_DATE - com.opencloud.slee.resources.cdr.management.CDRStreamConfigState
-
The RA loaded configuration matches the stream configuration defined in the CDR stream configuration profile table.
V
- valueOf(String) - Static method in enum com.opencloud.slee.resources.cdr.management.CDRStreamConfigState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.opencloud.slee.resources.cdr.management.CDRStreamConfigState
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages