class Akenti::SocketImplFactory

This abstract class provides applications with socket generation.

Public Methods

[more] SocketImplFactory ()
Creates the object
[more]virtual ~SocketImplFactory ()
Destroys the object
[more]virtual SocketImpl* createSocketImpl () const
Creates a new SocketImpl object.
[more]static void setSocketImplFactory (const SocketImplFactory& fac)
Sets this object to the new SocketImplFactory fac.
[more]static const SocketImplFactory& getSocketImplFactory ()
Returns the SocketImplFactory object.


Documentation

This abstract class provides applications with socket generation.

o SocketImplFactory()
Creates the object

ovirtual ~SocketImplFactory()
Destroys the object

ovirtual SocketImpl* createSocketImpl() const
Creates a new SocketImpl object.

Returns:
the new SocketImpl object

ostatic void setSocketImplFactory(const SocketImplFactory& fac)
Sets this object to the new SocketImplFactory fac.

Parameters:
fac - the new SocketImplFactory

ostatic const SocketImplFactory& getSocketImplFactory()
Returns the SocketImplFactory object.

Returns:
the SocketImplFactory object


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/11/01

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.