Uses of Class
com.ibm.soa.parlayx21.third_party_call.CallTerminationCause

Packages that use CallTerminationCause
com.ibm.soa.parlayx21.third_party_call Third Party Call. 
 

Uses of CallTerminationCause in com.ibm.soa.parlayx21.third_party_call
 

Fields in com.ibm.soa.parlayx21.third_party_call declared as CallTerminationCause
static CallTerminationCause CallTerminationCause.CallAborted
          The call was aborted (any other termination cause)
static CallTerminationCause CallTerminationCause.CalledPartyBusy
          Called Party was busy
static CallTerminationCause CallTerminationCause.CalledPartyNoAnswer
          Called Party did not answer
static CallTerminationCause CallTerminationCause.CalledPartyNotReachable
          Called Party was not reachable
static CallTerminationCause CallTerminationCause.CallHangUp
          The call was terminated by either party hanging up
static CallTerminationCause CallTerminationCause.CallingPartyBusy
          Calling Party was busy
static CallTerminationCause CallTerminationCause.CallingPartyNoAnswer
          Calling Party did not answer
static CallTerminationCause CallTerminationCause.CallingPartyNotReachable
          Calling Party was not reachable
 

Methods in com.ibm.soa.parlayx21.third_party_call that return CallTerminationCause
static CallTerminationCause CallTerminationCause.fromString(java.lang.String value)
           
static CallTerminationCause CallTerminationCause.fromValue(java.lang.String value)
           
 CallTerminationCause CallInformation.getTerminationCause()
           
 

Methods in com.ibm.soa.parlayx21.third_party_call with parameters of type CallTerminationCause
 void CallInformation.setTerminationCause(CallTerminationCause terminationCause)
           
 



Copyright © 2003 IBM Corp. All Rights Reserved.