org.mobicents.slee.resource.parlay.session
Interface ServiceSession

All Known Subinterfaces:
CallControlManager, MultiPartyCallControlManager, UIManager
All Known Implementing Classes:
CallControlManagerImpl, MultiPartyCallControlManagerImpl, UIManagerImpl

public interface ServiceSession

Stores state pertaining to a specific service session.


Field Summary
static int GenericCallControl
           
static int MultiPartyCallControl
           
static int UserInteraction
           
 
Method Summary
 void destroy()
          Destroys this session
 org.mobicents.csapi.jr.slee.TpServiceIdentifier getTpServiceIdentifier()
          Returns an identifier for the underlying service session
 int getType()
          Return an int identifying the type of this service.
 void init()
          Initialises this session.
 

Field Detail

MultiPartyCallControl

static final int MultiPartyCallControl
See Also:
Constant Field Values

UserInteraction

static final int UserInteraction
See Also:
Constant Field Values

GenericCallControl

static final int GenericCallControl
See Also:
Constant Field Values
Method Detail

getType

int getType()
Return an int identifying the type of this service.

Returns:

getTpServiceIdentifier

org.mobicents.csapi.jr.slee.TpServiceIdentifier getTpServiceIdentifier()
Returns an identifier for the underlying service session

Returns:

init

void init()
          throws javax.slee.resource.ResourceException
Initialises this session.

Throws:
javax.slee.resource.ResourceException

destroy

void destroy()
Destroys this session



Copyright © 2009. All Rights Reserved.