com.eurotech.framework.linux.net.ppp
Class PppLinux

java.lang.Object
  extended by com.eurotech.framework.linux.net.ppp.PppLinux

public class PppLinux
extends Object

PPP support for Linux OS

Author:
ilya.binshtok

Constructor Summary
PppLinux()
           
 
Method Summary
static void connect(String iface, String port)
           
static void disconnect(String iface, String port)
           
static boolean isPppProcessRunning(String iface, String port)
           
static boolean isPppProcessRunning(String iface, String port, int tout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PppLinux

public PppLinux()
Method Detail

connect

public static void connect(String iface,
                           String port)
                    throws EsfException
Throws:
EsfException

disconnect

public static void disconnect(String iface,
                              String port)
                       throws EsfException
Throws:
EsfException

isPppProcessRunning

public static boolean isPppProcessRunning(String iface,
                                          String port)
                                   throws EsfException
Throws:
EsfException

isPppProcessRunning

public static boolean isPppProcessRunning(String iface,
                                          String port,
                                          int tout)
                                   throws EsfException
Throws:
EsfException


Copyright © 2013. All Rights Reserved.