public interface IPppFactoryService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME
service name of this interface for the bundle activator
(com.esf.net.ppp.factory.service.IPppFactoryService)
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigDirectory()
Reports name of configuration directory.
|
IPppService |
obtainPppService(int pppNo)
Provides an instance of IPppService
|
void |
releasePppService(int pppNo)
Releases IPppService.
|
static final java.lang.String SERVICE_NAME
IPppService obtainPppService(int pppNo)
pppNo - - PPP interface number as intvoid releasePppService(int pppNo)
pppNo - - PPP interface number as intjava.lang.String getConfigDirectory()
StringCopyright © 2009 Eurotech Inc. All rights reserved.