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

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

public class ChairSelectionEvent
extends ResourceEvent

This event is used to inform the application about the chair selection requests from the network. The application can grant the request by calling the chairSelection method on the subconference.

See Also:
Serialized Form

Constructor Summary
ChairSelectionEvent(TpServiceIdentifier tpServiceIdentifier, TpSubConfCallIdentifier tpSubConfCallIdentifier, int callLegSessionID)
          Constructor for ChairSelectionEvent
 
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

ChairSelectionEvent

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

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.