org.mobicents.csapi.jr.slee.cc.cccs
Class FloorRequestEvent

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.ResourceEvent
      extended by org.mobicents.csapi.jr.slee.cc.cccs.FloorRequestEvent
All Implemented Interfaces:
java.io.Serializable

public class FloorRequestEvent
extends ResourceEvent

This event is used to inform the application about the floor requests from the network. The application can grant the request by calling the appointSpeaker method.

See Also:
Serialized Form

Constructor Summary
FloorRequestEvent(TpServiceIdentifier tpServiceIdentifier, TpSubConfCallIdentifier tpSubConfCallIdentifier, int callLegSessionID)
          Constructor for FloorRequestEvent
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getCallLegSessionID()
          Returns the callLegSessionID
 TpSubConfCallIdentifier getTpSubConfCallIdentifier()
          Returns the tpSubConfCallIdentifier
 int hashCode()
          Returns a hashcode value for the object.
 
Methods inherited from class org.mobicents.csapi.jr.slee.ResourceEvent
getService
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloorRequestEvent

public FloorRequestEvent(TpServiceIdentifier tpServiceIdentifier,
                         TpSubConfCallIdentifier tpSubConfCallIdentifier,
                         int callLegSessionID)
Constructor for FloorRequestEvent

Parameters:
tpServiceIdentifier - the service this event is related to
Method Detail

getTpSubConfCallIdentifier

public TpSubConfCallIdentifier getTpSubConfCallIdentifier()
Returns the tpSubConfCallIdentifier


getCallLegSessionID

public int getCallLegSessionID()
Returns the callLegSessionID


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008. All Rights Reserved.