This class allows you to specify what subtypes of IlsSwComponent
should be used instead of IlsSwComponent
.
More...
#include <ilmvsw/mvswcomp.h>
Public Member Functions | |
virtual IlsMvComponent * | newInstance () |
Creates a new object of type IlsSwComponent or of one of its subtypes. | |
Public Member Functions inherited from IlsMvComponentFactory | |
IlsMvComponentFactory () | |
Constructor. More... | |
virtual | ~IlsMvComponentFactory () |
Destructor. More... | |
virtual const char * | getHostName () |
Ysed by Rogue Wave Server when a component connects to a server. More... | |
virtual const char * | getInetId () |
Used by Rogue Wave Server when a component connects to a server. More... | |
virtual long | getProcessId () |
Used by Rogue Wave Server when a component connects to a server. More... | |
virtual long | getUserId () |
Used by Rogue Wave Server when a component connects to a server. More... | |
virtual IlsMvValue * | getUserInfo (int &argc) |
Called by a Server component when the connection to a server is established. More... | |
virtual const char * | getUserName () |
Used by Rogue Wave Server when a component connects to a server. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from IlsMvComponentFactory | |
static IlsMvComponentFactory & | GetSingleton () |
Returns a reference to the component factory. More... | |
static IlsMvComponentFactory * | GetSingletonPtr () |
Returns a pointer to the class singleton. More... | |
static IlsMvComponent * | Instanciate () |
Called by Rogue Wave Server to create a new instance of the IlsMvComponent class. More... | |
static IlsMvComponentFactory * | SetSingleton (IlsMvComponentFactory *s) |
Declares the object pointed to by s as the component factory singleton. More... | |
This class allows you to specify what subtypes of IlsSwComponent
should be used instead of IlsSwComponent
.
Library: mvsw
IlsSwComponent
.