org.csapi.cc.gccs
Class TpCallEventCriteria

java.lang.Object
  extended by org.csapi.cc.gccs.TpCallEventCriteria
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpCallEventCriteria
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "TpCallEventCriteria"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int CallEventName
           
 TpCallNotificationType CallNotificationType
           
 TpAddressRange DestinationAddress
           
 TpCallMonitorMode MonitorMode
           
 TpAddressRange OriginatingAddress
           
 
Constructor Summary
TpCallEventCriteria()
           
TpCallEventCriteria(TpAddressRange DestinationAddress, TpAddressRange OriginatingAddress, int CallEventName, TpCallNotificationType CallNotificationType, TpCallMonitorMode MonitorMode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DestinationAddress

public TpAddressRange DestinationAddress

OriginatingAddress

public TpAddressRange OriginatingAddress

CallEventName

public int CallEventName

CallNotificationType

public TpCallNotificationType CallNotificationType

MonitorMode

public TpCallMonitorMode MonitorMode
Constructor Detail

TpCallEventCriteria

public TpCallEventCriteria()

TpCallEventCriteria

public TpCallEventCriteria(TpAddressRange DestinationAddress,
                           TpAddressRange OriginatingAddress,
                           int CallEventName,
                           TpCallNotificationType CallNotificationType,
                           TpCallMonitorMode MonitorMode)


Copyright © 2008. All Rights Reserved.