http://www.ibm.com/wsdl/soa/admctl/v1_0/interface
The AdmissionControlInterface Port Type

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.

 Collapse Operations
AdmissionControlInterface_verifyAdmittableResponse  verifyAdmittable (verifyAdmittableRequest parameters) [faults:  ServiceAdmissionControlFault  OperationAdmissionControlFault  NoAdmissionControlDefinedFault  ]

Verifies whether to admit a service operation.

Input: AdmissionControlInterface_verifyAdmittableRequest

Verify admittable operation input parameters. Specifies the service operation for verification of admittance.

Output: AdmissionControlInterface_verifyAdmittableResponse

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.

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.


 Collapse XML
-<wsdl:portType  name="AdmissionControlInterface">
-<wsdl:documentation>
<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">
-<wsdl:documentation>
<xhtml:p>Verifies whether to admit a service operation.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Verify admittable operation input parameters. Specifies the service operation for verification of admittance.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<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>
-<wsdl:fault  message="soa_admctl_interface:ServiceAdmissionControlFault"  name="ServiceAdmissionControlFault">
-<wsdl:documentation>
<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>
-<wsdl:fault  message="soa_admctl_interface:OperationAdmissionControlFault"  name="OperationAdmissionControlFault">
-<wsdl:documentation>
<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>
-<wsdl:fault  message="soa_admctl_interface:NoAdmissionControlDefinedFault"  name="NoAdmissionControlDefinedFault">
-<wsdl:documentation>
<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>
 Collapse Used-By
Service Port Binding
AdmissionControlInterfaceService AdmissionControlInterface AdmissionControlInterfaceBinding
Generated by WSDLdoc ©