org.mobicents.media.server.testsuite.general
Interface CallDisplayInterface

All Known Implementing Classes:
MainGUIView

public interface CallDisplayInterface

Author:
baranowb

Method Summary
 int getCallDuration()
           
 java.util.Vector<javax.sdp.Attribute> getCodec()
          Get codec Vector used to create SDP
 int getCPS()
           
 java.io.File getDefaultDataDumpDirectory()
           
 java.lang.String getFileURL()
           
 java.lang.String getLocalAddress()
          Get client address - this is our address
 int getLocalPort()
           
 java.lang.String getRemoteAddress()
          Get server bind adddress - JBoss bind/MMS
 int getRemotePort()
           
 void updateCallView()
           
 

Method Detail

getLocalAddress

java.lang.String getLocalAddress()
Get client address - this is our address

Returns:

getRemoteAddress

java.lang.String getRemoteAddress()
Get server bind adddress - JBoss bind/MMS

Returns:

getLocalPort

int getLocalPort()

getRemotePort

int getRemotePort()

getCallDuration

int getCallDuration()

getCPS

int getCPS()

getCodec

java.util.Vector<javax.sdp.Attribute> getCodec()
Get codec Vector used to create SDP

Returns:

updateCallView

void updateCallView()

getDefaultDataDumpDirectory

java.io.File getDefaultDataDumpDirectory()

getFileURL

java.lang.String getFileURL()


Copyright © 2009. All Rights Reserved.