RCrossEnablerServerSession Class Reference

#include <ext/mw/crossenablerserversession.h>

class RCrossEnablerServerSession : public RSessionBase

Inherits from

Nested Classes and Structures

Public Member Functions
RCrossEnablerServerSession()
voidCancelRequest()
TInt Connect()
TCenrepData GetUserCredentails()
voidProfileChanged()
voidRegisterNotification(HBufC8 *, TRequestStatus &)
voidSignOut()
voidUpdateUserCredential(const TCenrepData &)
TVersion Version()
Inherited Attributes
RHandleBase::iHandle
Inherited Enumerations
RHandleBase:TAttributes
RSessionBase:TAttachMode
Inherited Functions
RHandleBase::Attributes()const
RHandleBase::BTraceId()const
RHandleBase::Close()
RHandleBase::DoExtendedClose()
RHandleBase::Duplicate(const RThread &,TOwnerType)
RHandleBase::FullName()const
RHandleBase::FullName(TDes &)const
RHandleBase::Handle()const
RHandleBase::HandleInfo(THandleInfo *)
RHandleBase::Name()const
RHandleBase::NotifyDestruction(TRequestStatus &)
RHandleBase::Open(const TFindHandleBase &,TOwnerType)
RHandleBase::OpenByName(const TDesC &,TOwnerType,TInt)
RHandleBase::RHandleBase()
RHandleBase::RHandleBase(TInt)
RHandleBase::SetHandle(TInt)
RHandleBase::SetHandleNC(TInt)
RSessionBase::CreateSession(RServer2,const TVersion &)
RSessionBase::CreateSession(RServer2,const TVersion &,TInt)
RSessionBase::CreateSession(RServer2,const TVersion &,TInt,TIpcSessionType,const TSecurityPolicy *,TRequestStatus *)
RSessionBase::CreateSession(const TDesC &,const TVersion &)
RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt)
RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt,TIpcSessionType,const TSecurityPolicy *,TRequestStatus *)
RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt,TRequestStatus *)
RSessionBase::Open(RMessagePtr2,TInt,TOwnerType)
RSessionBase::Open(RMessagePtr2,TInt,const TSecurityPolicy &,TOwnerType)
RSessionBase::Open(TInt,TOwnerType)
RSessionBase::Open(TInt,const TSecurityPolicy &,TOwnerType)
RSessionBase::Send(TInt)const
RSessionBase::Send(TInt,const TIpcArgs &)const
RSessionBase::SendReceive(TInt)const
RSessionBase::SendReceive(TInt,TRequestStatus &)const
RSessionBase::SendReceive(TInt,const TIpcArgs &)const
RSessionBase::SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const
RSessionBase::SetReturnedHandle(TInt)
RSessionBase::SetReturnedHandle(TInt,RHandleBase &)
RSessionBase::SetReturnedHandle(TInt,const TSecurityPolicy &)
RSessionBase::ShareAuto()
RSessionBase::ShareProtected()

Detailed Description

RCrossEnablerServerSession This class provides the client-side interface to the server session

Constructor & Destructor Documentation

RCrossEnablerServerSession ( )

RCrossEnablerServerSession()

RCrossEnablerServerSession . Constructs the object.

Member Function Documentation

CancelRequest ( )

voidCancelRequest()

Connect ( )

TInt Connect()

Connect. Connects to the server and create a session.

Return Value
Error code.

GetUserCredentails ( )

TCenrepData GetUserCredentails()

GetUserCredentails. Issues a request for the time to the server.

ProfileChanged ( )

voidProfileChanged()

ProfileChanged. Issues the request for ProfileChanged.

generate notification about ProfileChanged event. Calling this method will generate ProfileChanged event.

RegisterNotification ( HBufC8 *, TRequestStatus & )

voidRegisterNotification(HBufC8 *aBuffer,
TRequestStatus &aStatus
)

Registers the notification with server

SignOut ( )

voidSignOut()

signOut. Issues the request for signout.

UpdateUserCredential ( const TCenrepData & )

voidUpdateUserCredential(const TCenrepData &aUserCredential)

Updates the user credentials

Version ( )

TVersion Version()const

Version. Gets the version number.

Return Value
The version.