BEA Logo BEA Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Documentation   |   Setting Up a BEA Tuxedo Application   |   Local Topics   |   Previous Topic   |   Next Topic   |   Contents

 


Specifying a List of Allowable Buffer Types for a Service

With the BUFTYPE parameter, you can tune a service to check buffer types independently of the service code. Set this parameter with a list of allowable buffer types for a service in the following format:

type[:subtype[,subtype]]

To allow all subtypes, set the value of subtype to *.

If the value of the BUFTYPE parameter for a service is ALL, this service accepts all buffer types. The default is ALL.

Examples of the BUFTYPE Parameter

BUFTYPE Example

Meaning

BUFTYPE="FML;VIEW:aud,aud2"

FML and VIEW buffer types with subtypes aud and aud2 are allowed.

BUFTYPE="FML;VIEW:*"

All FML and VIEW buffer types are allowed.

BUFTYPE=ALL

All buffer types are allowed (the default).


 

 

back to top previous page next page