Uses of Class
com.ibm.soa.parlayx21.call_notification.CallEvents

Packages that use CallEvents
com.ibm.soa.parlayx21.call_direction Call Direction. 
com.ibm.soa.parlayx21.call_notification Call Notification. 
 

Uses of CallEvents in com.ibm.soa.parlayx21.call_direction
 

Methods in com.ibm.soa.parlayx21.call_direction with parameters of type CallEvents
 void CallDirectionManagerProxy.startCallDirectionNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
           
 void CallDirectionManagerBindingStub.startCallDirectionNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
           
 void CallDirectionManager.startCallDirectionNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
          This operation initiates notifications to the application for a given address.
 

Uses of CallEvents in com.ibm.soa.parlayx21.call_notification
 

Fields in com.ibm.soa.parlayx21.call_notification declared as CallEvents
static CallEvents CallEvents.Busy
          Called party is busy.
static CallEvents CallEvents.CalledNumber
          A call between two parties is being attempted.
static CallEvents CallEvents.NoAnswer
           
static CallEvents CallEvents.NotReachable
          Called party is not reachable.
 

Methods in com.ibm.soa.parlayx21.call_notification that return CallEvents
static CallEvents CallEvents.fromString(java.lang.String value)
           
static CallEvents CallEvents.fromValue(java.lang.String value)
           
 

Methods in com.ibm.soa.parlayx21.call_notification with parameters of type CallEvents
 void CallNotificationManagerProxy.startCallNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
           
 void CallNotificationManagerBindingStub.startCallNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
           
 void CallNotificationManager.startCallNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
          This operation initiates notifications to the application for a given the specified addresses.
 



Copyright © 2003 IBM Corp. All Rights Reserved.