org.mobicents.jcc.inap
Class ConnectionID

java.lang.Object
  extended by org.mobicents.jcc.inap.ConnectionID
All Implemented Interfaces:
java.io.Serializable

public class ConnectionID
extends java.lang.Object
implements java.io.Serializable

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
ConnectionID(long id, SccpAddress calledPartyAddress, SccpAddress callingPartyAddress)
          Creates a new instance of CallID
 
Method Summary
 SccpAddress getCalledPartyAddress()
           
 SccpAddress getCallingPartyAddress()
           
 long getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionID

public ConnectionID(long id,
                    SccpAddress calledPartyAddress,
                    SccpAddress callingPartyAddress)
Creates a new instance of CallID

Method Detail

getId

public long getId()

getCalledPartyAddress

public SccpAddress getCalledPartyAddress()

getCallingPartyAddress

public SccpAddress getCallingPartyAddress()


Copyright © 2008. All Rights Reserved.