A C G I N P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- checkValidNonZeroPositiveNumField(String, int, List<String>) - Method in class com.opencloud.slee.resources.correlation.profile.RAConfigurationProfile
-
Check that an int number is greater than 0
- checkValidNonZeroPositiveNumFields(String, int[], List<String>) - Method in class com.opencloud.slee.resources.correlation.profile.CorrelationIdPool
-
Check that each member of a set of ints is greater than 0
- checkValidPositiveNumField(String, long, List<String>) - Method in class com.opencloud.slee.resources.correlation.profile.CorrelationIdPool
-
Check that a long number is greater than, or equal to 0
- checkValidPositiveNumField(String, long, List<String>) - Method in class com.opencloud.slee.resources.correlation.profile.RAConfigurationProfile
-
Check that a long number is greater than, or equal to 0
- checkValidPositiveNumFieldWithMaxValue(String, int, int, List<String>) - Method in class com.opencloud.slee.resources.correlation.profile.CorrelationIdPool
-
Check that an int number is not greater than a some maximum
- checkValidPositiveNumFieldWithMinAndMaxValue(String, int, int, int, List<String>) - Method in class com.opencloud.slee.resources.correlation.profile.CorrelationIdPool
-
Check that an int number is not less than a minimum value, or greater than a maximum value
- checkValidStringField(String, String, List<String>) - Method in class com.opencloud.slee.resources.correlation.profile.CorrelationIdPool
-
Checks that the String provided as 'content' is not
null
and not equal to "". - com.opencloud.slee.resources.correlation - package com.opencloud.slee.resources.correlation
- com.opencloud.slee.resources.correlation.exceptions - package com.opencloud.slee.resources.correlation.exceptions
- com.opencloud.slee.resources.correlation.profile - package com.opencloud.slee.resources.correlation.profile
- CorrelationActivity - Interface in com.opencloud.slee.resources.correlation
-
Activity used to request and receive asynchronously queried correlation data.
- CorrelationActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.correlation
-
Interface implemented by the SLEE to get activity context interfaces for
CorrelationActivity
objects. - CorrelationFailureEvent - Interface in com.opencloud.slee.resources.correlation
-
The failure event.
- CorrelationIDExpiredException - Exception in com.opencloud.slee.resources.correlation.exceptions
-
This is thrown when the data requested for the supplied Correlation ID has expired because it was not queried within the configurable expiry period.
- CorrelationIDExpiredException(String) - Constructor for exception com.opencloud.slee.resources.correlation.exceptions.CorrelationIDExpiredException
- CorrelationIDExpiredException(String, Throwable) - Constructor for exception com.opencloud.slee.resources.correlation.exceptions.CorrelationIDExpiredException
- CorrelationIdPool - Class in com.opencloud.slee.resources.correlation.profile
-
Profile abstract class for the configuration of a correlation id pool
- CorrelationIdPool() - Constructor for class com.opencloud.slee.resources.correlation.profile.CorrelationIdPool
- CorrelationIdPoolCMP - Interface in com.opencloud.slee.resources.correlation.profile
-
Configuration parameters for a Correlation Id Pool
- CorrelationIdPoolLocal - Interface in com.opencloud.slee.resources.correlation.profile
-
SBB view of the configuration parameters for a Correlation Id Pool
- CorrelationProvider - Interface in com.opencloud.slee.resources.correlation
-
Defines the provider interface used by services to obtain an unused Correlation ID.
- CorrelationRequestException - Exception in com.opencloud.slee.resources.correlation.exceptions
-
General exception that can be thrown when requesting correlation data.
- CorrelationRequestException(String) - Constructor for exception com.opencloud.slee.resources.correlation.exceptions.CorrelationRequestException
- CorrelationRequestException(String, Throwable) - Constructor for exception com.opencloud.slee.resources.correlation.exceptions.CorrelationRequestException
- CorrelationResult - Interface in com.opencloud.slee.resources.correlation
-
The result retrieved from a synchronous lookup of the Correlation ID.
- CorrelationResultEvent - Interface in com.opencloud.slee.resources.correlation
-
The result event.
- createActivity() - Method in interface com.opencloud.slee.resources.correlation.CorrelationProvider
-
Creates an activity used for async requests.
All Classes All Packages