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

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

public class ConferenceCreatedEvent
extends ResourceEvent

This event is called when a conference is created from an earlier resource reservation. If the application has previously explicitly passed a reference to the callback using a setCallbackWithSessionID() invocation, this parameter may be null, or if supplied must be the same as that provided during the setCallbackWithSessionID().

See Also:
Serialized Form

Constructor Summary
ConferenceCreatedEvent(TpServiceIdentifier tpServiceIdentifier, TpConfCallIdentifier conferenceCall)
          Constructor for ConferenceCreatedEvent
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 TpConfCallIdentifier getConferenceCall()
          Returns the conferenceCall
 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

ConferenceCreatedEvent

public ConferenceCreatedEvent(TpServiceIdentifier tpServiceIdentifier,
                              TpConfCallIdentifier conferenceCall)
Constructor for ConferenceCreatedEvent

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

getConferenceCall

public TpConfCallIdentifier getConferenceCall()
Returns the conferenceCall


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.