|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the network facing connection attributes of the Native SMPP plug-in. It extends the common SMPP plug-in attributes interface.
Field Summary | |
static boolean |
enableDeleteAfterCancel This flag determines whether or not to cancel smpp session information from storage after receipt of the cancel sm response. |
static boolean |
enableDeleteAfterNotify This 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 This flag determines whether or not to delete smpp session information from storage after receipt of query response with final message state. |
static int |
MODE_RECEIVER MODE_RECEIVER. |
static int |
MODE_TRANCEIVER MODE_TRANCEIVER. |
static int |
MODE_TRANSMITTER MODE_TRANSMITTER. |
static String |
smscGroupId ID used to group plug-in instances to the same logical SMSC. |
static boolean |
smscGroupIdEnabled Enables use of the attribute 'smscGroupId' used to group plug-in instances connected to a clustered SMSC with several network interfaces. |
Method Summary | |
boolean |
getEnableDeleteAfterCancel() |
boolean |
getEnableDeleteAfterNotify() |
boolean |
getEnableDeleteAfterQuery() |
String |
getSmscGroupId() |
boolean |
getSmscGroupIdEnabled() |
void |
setEnableDeleteAfterCancel(boolean value) |
void |
setEnableDeleteAfterNotify(boolean value) |
void |
setEnableDeleteAfterQuery(boolean value) |
void |
setSmscGroupId(String smscId) |
void |
setSmscGroupIdEnabled(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
public static final String smscGroupId
public static final boolean smscGroupIdEnabled
Method Detail |
public boolean getEnableDeleteAfterCancel() throws ManagementException
ManagementException
public boolean getEnableDeleteAfterNotify() throws ManagementException
ManagementException
public boolean getEnableDeleteAfterQuery() throws ManagementException
ManagementException
public String getSmscGroupId() throws ManagementException
ManagementException
public boolean getSmscGroupIdEnabled() 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
public void setSmscGroupId(String smscId) throws ManagementException
ManagementException
public void setSmscGroupIdEnabled(boolean value) throws ManagementException
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |