org.csapi.cc.cccs
Class TpJoinEventInfo

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

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

Generated from IDL definition of struct "TpJoinEventInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 TpCallAppInfo[] CallAppInfo
           
 TpAddress DestinationAddress
           
 TpAddress OriginatingAddress
           
 
Constructor Summary
TpJoinEventInfo()
           
TpJoinEventInfo(TpAddress DestinationAddress, TpAddress OriginatingAddress, TpCallAppInfo[] CallAppInfo)
           
 
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

CallAppInfo

public TpCallAppInfo[] CallAppInfo
Constructor Detail

TpJoinEventInfo

public TpJoinEventInfo()

TpJoinEventInfo

public TpJoinEventInfo(TpAddress DestinationAddress,
                       TpAddress OriginatingAddress,
                       TpCallAppInfo[] CallAppInfo)


Copyright © 2008. All Rights Reserved.