Package com.opencloud.slee.annotation
Annotation Type OcResourceAdaptor
-
@Documented @Inherited @Retention(RUNTIME) @Target({TYPE,PACKAGE}) public @interface OcResourceAdaptor
OC extensions to a Resource Adaptor
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
vendorExtensionID
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
LimiterEndpointReference[]
limiterEndpointRefs
ReplicatedStorage[]
replicatedStorage
String
requiresRhinoLog4j
OcStatsParameterSets
statsParameterSets
ResourceAdaptorStatsPresentation
statsPresentation
OcUsageParametersInterfaces
usageParametersInterfaces
-
-
-
Element Detail
-
vendorExtensionID
String vendorExtensionID
-
-
-
requiresRhinoLog4j
String requiresRhinoLog4j
- Default:
- ""
-
-
-
description
String description
- Default:
- ""
-
-
-
statsParameterSets
OcStatsParameterSets statsParameterSets
- Default:
- @com.opencloud.slee.annotation.OcStatsParameterSets
-
-
-
replicatedStorage
ReplicatedStorage[] replicatedStorage
- Default:
- {}
-
-
-
limiterEndpointRefs
LimiterEndpointReference[] limiterEndpointRefs
- Default:
- {}
-
-
-
usageParametersInterfaces
OcUsageParametersInterfaces usageParametersInterfaces
- Default:
- @com.opencloud.slee.annotation.OcUsageParametersInterfaces
-
-
-
statsPresentation
ResourceAdaptorStatsPresentation statsPresentation
- Default:
- @com.opencloud.slee.annotation.ResourceAdaptorStatsPresentation
-
-