org.mobicents.csapi.jr.slee.termcap
Class TriggeredTerminalCapabilityReportErrEvent

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.ResourceEvent
      extended by org.mobicents.csapi.jr.slee.termcap.TriggeredTerminalCapabilityReportErrEvent
All Implemented Interfaces:
java.io.Serializable

public class TriggeredTerminalCapabilityReportErrEvent
extends ResourceEvent

This event indicates that the requested reporting has failed. Note that errors may concern the whole assignment or just some terminals. In the former case no terminals are specified.

See Also:
Serialized Form

Constructor Summary
TriggeredTerminalCapabilityReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpAddress[] terminals, TpTerminalCapabilitiesError cause)
          Constructor for TriggeredTerminalCapabilityReportErrEvent
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getAssignmentId()
          Returns the assignmentId
 TpTerminalCapabilitiesError getCause()
          Returns the cause
 TpAddress[] getTerminals()
          Returns the terminals
 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

TriggeredTerminalCapabilityReportErrEvent

public TriggeredTerminalCapabilityReportErrEvent(TpServiceIdentifier tpServiceIdentifier,
                                                 int assignmentId,
                                                 TpAddress[] terminals,
                                                 TpTerminalCapabilitiesError cause)
Constructor for TriggeredTerminalCapabilityReportErrEvent

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

getAssignmentId

public int getAssignmentId()
Returns the assignmentId


getTerminals

public TpAddress[] getTerminals()
Returns the terminals


getCause

public TpTerminalCapabilitiesError getCause()
Returns the cause


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.