|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
ShortCodeMapper OAM interface; this service is shared among all plugins.
| Field Summary | |
static boolean |
enabled
Enables or disables the shortcode mapper. |
| Method Summary | |
void |
addShortCodeMapping(String originalDestination,
String mappedDestination)
Add a short code mapping. |
boolean |
isEnabled()
|
String[] |
listShortCodeMappings()
Lists registered short code mappings. |
ShortCodeMapping |
removeShortCodeMapping(String originalDestination,
String mappedDestination)
Removes short code mapping for a specific mapping of original/translated destination. |
void |
setEnabled(boolean enabled)
|
| Field Detail |
public static final boolean enabled
| Method Detail |
public void addShortCodeMapping(String originalDestination,
String mappedDestination)
throws ManagementException
originalDestination - destination pattern, e.g. tel:123[456]mappedDestination - destination, e.g. tel:1236
ManagementException
public boolean isEnabled()
throws ManagementException
ManagementException
public String[] listShortCodeMappings()
throws ManagementException
ManagementException
public ShortCodeMapping removeShortCodeMapping(String originalDestination,
String mappedDestination)
throws ManagementException
originalDestination - destination pattern, e.g. tel:123[456]mappedDestination - destination, e.g. tel:1236
ManagementException
public void setEnabled(boolean enabled)
throws ManagementException
ManagementException
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||