com.esf.net.modem.ppp.factory.service
Interface IPppFactoryService


public interface IPppFactoryService

Defines PPP Factory Service


Field Summary
static java.lang.String SERVICE_NAME
          service name of this interface for the bundle activator (com.esf.net.ppp.factory.service.IPppFactoryService)
 
Method Summary
 java.lang.String getConfigDirectory()
          Reports name of configuration directory.
 IPppService obtainPppService(int pppNo)
          Provides an instance of IPppService
 void releasePppService(int pppNo)
          Releases IPppService.
 

Field Detail

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
service name of this interface for the bundle activator (com.esf.net.ppp.factory.service.IPppFactoryService)

Method Detail

obtainPppService

public IPppService obtainPppService(int pppNo)
Provides an instance of IPppService

Parameters:
pppNo - - PPP interface number as int
Returns:
instance of IPppService

releasePppService

public void releasePppService(int pppNo)
Releases IPppService.

Parameters:
pppNo - - PPP interface number as int

getConfigDirectory

public java.lang.String getConfigDirectory()
Reports name of configuration directory.

Returns:
configuration directory as String


Copyright © 2009 Eurotech Inc. All rights reserved.