|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the south bound connection attributes of the Native SMPP plug-in. It extends the common SMPP plug-in attributes interface.
Field Summary | |
static boolean |
enableDeleteAfterCancel The flag determines whether or not to cancel smpp session information from storage after receipt of the cancel sm response. |
static boolean |
enableDeleteAfterNotify The flag determines whether or not to delete smpp session information from storage after receipt of the delivery report with final message state. |
static boolean |
enableDeleteAfterQuery The flag determine whether or not to delete smpp session information from storage after receipt of query response with final message state. |
static int |
MODE_RECEIVER |
static int |
MODE_TRANCEIVER |
static int |
MODE_TRANSMITTER |
Method Summary | |
boolean |
getEnableDeleteAfterCancel() |
boolean |
getEnableDeleteAfterNotify() |
boolean |
getEnableDeleteAfterQuery() |
void |
setEnableDeleteAfterCancel(boolean value) |
void |
setEnableDeleteAfterNotify(boolean value) |
void |
setEnableDeleteAfterQuery(boolean value) |
Field Detail |
public static final boolean enableDeleteAfterCancel
public static final boolean enableDeleteAfterNotify
public static final boolean enableDeleteAfterQuery
public static final int MODE_RECEIVER
public static final int MODE_TRANCEIVER
public static final int MODE_TRANSMITTER
Method Detail |
public boolean getEnableDeleteAfterCancel() throws ManagementException
ManagementException
public boolean getEnableDeleteAfterNotify() throws ManagementException
ManagementException
public boolean getEnableDeleteAfterQuery() throws ManagementException
ManagementException
public void setEnableDeleteAfterCancel(boolean value) throws ManagementException
ManagementException
public void setEnableDeleteAfterNotify(boolean value) throws ManagementException
ManagementException
public void setEnableDeleteAfterQuery(boolean value) throws ManagementException
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |