|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyNotFoundException | |
|---|---|
| org.mobicents.protocols.smpp.util | Network protocol support. |
| Uses of PropertyNotFoundException in org.mobicents.protocols.smpp.util |
|---|
| Methods in org.mobicents.protocols.smpp.util that throw PropertyNotFoundException | |
|---|---|
boolean |
APIConfig.getBoolean(String property)
Get a property as a boolean value. |
boolean |
AbstractAPIConfig.getBoolean(String property)
|
int |
APIConfig.getInt(String property)
Get the value for a property, parsed as a Java int. |
int |
AbstractAPIConfig.getInt(String property)
|
long |
APIConfig.getLong(String property)
Get the value for a property, parsed as a Java long. |
long |
AbstractAPIConfig.getLong(String property)
|
String |
PropertiesAPIConfig.getProperty(String property)
|
String |
APIConfig.getProperty(String property)
Get the value for a property. |
short |
APIConfig.getShort(String property)
Get the value for a property, parsed as a Java short. |
short |
AbstractAPIConfig.getShort(String property)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||