http://www.ibm.com/wsdl/soa/admctl/v1_0/interface
The admission control component tracks service usage information
and smoothes the rate of accepted requests, both at the server and cluster
level. Cluster level admission control limits should be enforced across
the cluster and proportioned by the implementation scheme. When admission
capacity is exceeded, either at the server-level or the cluster level,
then the request will be rejected with a limit exceeded fault.
Weightings for services and operations are calculated according
the internal scheme of the implementation. Any weightings must be taken
into account when interpreting the assigned rate limits.
Operations |
Verifies whether to admit a service operation.
Fault:
ServiceAdmissionControlFault
:
Service admission control fault. This indicates that the
rate limit for the service has been exceeded. This fault applies
to exceeding both local and cluster limits.
OperationAdmissionControlFault
:
Operation admission control fault. This indicates that the rate
limit for the operation has been exceeded. This fault applies to exceeding
both local and cluster limits.
NoAdmissionControlDefinedFault
:
No admission control defined fault. This indicates that no
admission control limits have been defined for the supplied service and
operation. This fault may be returned for missing local or cluster
limits.
|
|
XML |
-<wsdl:portType name="AdmissionControlInterface">
<xhtml:p>The admission control component tracks service usage information
and smoothes the rate of accepted requests, both at the server and cluster
level. Cluster level admission control limits should be enforced across
the cluster and proportioned by the implementation scheme. When admission
capacity is exceeded, either at the server-level or the cluster level,
then the request will be rejected with a limit exceeded fault.</xhtml:p>
<xhtml:p>Weightings for services and operations are calculated according
the internal scheme of the implementation. Any weightings must be taken
into account when interpreting the assigned rate limits.</xhtml:p>
</wsdl:documentation>
-<wsdl:operation name="verifyAdmittable">
<xhtml:p>Verifies whether to admit a service operation.</xhtml:p>
</wsdl:documentation>
<xhtml:p>Verify admittable operation input parameters. Specifies the
service operation for verification of admittance.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
<xhtml:p>Verify admittable operation response result. This response is
an empty message and indicates success. If a limit has been exceeded,
a fault will be returned instead.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
<xhtml:p>Service admission control fault. This indicates that the
rate limit for the service has been exceeded. This fault applies
to exceeding both local and cluster limits.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
<xhtml:p>Operation admission control fault. This indicates that the rate
limit for the operation has been exceeded. This fault applies to exceeding
both local and cluster limits.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
<xhtml:p>No admission control defined fault. This indicates that no
admission control limits have been defined for the supplied service and
operation. This fault may be returned for missing local or cluster
limits.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
</wsdl:portType>
|
Used-By |
|