class CloseSessionRequestAction

Delegates this call to IUIPMListener, by calling it's closeSession method.

Public Methods

[more] CloseSessionRequestAction(IUIPMListener*uipmListener)
Closes the Session Request.
[more]string execute()
Close the existing session with the sessionId specified by 'sessionId' by calling IUIPMListener's closeSession() method.


Documentation

Delegates this call to IUIPMListener, by calling it's closeSession method. Parse the request and get the response by calling closeSession method of IUIPMListener.

o CloseSessionRequestAction(IUIPMListener*uipmListener)
Closes the Session Request.

Parameters:
- uipmListener an Object of IUIPMListener

ostring execute()
Close the existing session with the sessionId specified by 'sessionId' by calling IUIPMListener's closeSession() method.

The responseBody will be like : <sessionClosed/>

Returns:
a String


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.0

Alphabetic index HTML hierarchy of classes or Java



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