Uses of Class
com.opencloud.slee.resources.cdr.management.CDRStreamConfigState
-
-
Uses of CDRStreamConfigState in com.opencloud.slee.resources.cdr.management
Methods in com.opencloud.slee.resources.cdr.management that return CDRStreamConfigState Modifier and Type Method Description CDRStreamConfigState
CDRStreamMXBean. getConfigState(String streamName)
Gets theCDRStreamConfigState
information on the configuration state of the stream with given stream name.static CDRStreamConfigState
CDRStreamConfigState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CDRStreamConfigState[]
CDRStreamConfigState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-