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

SOAPBridge::ContextManager::SOAPContext Struct Reference

This structure is used to pass information about a SOAPContext. More...

#include <SoapBridge_public.idl>

List of all members.

Public Attributes

string contextKey
 The obtained or specified context key. More...

unsigned short initialTimeout
 The original or last specified timeout. More...

unsigned short timeoutRemaining
 Seconds remaining before the context is auto-destroyed. More...

unsigned short storedObjectReferenceCount
 Number of object references stored in this context. More...

string userData
 The user's stored data, if any. More...


Detailed Description

This structure is used to pass information about a SOAPContext.

Definition at line 54 of file SoapBridge_public.idl.


Member Data Documentation

string SOAPBridge::ContextManager::SOAPContext::contextKey
 

The obtained or specified context key.

Definition at line 56 of file SoapBridge_public.idl.

unsigned short SOAPBridge::ContextManager::SOAPContext::initialTimeout
 

The original or last specified timeout.

Definition at line 58 of file SoapBridge_public.idl.

unsigned short SOAPBridge::ContextManager::SOAPContext::storedObjectReferenceCount
 

Number of object references stored in this context.

Definition at line 62 of file SoapBridge_public.idl.

unsigned short SOAPBridge::ContextManager::SOAPContext::timeoutRemaining
 

Seconds remaining before the context is auto-destroyed.

Definition at line 60 of file SoapBridge_public.idl.

string SOAPBridge::ContextManager::SOAPContext::userData
 

The user's stored data, if any.

Definition at line 64 of file SoapBridge_public.idl.


The documentation for this struct 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.