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 int
void releasePppService(int pppNo)
pppNo
- - PPP interface number as int
java.lang.String getConfigDirectory()
String
Copyright © 2009 Eurotech Inc. All rights reserved.