BufferJCImpl.jcs Sample

A Java control illustrating how you can add message buffering to control operations to handle heavy loads. With a buffered method, requests to the method are queued and processed as the control has resources available.

Use the LocalControlTest.jws web service to run this control.

Concepts Demonstrated by this Sample

Location of Sample Files

This sample is located in the localControls/asynch folder of the SamplesApp WebLogic Workshop project. In the file system the location is:

BEA_HOME\weblogic81\samples\workshop\SamplesApp\WebServices\localControls\asynch\BufferJCImpl.jcs

To Run the Sample

Note that you run this sample by running its test container.

Related Topics

Getting Started with Java Controls