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

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

public class PartyJoinedEvent
extends ResourceEvent

This asynchronous event indicates that a new party (leg) has joined the conference. This can be used in, e.g., a meetme conference where the participants dial in to the conference using the address returned during reservation of the conference. The Leg will be assigned to the default subconference object and will be in a detached state. The application may move the call Leg to a different subconference before attaching the media. The method will only be called when joinAllowed is indicated in the conference policy.

See Also:
Serialized Form

Constructor Summary
PartyJoinedEvent(TpServiceIdentifier tpServiceIdentifier, TpConfCallIdentifier tpConfCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpJoinEventInfo eventInfo)
          Constructor for PartyJoinedEvent
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 TpJoinEventInfo getEventInfo()
          Returns the eventInfo
 TpCallLegIdentifier getTpCallLegIdentifier()
          Returns the tpCallLegIdentifier
 TpConfCallIdentifier getTpConfCallIdentifier()
          Returns the tpConfCallIdentifier
 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

PartyJoinedEvent

public PartyJoinedEvent(TpServiceIdentifier tpServiceIdentifier,
                        TpConfCallIdentifier tpConfCallIdentifier,
                        TpCallLegIdentifier tpCallLegIdentifier,
                        TpJoinEventInfo eventInfo)
Constructor for PartyJoinedEvent

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

getTpConfCallIdentifier

public TpConfCallIdentifier getTpConfCallIdentifier()
Returns the tpConfCallIdentifier


getTpCallLegIdentifier

public TpCallLegIdentifier getTpCallLegIdentifier()
Returns the tpCallLegIdentifier


getEventInfo

public TpJoinEventInfo getEventInfo()
Returns the eventInfo


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 © 2009. All Rights Reserved.