|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
static final java.lang.String SERVICE_NAME
| Method Detail |
|---|
IPppService obtainPppService(int pppNo)
pppNo - - PPP interface number as int
void releasePppService(int pppNo)
pppNo - - PPP interface number as intjava.lang.String getConfigDirectory()
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||