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