C G I V 

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.

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.
C G I V