local.ua
Class RATLauncher

java.lang.Object
  |
  +--local.ua.RATLauncher
All Implemented Interfaces:
MediaLauncher

public class RATLauncher
extends java.lang.Object
implements MediaLauncher

RAT launcher


Constructor Summary
RATLauncher(java.lang.String rat_comm, int local_port, java.lang.String remote_addr, int remote_port, org.zoolu.tools.Log logger)
          Costructs the RAT launcher attributes is a Vector of the sdp media attributes
 
Method Summary
 boolean startMedia()
          Starts media application
 boolean stopMedia()
          Stops media application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RATLauncher

public RATLauncher(java.lang.String rat_comm,
                   int local_port,
                   java.lang.String remote_addr,
                   int remote_port,
                   org.zoolu.tools.Log logger)
Costructs the RAT launcher

attributes is a Vector of the sdp media attributes

Method Detail

startMedia

public boolean startMedia()
Starts media application
Specified by:
startMedia in interface MediaLauncher

stopMedia

public boolean stopMedia()
Stops media application
Specified by:
stopMedia in interface MediaLauncher