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

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

IPppService obtainPppService(int pppNo)
Provides an instance of IPppService

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

releasePppService

void releasePppService(int pppNo)
Releases IPppService.

Parameters:
pppNo - - PPP interface number as int

getConfigDirectory

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

Returns:
configuration directory as String