Package jade.imtp.leap.JICP
Interface PDPContextManager
-
public interface PDPContextManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePDPContextManager.Listener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesgetPDPContextInfo(InetAddress addr, String owner)voidinit(Properties p)voidregisterListener(PDPContextManager.Listener l)
-
-
-
Field Detail
-
MSISDN
static final String MSISDN
- See Also:
- Constant Field Values
-
USERNAME
static final String USERNAME
- See Also:
- Constant Field Values
-
PASSWORD
static final String PASSWORD
- See Also:
- Constant Field Values
-
LOCATION
static final String LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
void init(Properties p) throws Exception
- Throws:
Exception
-
registerListener
void registerListener(PDPContextManager.Listener l)
-
getPDPContextInfo
Properties getPDPContextInfo(InetAddress addr, String owner) throws JADESecurityException
- Throws:
JADESecurityException
-
-