Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

SOAPBridge::ContextManager::InvalidTimeout Exception Reference

The context manager may have configured minimal and maximum timeout values. More...

#include <SoapBridge_public.idl>

List of all members.

Public Attributes

unsigned short minimumTimeout
 Must specify at least this many seconds. More...

unsigned short maximumTimeout
 Must specify at most this many seconds. More...

unsigned short requestedTimeout
 This requested timeout was not within the limits above. More...


Detailed Description

The context manager may have configured minimal and maximum timeout values.

Internally a timeout of zero seconds is used to specify infinite timeout.

Definition at line 38 of file SoapBridge_public.idl.


Member Data Documentation

unsigned short SOAPBridge::ContextManager::InvalidTimeout::maximumTimeout
 

Must specify at most this many seconds.

Definition at line 42 of file SoapBridge_public.idl.

unsigned short SOAPBridge::ContextManager::InvalidTimeout::minimumTimeout
 

Must specify at least this many seconds.

Definition at line 40 of file SoapBridge_public.idl.

unsigned short SOAPBridge::ContextManager::InvalidTimeout::requestedTimeout
 

This requested timeout was not within the limits above.

Definition at line 44 of file SoapBridge_public.idl.


The documentation for this exception was generated from the following file:
This documentation is part of the "SOAP to CORBA bridge" project
Copyright © 2000 by Lifeline Networks bv.
All rights are reserved.