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, org.mobicents.protocols.ss7.sccp.parameter.SccpAddress calledPartyAddress, org.mobicents.protocols.ss7.sccp.parameter.SccpAddress callingPartyAddress)
          Creates a new instance of CallID
 
Method Summary
 org.mobicents.protocols.ss7.sccp.parameter.SccpAddress getCalledPartyAddress()
           
 org.mobicents.protocols.ss7.sccp.parameter.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,
                    org.mobicents.protocols.ss7.sccp.parameter.SccpAddress calledPartyAddress,
                    org.mobicents.protocols.ss7.sccp.parameter.SccpAddress callingPartyAddress)
Creates a new instance of CallID

Method Detail

getId

public long getId()

getCalledPartyAddress

public org.mobicents.protocols.ss7.sccp.parameter.SccpAddress getCalledPartyAddress()

getCallingPartyAddress

public org.mobicents.protocols.ss7.sccp.parameter.SccpAddress getCallingPartyAddress()


Copyright © 2010. All Rights Reserved.