SkyGI::ServiceManagerInterface Class Reference

Collaboration diagram for SkyGI::ServiceManagerInterface:
[legend]
List of all members.

Public Member Functions

 ServiceManagerInterface ()
 ~ServiceManagerInterface ()
bool IsValid ()
bool SendMessage (DesktopCommunicationMessage *pMessage)
DesktopCommunicationMessageNewMessage (const String &szType, int &uiTransactionID)
DesktopCommunicationMessageWaitMessage (int iTimeoutInMsecs, int uiTransactionID)

Static Public Member Functions

static ServiceManagerInterfaceGet ()

Classes

class  Private

Detailed Description

ServiceManager communication class

This class is used internally to connect to the service manager


Constructor & Destructor Documentation

ServiceManagerInterface::ServiceManagerInterface (  ) 

Construct a Service Manager interface

Description:
Constructs a Service Manager interface and connects to the Service Manager. Never call this function directly but use ServiceManagerInterface::Get() instead.

ServiceManagerInterface::~ServiceManagerInterface (  ) 


Member Function Documentation

ServiceManagerInterface * ServiceManagerInterface::Get (  )  [static]

Get interface to the Service Manager

Description:
Use this function to get a interface to the Service Manager. If not connected already this function will instance a ServiceManagerInterface and connects to the Service Manager.

bool ServiceManagerInterface::IsValid (  ) 

bool ServiceManagerInterface::SendMessage ( DesktopCommunicationMessage pMessage  ) 

DesktopCommunicationMessage * ServiceManagerInterface::NewMessage ( const String szType,
int &  uiTransactionID 
)

DesktopCommunicationMessage * ServiceManagerInterface::WaitMessage ( int  iTimeoutInMsecs,
int  uiTransactionID 
)


Generated on Thu Dec 13 18:14:10 2007 for SkyGI by  doxygen 1.5.1-p1