org.csapi.cc.gccs
Class TpCallEventInfo

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

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

Generated from IDL definition of struct "TpCallEventInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 TpCallAppInfo[] CallAppInfo
           
 int CallEventName
           
 TpCallNotificationType CallNotificationType
           
 TpAddress DestinationAddress
           
 TpCallMonitorMode MonitorMode
           
 TpAddress OriginalDestinationAddress
           
 TpAddress OriginatingAddress
           
 TpAddress RedirectingAddress
           
 
Constructor Summary
TpCallEventInfo()
           
TpCallEventInfo(TpAddress DestinationAddress, TpAddress OriginatingAddress, TpAddress OriginalDestinationAddress, TpAddress RedirectingAddress, TpCallAppInfo[] CallAppInfo, 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 TpAddress DestinationAddress

OriginatingAddress

public TpAddress OriginatingAddress

OriginalDestinationAddress

public TpAddress OriginalDestinationAddress

RedirectingAddress

public TpAddress RedirectingAddress

CallAppInfo

public TpCallAppInfo[] CallAppInfo

CallEventName

public int CallEventName

CallNotificationType

public TpCallNotificationType CallNotificationType

MonitorMode

public TpCallMonitorMode MonitorMode
Constructor Detail

TpCallEventInfo

public TpCallEventInfo()

TpCallEventInfo

public TpCallEventInfo(TpAddress DestinationAddress,
                       TpAddress OriginatingAddress,
                       TpAddress OriginalDestinationAddress,
                       TpAddress RedirectingAddress,
                       TpCallAppInfo[] CallAppInfo,
                       int CallEventName,
                       TpCallNotificationType CallNotificationType,
                       TpCallMonitorMode MonitorMode)


Copyright © 2009. All Rights Reserved.