Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

IT_Bus Namespace Reference


Detailed Description

The namespace for Artix components used within application code.

Also includes IIOP_tunnel, TIBRV, JMS, and Tuxedo transport components.

Usage:

 using namespace IT_Bus;
 


Classes

class  IT_Bus::AllComplexType
 Base class for generated classes derived from all complex type definitions within a WSDL or XSD file. More...
class  IT_Bus::Any
 Class representing xsd:Any implementation for the Bus. More...
class  IT_Bus::AnyHolder
 A holder class for a pointer to a type derived from AnyType. More...
class  IT_Bus::AnySimpleType
 Base class for generated classes derived from simple type definitions within a WSDL or XSD file. More...
class  IT_Bus::AnySimpleTypeBaseT< T >
 Base template class for an AnySimpleType that wraps a primitive type. More...
class  IT_Bus::AnySimpleTypeT< T >
 Template implementation of AnySimpleType that holds a primitive type as a member variable. More...
class  IT_Bus::AnySimpleTypeRefT< T >
 Template implementation of AnySimpleType that holds a reference to a primitive type as a member variable. More...
class  IT_Bus::AnySimpleTypeConstRefT< T >
 Template implementation of AnySimpleType that holds a constant reference to a primitive type as a member variable. More...
class  IT_Bus::AnyType
 Base class for generated classes derived from the type definitions within a WSDL or XSD file. More...
class  IT_Bus::ArrayT< T >
 Array implementation template class. More...
class  IT_Bus::BinaryAnySimpleType
 Base class for implementations of AnySimleType that wrap a BinaryInParam or BinaryOutParam. More...
class  IT_Bus::BinaryOutParamAnySimpleType
 Implementation of AnySimpleType that holds a reference to a BinaryOutParam. More...
class  IT_Bus::BinaryInParamAnySimpleType
 Implementation of AnySimpleType that holds a const reference to a BinaryInParam. More...
class  IT_Bus::BinaryBuffer
 Class implementing the binary buffer. More...
class  IT_Bus::BinaryBufferNillable
 Nillable implementation that keeps the data object in a member variable. More...
class  IT_Bus::HexBinary
 Class encapsulated within generated classes derived from hexBinary type definitions in a WSDL or XSD file. More...
class  IT_Bus::Base64Binary
 Class encapsulated within generated classes derived from base64Binary type definitions in a WSDL or XSD file. More...
class  IT_Bus::BuiltInTypesFactory
 The IT_Bus::BuiltInTypeFactory class is used to create all the built-in types. More...
class  IT_Bus::Bus
 The IT_Bus::Bus class manages a collection of plugins, which provide the underlying functional capabilities of a Bus application. More...
class  IT_Bus::ChoiceComplexType
 Base class for generated classes derived from choice complex type definitions within a WSDL or XSD file. More...
class  IT_Bus::ClientProxyBase
 Base class for proxy code generated from a port type. More...
class  IT_Bus::ClientService
 Class representing the service within a client application. More...
class  IT_Bus::ComplexContentComplexType
 Base class for generated classes derived from complex content complex type definitions within a WSDL or XSD file. More...
class  IT_Bus::ComplexType
 Base class for generated classes derived from complex type definitions within a WSDL or XSD file. More...
class  IT_Bus::ComplexTypeWithSubstitution
 Base class for generated classes derived from complex type with substitution definitions within a WSDL or XSD file. More...
class  IT_Bus::Date
 Base class for generated classes derived from xsd:date type definitions within a WSDL or XSD file. More...
class  IT_Bus::DateTime
 Base class for generated classes derived from xsd:dateTime type definitions within a WSDL or XSD file. More...
class  IT_Bus::DeletingVector< T >
 Simple vector of pointers that deletes each pointer when the vector is destroyed. More...
class  IT_Bus::Duration
 Base class for generated classes derived from xsd:duration type definitions within a WSDL or XSD file. More...
class  IT_Bus::ElementList
 Collection of objects of type IT_Bus::AnyType. More...
class  IT_Bus::ElementListT< T >
 Template base class for element list implementations. More...
class  IT_Bus::EndpointReference
 Abstracting an ws endpoint. More...
class  IT_Bus::Exception
 Base class for all Bus exceptions. More...
class  IT_Bus::FaultCategory
 Class representing the categories of a fault There are a fixed number of categories that correspond to all types of system faults that may occur in a Bus. More...
class  IT_Bus::FaultSource
 Class representing the source of a system fault There are 3 possible sources of a fault which is represented by an enum. More...
class  IT_Bus::FaultCompletionStatus
 Class representing the completion status of the operation that was in progress when the fault occured. More...
class  IT_Bus::FaultException
 Class representing a system fault. More...
class  IT_Bus::FileOutputStream
 Class implementing a file output stream. More...
class  IT_Bus::GDay
 Class encapsulated within generated classes derived from gDay type definitions in a WSDL or XSD file. More...
class  IT_Bus::GMonth
 Class encapsulated within generated classes derived from gMonth type definitions in a WSDL or XSD file. More...
class  IT_Bus::GMonthDay
 Class encapsulated within generated classes derived from gMonthDay type definitions in a WSDL or XSD file. More...
class  IT_Bus::GYear
 Class encapsulated within generated classes derived from gYear type definitions in a WSDL or XSD file. More...
class  IT_Bus::GYearMonth
 Class encapsulated within generated classes derived from gYearMonth type definitions in a WSDL or XSD file. More...
class  IT_Bus::ID
 Class encapsulated within generated classes derived from ID type definitions in a WSDL or XSD file. More...
class  IT_Bus::Integer
 Class encapsulated within generated classes derived from xsd:integer type definitions in a WSDL or XSD file. More...
class  IT_Bus::NonPositiveInteger
 Class encapsulated within generated classes derived from xsd:nonPositiveInteger type definitions in a WSDL or XSD file. More...
class  IT_Bus::NegativeInteger
 Class encapsulated within generated classes derived from xsd:negativeInteger type definitions in a WSDL or XSD file. More...
class  IT_Bus::NonNegativeInteger
 Class encapsulated within generated classes derived from xsd:nonNegativeInteger type definitions in a WSDL or XSD file. More...
class  IT_Bus::PositiveInteger
 Class encapsulated within generated classes derived from xsd:positiveInteger type definitions in a WSDL or XSD file. More...
class  IT_Bus::Name
 Name class. More...
class  IT_Bus::NCName
 NCName class. More...
class  IT_Bus::Nillable
 Represents a nillable element. More...
class  IT_Bus::NillablePtr< T >
 Template implementation of Nillable as an auto_ptr. More...
class  IT_Bus::AnyHolderNillable
 Class representing a nillable version of the AnyHolder. More...
class  IT_Bus::BooleanNillable
 Class representing a nillable implementation of the built-in Boolean type. More...
class  IT_Bus::LongNillable
 Class representing a nillable implementation of the built-in Long type. More...
class  IT_Bus::ULongNillable
 Class representing a nillable implementation of the built-in ULong type. More...
class  IT_Bus::UIntNillable
 Class representing a nillable implementation of the built-in UInt type. More...
class  IT_Bus::IntNillable
 Class representing a nillable implementation of the built-in Int type. More...
class  IT_Bus::ShortNillable
 Class representing a nillable implementation of the built-in Short type. More...
class  IT_Bus::UShortNillable
 Class representing a nillable implementation of the built-in UShort type. More...
class  IT_Bus::StringNillable
 Class representing a nillable implementation of the built-in String type. More...
class  IT_Bus::ByteNillable
 Class representing a nillable implementation of the built-in Byte type. More...
class  IT_Bus::UByteNillable
 Class representing a nillable implementation of the built-in UByte type. More...
class  IT_Bus::FloatNillable
 Class representing a nillable implementation of the built-in Float type. More...
class  IT_Bus::DoubleNillable
 Class representing a nillable implementation of the built-in Double type. More...
class  IT_Bus::DecimalNillable
 Class representing a nillable implementation of the built-in Decimal type. More...
class  IT_Bus::IntegerNillable
 Class representing a nillable implementation of the built-in Integer type. More...
class  IT_Bus::PositiveIntegerNillable
 Class representing a nillable implementation of the built-in PositiveInteger type. More...
class  IT_Bus::NonPositiveIntegerNillable
 Class representing a nillable implementation of the built-in NonPositiveInteger type. More...
class  IT_Bus::NegativeIntegerNillable
 Class representing a nillable implementation of the built-in NegativeInteger type. More...
class  IT_Bus::NonNegativeIntegerNillable
 Class representing a nillable implementation of the built-in NonNegativeInteger type. More...
class  IT_Bus::QNameNillable
 Class representing a nillable implementation of the Qname type. More...
class  IT_Bus::DateTimeNillable
 Class representing a nillable implementation of the DateTime type. More...
class  IT_Bus::DateNillable
 Class representing a nillable implementation of the Date type. More...
class  IT_Bus::TimeNillable
 Class representing a nillable implementation of the Time type. More...
class  IT_Bus::GYearNillable
 Class representing a nillable implementation of the GYear type. More...
class  IT_Bus::GYearMonthNillable
 Class representing a nillable implementation of the GYearMonth type. More...
class  IT_Bus::GMonthNillable
 Class representing a nillable implementation of the GMonth type. More...
class  IT_Bus::GMonthDayNillable
 Class representing a nillable implementation of the GMonthDay type. More...
class  IT_Bus::GDayNillable
 Class representing a nillable implementation of the GDay type. More...
class  IT_Bus::DurationNillable
 Class representing a nillable implementation of the duration type. More...
class  IT_Bus::AnyURINillable
 Class representing a nillable implementation of the AnyURI type. More...
class  IT_Bus::NormalizedStringNillable
 Class representing a nillable implementation of the NormalizedString type. More...
class  IT_Bus::TokenNillable
 Class representing a nillable implementation of the Token type. More...
class  IT_Bus::LanguageNillable
 Class representing a nillable implementation of the Language type. More...
class  IT_Bus::NameNillable
 Class representing a nillable implementation of the Name type. More...
class  IT_Bus::NCNameNillable
 Class representing a nillable implementation of the NCName type. More...
class  IT_Bus::NMTokenNillable
 Class representing a nillable implementation of the NMToken type. More...
class  IT_Bus::NMTokensNillable
 Class representing a nillable implementation of the NMTokens type. More...
class  IT_Bus::IDNillable
 Class representing a nillable implementation of the ID type. More...
class  IT_Bus::Base64Nillable
 Class representing a nillable implementation of the Base64Binary type. More...
class  IT_Bus::HexNillable
 Class representing a nillable implementation of the HexBinary type. More...
class  IT_Bus::NillableValue< T >
 Nillable template implementation that keeps the data object in a member variable. More...
class  IT_Bus::NillableValueBase< T >
 Nillable template implementation that keeps the data object in a member variable. More...
class  IT_Bus::NormalizedString
 NormalizedString class. More...
class  IT_Bus::ObjectBase
 Base class for contained objects. More...
class  IT_Bus::Operation
 Base class definition for ClientOperation and ServerOperation classes. More...
class  IT_Bus::ClientOperation
 Class representing an operation within a client application. More...
class  IT_Bus::ServerOperation
 Class representing an operation within a server application. More...
class  IT_Bus::OutputStream
 Base class for output streams. More...
class  IT_Bus::Part
 Class representing a part of a message. More...
class  IT_Bus::PartList
 Class representing a list of message parts. More...
class  IT_Bus::TransactionInterface
 Base class for transaction methods. More...
class  IT_Bus::Port
 Class representing the Web service port. More...
class  IT_Bus::QName
 The QName class represents a qualified name as defined in the XML specifications. More...
class  IT_Bus::ReadableMessage
 Class representing an input or output message with modifiable/deserializable parts. More...
class  IT_Bus::RefCountedBase
 Base class for reference counted objects. More...
class  IT_Bus::ReferencePort
 Class representing a Web service endpoint/port. More...
class  IT_Bus::Reference
 Class representing a reference to a Web service. More...
struct  IT_Bus::SchemaTypeTraits< T >
 Schema traits associated with the compile-time type of a generated or built-in type. More...
class  IT_Bus::SequenceComplexType
 Base class for generated classes derived from sequence complex type definitions within a WSDL or XSD file. More...
class  IT_Bus::Servant
 Base class for stub and implementation classes generated from a WSDL file port type definition. More...
class  IT_Bus::WrapperServant
 Base class for server management wrapper classes. More...
class  IT_Bus::PerThreadServant
 Servant management wrapper class that provides a separate servant instance for each thread. More...
class  IT_Bus::PerInvocationServant
 Servant management wrapper class that provides a newly instantiated servant instance for each invocation. More...
class  IT_Bus::SerializedServant
 Servant management wrapper class that processes all invocations in a sequential order through a single instance of the servant. More...
class  IT_Bus::ServerService
 This class represents a base service functionality common to services running within server runtime. More...
class  IT_Bus::ServiceBase
 This class represents a base service functionality common to services running within client and server runtimes. More...
class  IT_Bus::ServiceLifecycleException
 Base class for exceptions raised during service activation and deactivation. More...
class  IT_Bus::ServiceActivationException
 Class representing a service lifecycle exception occuring during service activation. More...
class  IT_Bus::ShutdownRequestException
 Exception class that, when caught by the Bus runtime, causes the process to exit gracefully. More...
class  IT_Bus::SimpleContentComplexType
 Base class for generated classes derived from simple content complex type definitions within a WSDL or XSD file. More...
class  IT_Bus::SimpleTypeList
 Base class for a list of simple types derived from definitions within a WSDL or XSD file. More...
class  IT_Bus::SimpleTypeListT< T >
 Base template class for an SimpleTypeList. More...
class  IT_Bus::SimpleTypeUnion
 Base class for generated classes derived from union simple type definitions within a WSDL or XSD file. More...
class  IT_Bus::String
 The String class represents the public interface of the Bus internationalized string. More...
class  IT_Bus::Time
 Base class for generated classes derived from xsd:time type definitions within a WSDL or XSD file. More...
class  IT_Bus::Token
 Token class. More...
class  IT_Bus::NoActiveTransactionException
 Transaction related exceptions. More...
class  IT_Bus::TransactionIdentifier
 The interface used to represent an Identifier for a Transaction instance. More...
class  IT_Bus::TransactionManager
 The Interface used to conduct non-demarcation related actions on a transaction instance within Artix. More...
class  IT_Bus::TransactionManagerFacade
 The Interface is used as a delegating facade from one transaction system to another transaction system. More...
class  IT_Bus::TransactionNotificationHandler
 The event interface used to receive transaction notification events. More...
class  IT_Bus::TransactionParticipant
 The event interface used for participants of a transaction. More...
class  IT_Bus::TransactionSystem
 The interface used to control Transaction demarcation in Artix. More...
class  IT_Bus::UserFaultException
 Base class which is used by all classes which are generated from fault messages in WSDL. More...
class  IT_Bus::Var< T >
 Smart pointer to a reference counted object. More...
class  IT_Bus::WritableMessage
 Class representing an input or output message with writable/serializable parts. More...
class  IT_Bus::XMLOutputStream
 Specialized output stream fow writing XML content. More...
class  IT_Bus::EndpointAddress
 Base class for a Web service endpoint. More...
class  IT_Bus::IIOPWSDLAddress
 Class representing the endpoint address Web service using IIOP_Tunnel transport. More...
class  IT_Bus::MimeWSDLMultipartRelated
 Class representing the <mime:multipartRelated> child element within the WSDL file binding, operation <input> or <output> elements. More...
class  IT_Bus::SoapWSDLAddress
 Class representing the endpoint address for a SOAP over HTTP Web service. More...
class  IT_Bus::SoapWSDLBinding
 Class representing the <soap:binding> child element within the WSDL file binding <wsdl:binding> element. More...
class  IT_Bus::SoapWSDLBody
 Class representing the <soap:body> child element within the WSDL file binding, operation <input> or <output> elements. More...
class  IT_Bus::SoapWSDLExtensionElement
 Base class for SOAP binding or transport related WSDL extension elements. More...
class  IT_Bus::SoapWSDLFault
 Class representing the <soap:fault> child element within the WSDL file binding, operation <fault> element. More...
class  IT_Bus::SoapWSDLHeader
 Class representing the <soap:header> child element within the WSDL file binding, operation <input> or <output> elements. More...
class  IT_Bus::SoapWSDLOperation
 Class representing the <soap:operation> child element within the WSDL file binding <operation> element. More...
class  IT_Bus::TibrvWSDLArray
 Interface representing the <tibrv:array> child element within the WSDL file for Tibrv extensor elements:. More...
class  IT_Bus::TibrvWSDLBinding
 Class representing the <tibrv:binding> child element within the WSDL file binding <binding> element. More...
class  IT_Bus::TibrvWSDLExtensionElement
 Base class for TIBRV binding or transport related WSDL extension elements. More...
class  IT_Bus::TibrvWSDLInput
 Class representing the <tibrv:input> child element within the WSDL file binding, operation <input> element. More...
class  IT_Bus::TibrvWSDLInputOutput
 Implementation class for TIBRV binding input and output extension elements. More...
class  IT_Bus::TibrvWSDLOperation
 Class representing the <tibrv:operation> child element within the WSDL file binding <operation> element. More...
class  IT_Bus::TibrvWSDLOutput
 Class representing the <tibrv:output> child element within the WSDL file binding, operation <outputt> element. More...
class  IT_Bus::TibrvWSDLPort
 Class representing the <tibrv:port> child element within the WSDL file service <port> element. More...
class  IT_Bus::TunnelWSDLAddress
 Class representing the <iiop:address> child element within the WSDL file service <port> element. More...
class  IT_Bus::TunnelWSDLExtensionElement
 Base class for IIOP_tunnel transport related WSDL extension elements. More...
class  IT_Bus::TunnelWSDLPayload
 Class representing the <iiop:payload> child element within the WSDL file service <port> element. More...
class  IT_Bus::TunnelWSDLPolicy
 Class representing the <iiop:policy> child element within the WSDL file service <port> element. More...
class  IT_Bus::TuxedoWSDLExtensionElement
 Base class for Tuxedo transport related WSDL extension elements. More...
class  IT_Bus::XMLFormatWSDLBinding
 Class representing the <xformat:binding> child element within the WSDL file <binding> element. More...
class  IT_Bus::XMLFormatWSDLBody
 Class representing the <xformat:body> child element within the WSDL file binding, operation <input> or <output> elements. More...
class  IT_Bus::AnyTypeFactory
 Abstract interface for factories that can create AnyType instances from schema type names, and UserFaultException instances from message names. More...
class  IT_Bus::BuiltInType< T, TYPE >
 BuiltInType template implementation keeps the data object in a member variable. More...
class  IT_Bus::BusORBPlugIn
 Class used to integrate the Bus plugin architecture into the underlying ORB architecture. More...
class  IT_Bus::BusPlugIn
 Base class for Bus plugins. More...
class  IT_Bus::BusPlugInFactory
 Base class for application specific factory classes that create instances of a class derived from BusPlugIn. More...
class  IT_Bus::ContextRegistry
 Class that maintains a collection of built-in and application specific contexts. More...
class  IT_Bus::ContextContainer
 Class that manages collections of contexts. More...
class  IT_Bus::ContextCurrent
 Class that manages instances of the context container. More...
class  IT_Bus::AddressContext
 Class representing context that is accesible using the IT_ContextAttributes::SERVER_ADDRESS_CONTEXT key. More...
class  IT_Bus::Interceptor
 Base class for both request and message interceptors. More...
class  IT_Bus::ServerMessageInterceptor
 Base class for server message interceptors. More...
class  IT_Bus::ServerRequestInterceptor
 Base class for server request interceptors. More...
class  IT_Bus::ClientMessageInterceptor
 Base class for client message interceptors. More...
class  IT_Bus::ClientRequestInterceptor
 Base class for client request interceptors. More...
class  IT_Bus::InterceptorFactory
 Base class for interceptor factory classes. More...
class  IT_Bus::InterceptorFactoryManager
 Class implementing the interceptor factory manager. More...
class  IT_Bus::InterceptorNode
 Interceptor node. More...
class  IT_Bus::OTSInterposedTransaction
 Abstract class used to represent an interposed OTS Transaction. More...
class  IT_Bus::OTSTransactionIdentifier
 Interface used to represent an OTSTransaction instance. More...
class  IT_Bus::OTSTransactionManager
 Abstract class used to represent a CORBA OTS Transaction manager instance. More...
class  IT_Bus::PartManager
 Class that creates parts and populates input and output messages of an operation. More...
class  IT_Bus::ClientOperationPassThrough
 Class representing the Client Message Buffers of an operation. More...
class  IT_Bus::ServerOperationPassThrough
 Class representing the Server Message Buffers of an operation. More...
class  IT_Bus::PDKBus
 Bus class that includes methods needed to register and manage plugins that implement bindings, transports, and interceptors. More...
class  IT_Bus::SimplePool< T, TFactory >
 Utility template class for pooling objects. More...
class  IT_Bus::SimpleReader
 Reader that throws DeserializationException from all read methods except those for simple types and nillables. More...
class  IT_Bus::WSATInterposedTransaction
 Abstract class used to represent an interposed WS-AtomicTransactions Transaction. More...
class  IT_Bus::WSATTransactionIdentifier
 Interface used to represent an WS-AtomicTransactions Transaction instance. More...
class  IT_Bus::WSATTransactionManager
 Abstract class used to represent a WS-AtomicTransactions Transaction manager instance. More...
class  IT_Bus::XATransactionIdentifier
 Interface used to represent an XATransaction instance. More...
class  IT_Bus::XATransactionManager
 Abstract class used to represent a CORBA XA Transaction manager instance. More...

Typedefs

typedef BinaryOutParamNillable<
&IT_W3CConstants::NT_SCHEMA_BASE64 > 
Base64BinaryOutParamNillable
 XML Schema Base64Binary datatype.
typedef BinaryOutParamNillable<
&IT_W3CConstants::NT_SCHEMA_HBIN > 
HexBinaryOutParamNillable
 XML Schema HexBinary datatype.
typedef BinaryInParamNillable<
&IT_W3CConstants::NT_SCHEMA_BASE64 > 
Base64BinaryInParamNillable
 XML Schema Base64Binary datatype.
typedef BinaryInParamNillable<
&IT_W3CConstants::NT_SCHEMA_HBIN > 
HexBinaryInParamNillable
 XML Schema HexBinary datatype.
typedef unsigned long CorrelationId
 Identifier to correlate request and response.
typedef ServerService Service
 Typedef associating the type Service with the ServerService class.
typedef IT_Bool Boolean
 XML Schema Boolean datatype.
typedef IT_LongLong Long
 XML Schema Long datatype.
typedef IT_ULongLong ULong
 XML Schema ULong datatype.
typedef IT_ULong UInt
 XML Schema UInt datatype.
typedef IT_Long Int
 XML Schema Int datatype.
typedef IT_Short Short
 XML Schema Short datatype.
typedef IT_UShort UShort
 XML Schema UShort datatype.
typedef char Character
 XML intrinisc character datatype.
typedef signed char Byte
 XML Schema Byte datatype.
typedef unsigned char UByte
 XML Schema unsignedByte datatype.
typedef float Float
 XML Schema Float datatype.
typedef double Double
 XML Schema Double datatype.
typedef IT_FixedPoint Decimal
 XML Schema Decimal datatype.
typedef BuiltInType< IT_Bus::Boolean,
&IT_W3CConstants::NT_SCHEMA_BOOLEAN > 
BooleanHolder
 XML Schema Boolean datatype.
typedef BuiltInType< IT_Bus::Byte,
&IT_W3CConstants::NT_SCHEMA_BYTE > 
ByteHolder
 XML Schema Byte datatype.
typedef BuiltInType< IT_Bus::Short,
&IT_W3CConstants::NT_SCHEMA_SHORT > 
ShortHolder
 XML Schema Short datatype.
typedef BuiltInType< IT_Bus::Int,
&IT_W3CConstants::NT_SCHEMA_INT > 
IntHolder
 XML Schema Int datatype.
typedef BuiltInType< IT_Bus::Long,
&IT_W3CConstants::NT_SCHEMA_LONG > 
LongHolder
 XML Schema Long datatype.
typedef BuiltInType< IT_Bus::String,
&IT_W3CConstants::NT_SCHEMA_STRING > 
StringHolder
 XML Schema String datatype.
typedef BuiltInType< IT_Bus::Float,
&IT_W3CConstants::NT_SCHEMA_FLOAT > 
FloatHolder
 XML Schema Float datatype.
typedef BuiltInType< IT_Bus::Double,
&IT_W3CConstants::NT_SCHEMA_DOUBLE > 
DoubleHolder
 XML Schema Double datatype.
typedef BuiltInType< IT_Bus::UByte,
&IT_W3CConstants::NT_SCHEMA_UBYTE > 
UByteHolder
 XML Schema unsignedByte datatype.
typedef BuiltInType< IT_Bus::UShort,
&IT_W3CConstants::NT_SCHEMA_USHORT > 
UShortHolder
 XML Schema UShort datatype.
typedef BuiltInType< IT_Bus::UInt,
&IT_W3CConstants::NT_SCHEMA_UINT > 
UIntHolder
 XML Schema UInt datatype.
typedef BuiltInType< IT_Bus::ULong,
&IT_W3CConstants::NT_SCHEMA_ULONG > 
ULongHolder
 XML Schema ULong datatype.
typedef BuiltInType< IT_Bus::Decimal,
&IT_W3CConstants::NT_SCHEMA_DECIMAL > 
DecimalHolder
 XML Schema Decimal datatype.
typedef BuiltInType< IT_Bus::QName,
&IT_W3CConstants::NT_SCHEMA_QNAME > 
QNameHolder
 XML Schema QName datatype.
typedef BuiltInType< IT_Bus::DateTime,
&IT_W3CConstants::NT_SCHEMA_DATETIME > 
DateTimeHolder
 XML Schema DateTime datatype.
typedef BuiltInType< IT_Bus::HexBinary,
&IT_W3CConstants::NT_SCHEMA_HBIN > 
HexBinaryHolder
 XML Schema HBin datatype.
typedef BuiltInType< IT_Bus::Base64Binary,
&IT_W3CConstants::NT_SCHEMA_BASE64 > 
Base64BinaryHolder
 XML Schema Base64 datatype.

Enumerations

enum  MessageType
 Message types.
enum  InterceptorType
 An enum indicating the whether the interceptor is written in C++ or Java. More...

Functions

Bus_var IT_BUS_API init (int &argc, char *argv[], const char *orb_identifier="")
 Initialize an instance of the Bus.
void IT_BUS_API run ()
 Put event processing into an infinite loop to prevent the current thread from exiting until the bus is shut down.
void IT_BUS_API shutdown (IT_Bool wait_for_completion=true) throw ((IT_Bus::Exception))
 Shut down the Bus instance.
IT_AFC_API Date operator+ (const Date &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix addition operator for a Date and a Duration.
IT_AFC_API Date operator- (const Date &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix subtraction operator for a Date and a Duration.
IT_AFC_API DateTime operator+ (const DateTime &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix addition operator for a DateTime and a Duration.
IT_AFC_API DateTime operator- (const DateTime &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix subtraction operator for a DateTime and a Duration.
IT_AFC_API Duration operator+ (const Duration &rhs) throw (())
 Prefix addition operator.
IT_AFC_API Duration operator- (const Duration &rhs) throw (())
 Prefix subtraction operator.
void IT_BUS_XML_API from_string (const String &data, AnyType &result, const QName &element_name=default_from_string_element_name) throw ((IT_Bus::Exception))
 Read an AnyType object as an XML element.
void IT_BUS_XML_API from_file (const String &file_name, AnyType &result, const QName &element_name=default_from_string_element_name) throw ((IT_Bus::Exception))
 Read an AnyType object from an XML file.
IT_AFC_API GDay operator+ (const GDay &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix addition operator for a GDay and a Duration.
IT_AFC_API GDay operator- (const GDay &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix subtraction operator for a GDay and a Duration.
IT_AFC_API GMonth operator+ (const GMonth &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix addition operator for a GMonth and a Duration.
IT_AFC_API GMonth operator- (const GMonth &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix subtraction operator for a GMonth and a Duration.
IT_AFC_API GMonthDay operator+ (const GMonthDay &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix addition operator for a GMonthDay and a Duration.
IT_AFC_API GMonthDay operator- (const GMonthDay &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix subtraction operator for a GMonthDay and a Duration.
IT_AFC_API GYear operator+ (const GYear &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix addition operator for a GYear and a Duration.
IT_AFC_API GYear operator- (const GYear &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix subtraction operator for a GYear and a Duration.
IT_AFC_API GYearMonth operator+ (const GYearMonth &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix addition operator for a GYearMonth and a Duration.
IT_AFC_API GYearMonth operator- (const GYearMonth &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix subtraction operator for a GYearMonth and a Duration.
IT_AFC_API bool operator== (const Integer &lhs, const Integer &rhs) throw (())
 Equality operator.
IT_AFC_API bool operator!= (const Integer &lhs, const Integer &rhs) throw (())
 Inequality operator.
IT_AFC_API bool operator< (const Integer &lhs, const Integer &rhs) throw (())
 Less-than operator.
IT_AFC_API bool operator> (const Integer &lhs, const Integer &rhs) throw (())
 Greater-than operator.
IT_AFC_API bool operator>= (const Integer &lhs, const Integer &rhs) throw (())
 Greater-than or equal-to operator.
IT_AFC_API bool operator<= (const Integer &lhs, const Integer &rhs) throw (())
 Less-than or equal-to operator.
IT_AFC_API Integer operator+ (const Integer &rhs) throw (())
 Prefix addition operator.
IT_AFC_API Integer operator- (const Integer &rhs) throw (())
 Prefix subtraction operator.
IT_AFC_API bool operator! (const Integer &rhs) throw (())
 Not operator.
IT_AFC_API Integer operator+ (const Integer &lhs, const Integer &rhs) throw ((IT_Bus::Exception))
 Infix addition operator.
IT_AFC_API Integer operator- (const Integer &lhs, const Integer &rhs) throw ((IT_Bus::Exception))
 Infix subtraction operator.
IT_AFC_API Integer operator * (const Integer &lhs, const Integer &rhs) throw ((IT_Bus::Exception))
 Multiplication operator.
IT_AFC_API Integer operator/ (const Integer &lhs, const Integer &rhs) throw ((IT_Bus::Exception))
 Division operator.
IT_AFC_API Integer operator% (const Integer &lhs, const Integer &rhs) throw ((IT_Bus::Exception))
 Modulo operator.
template<class T>
Boolean equal_or_nil (const T *a, const T *b)
 Convenience function for testing whether two pointers are both nil, or both non-nil with the objects they point to being equal.
template<class T>
void set_modifiable_value (Part &part, T &value)
 Convenience template to wrap a simple type reference in an anytype wrapper and set the part to it.
template<class T>
void set_const_value (Part &part, T &value)
 Convenience template to wrap a simple type in an anytype wrapper and set the part to it.
template<class T>
void add_const_part (PartList &parts, const QName &name, const T &value)
 Convenience template to wrap a simple type in an AnyType wrapper and add it to the part list.
template<>
IT_AFC_API void add_const_part< BinaryInParam > (PartList &parts, const QName &name, const BinaryInParam &value)
 Specialization for binary params which have different wrapper.
template<>
IT_AFC_API void add_const_part< AnyType > (PartList &parts, const QName &name, const AnyType &value)
 Specialization for adding AnyType&.
template<class T>
void add_modifiable_part (PartList &parts, const QName &name, T &value)
 Convenience template to wrap a simple type reference in an AnyType wrapper and add it to the part list.
template<>
IT_AFC_API void add_modifiable_part< BinaryOutParam > (PartList &parts, const QName &name, BinaryOutParam &value)
 Specialization for binary params which have different wrapper.
template<>
IT_AFC_API void add_modifiable_part< AnyType > (PartList &parts, const QName &name, AnyType &value)
 Specialization for AnyType&.
IT_AFC_API Time operator+ (const Time &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix addition operator for a Time and a Duration.
IT_AFC_API Time operator- (const Time &lhs, const Duration &rhs) throw ((IT_Bus::Exception))
 Infix subtraction operator for a Time and a Duration.
String IT_BUS_XML_API to_string (const AnyType &data, const QName &element_name=default_to_string_element_name) throw ((IT_Bus::Exception))
 Write an AnyType object as an XML element.
void IT_BUS_XML_API to_file (const String &file_name, const AnyType &data, const QName &element_name=default_to_string_element_name) throw ((IT_Bus::Exception))
 Write an AnyType object as an XML element.
template<class T, class U>
T * dynamic_cast_var (Var< U > &var)
 Casting operations that preserve reference counts.
template<class T, class U>
T * static_cast_var (Var< U > &var)
 Casting operations that preserve reference counts.
template<class T, class U>
T * const_cast_var (Var< U > &var)
 Casting operations that preserve reference counts.
template<class T, class U>
T * dynamic_cast_var (U *ptr)
 Call ptr->_remove_ref if the cast fails.
template<class T, class U>
T * static_cast_var (U *ptr)
 Not really necessary but for symmetry.
template<class T, class U>
T * const_cast_var (U *ptr)
 Not really necessary but for symmetry.


Typedef Documentation

typedef BinaryInParamNillable<&IT_W3CConstants::NT_SCHEMA_BASE64> IT_Bus::Base64BinaryInParamNillable
 

XML Schema Base64Binary datatype.

Used in Fields of Complex Types

Definition at line 2276 of file nillable_types.h.

typedef BinaryOutParamNillable<&IT_W3CConstants::NT_SCHEMA_BASE64> IT_Bus::Base64BinaryOutParamNillable
 

XML Schema Base64Binary datatype.

Used in Fields of Complex Types

Definition at line 2264 of file nillable_types.h.

typedef char IT_Bus::Character
 

XML intrinisc character datatype.

This is currently assumed to be using the ISO Latin-1 (8859.1) codeset but will be a wide character (UTF-16?) when wide char support is introduced.

Definition at line 56 of file types.h.

typedef BinaryInParamNillable<&IT_W3CConstants::NT_SCHEMA_HBIN> IT_Bus::HexBinaryInParamNillable
 

XML Schema HexBinary datatype.

Used in Fields of Complex Types

Definition at line 2282 of file nillable_types.h.

typedef BinaryOutParamNillable<&IT_W3CConstants::NT_SCHEMA_HBIN> IT_Bus::HexBinaryOutParamNillable
 

XML Schema HexBinary datatype.

Used in Fields of Complex Types

Definition at line 2270 of file nillable_types.h.

typedef BuiltInType<IT_Bus::String, &IT_W3CConstants::NT_SCHEMA_STRING> IT_Bus::StringHolder
 

XML Schema String datatype.

This is assumed to be using the ISO Latin-1 (8859.1) codeset.

Definition at line 262 of file built_in_type.h.


Enumeration Type Documentation

enum InterceptorType
 

An enum indicating the whether the interceptor is written in C++ or Java.

C++ interceptors are represented by the enum 0

Java interceptors are represented by an enum other than 0

Definition at line 42 of file interceptor.h.


Function Documentation

template<class T>
void add_const_part PartList &  parts,
const QName &  name,
const T &  value
 

Convenience template to wrap a simple type in an AnyType wrapper and add it to the part list.

Note the part list points to the data, it must remain valid until the part list is deleted.

Definition at line 152 of file part_list.h.

References IT_Bus::PartList::add_const_part(), and add_const_part().

Referenced by add_const_part().

template<class T>
void add_modifiable_part PartList &  parts,
const QName &  name,
T &  value
 

Convenience template to wrap a simple type reference in an AnyType wrapper and add it to the part list.

Note the part list points to the data, it must remain valid until the part list is deleted.

Definition at line 190 of file part_list.h.

References IT_Bus::PartList::add_modifiable_part(), and add_modifiable_part().

Referenced by add_modifiable_part().

template<class T, class U>
T* const_cast_var Var< U > &  var  ) 
 

Casting operations that preserve reference counts.

The return value should be stored in a Var.

Definition at line 227 of file var.h.

References const_cast_var(), and IT_Bus::Var< T >::get().

Referenced by const_cast_var().

template<class T, class U>
T* dynamic_cast_var Var< U > &  var  ) 
 

Casting operations that preserve reference counts.

The return value should be stored in a Var.

Definition at line 191 of file var.h.

References dynamic_cast_var(), and IT_Bus::Var< T >::get().

Referenced by dynamic_cast_var().

template<class T>
Boolean equal_or_nil const T *  a,
const T *  b
 

Convenience function for testing whether two pointers are both nil, or both non-nil with the objects they point to being equal.

Useful for testing equality of nillable values that are mapped to pointers in generated code.

Definition at line 94 of file nillable.h.

References equal_or_nil().

Referenced by equal_or_nil().

void IT_BUS_XML_API from_file const String &  file_name,
AnyType &  result,
const QName &  element_name = default_from_string_element_name
throw ((IT_Bus::Exception))
 

Read an AnyType object from an XML file.

Parameters:
file_name the XML file location.
element_name name of the element.
result the AnyType

void IT_BUS_XML_API from_string const String &  data,
AnyType &  result,
const QName &  element_name = default_from_string_element_name
throw ((IT_Bus::Exception))
 

Read an AnyType object as an XML element.

Parameters:
data the XML data.
element_name name of the element.
result the AnyType

Bus_var IT_BUS_API init int &  argc,
char *  argv[],
const char *  orb_identifier = ""
 

Initialize an instance of the Bus.

Parameters:
argc parameter from the command line used to start the process
argv[] parameter from the command line used to start the process
Optional name of configuration scope from which to read configuration values
Returns:
A smart pointer to the Bus instance.

void IT_BUS_API run  ) 
 

Put event processing into an infinite loop to prevent the current thread from exiting until the bus is shut down.

It is not necessary to call run() to process incoming requests; run prevents the process from exiting. Once a servant is registered with the Bus, it will receive incoming requests.

void IT_BUS_API shutdown IT_Bool  wait_for_completion = true  )  throw ((IT_Bus::Exception))
 

Shut down the Bus instance.

Parameters:
IT_Bool indicating whether to delay return from this method until shutdown completes.

template<class T, class U>
T* static_cast_var Var< U > &  var  ) 
 

Casting operations that preserve reference counts.

The return value should be stored in a Var.

Definition at line 209 of file var.h.

References IT_Bus::Var< T >::get(), and static_cast_var().

Referenced by static_cast_var().

void IT_BUS_XML_API to_file const String &  file_name,
const AnyType &  data,
const QName &  element_name = default_to_string_element_name
throw ((IT_Bus::Exception))
 

Write an AnyType object as an XML element.

Parameters:
data the object to write.
element_name name of the element.
Returns:
the XML element as a String.

String IT_BUS_XML_API to_string const AnyType &  data,
const QName &  element_name = default_to_string_element_name
throw ((IT_Bus::Exception))
 

Write an AnyType object as an XML element.

Parameters:
data the object to write.
element_name name of the element.
Returns:
the XML element as a String.


Generated on Wed Mar 22 12:23:21 2006 for Artix by  doxygen 1.3.9.1