Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


oracle.ocsg.plugin.nativesmpp.management
Interface NativeSMPPPluginMBean


public interface NativeSMPPPluginMBean

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

enableDeleteAfterCancel

public static final boolean enableDeleteAfterCancel
This flag determines whether or not to cancel smpp session information from storage after receipt of the cancel sm response.
See Also:
Constant Field Values

enableDeleteAfterNotify

public static final 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. The final message states contains all states except Enroute(=1)
See Also:
Constant Field Values

enableDeleteAfterQuery

public static final boolean enableDeleteAfterQuery
This flag determines whether or not to delete smpp session information from storage after receipt of query response with final message state. The final message states contains all states except Enroute(=1)
See Also:
Constant Field Values

MODE_RECEIVER

public static final int MODE_RECEIVER
MODE_RECEIVER.
See Also:
Constant Field Values

MODE_TRANCEIVER

public static final int MODE_TRANCEIVER
MODE_TRANCEIVER.
See Also:
Constant Field Values

MODE_TRANSMITTER

public static final int MODE_TRANSMITTER
MODE_TRANSMITTER.
See Also:
Constant Field Values

smscGroupId

public static final String smscGroupId
ID used to group plug-in instances to the same logical SMSC. This setting is plug-in instance specific. Plug-in instances connecting to a clustered SMSC with several network interfaces should use same smscId to group them as a user of the same logical SMSC.
See Also:
Constant Field Values

smscGroupIdEnabled

public static final boolean smscGroupIdEnabled
Enables use of the attribute 'smscGroupId' used to group plug-in instances connected to a clustered SMSC with several network interfaces.
See Also:
Constant Field Values

Method Detail

getEnableDeleteAfterCancel

public boolean getEnableDeleteAfterCancel()
                                   throws ManagementException
Throws:
ManagementException

getEnableDeleteAfterNotify

public boolean getEnableDeleteAfterNotify()
                                   throws ManagementException
Throws:
ManagementException

getEnableDeleteAfterQuery

public boolean getEnableDeleteAfterQuery()
                                  throws ManagementException
Throws:
ManagementException

getSmscGroupId

public String getSmscGroupId()
                      throws ManagementException
Throws:
ManagementException

getSmscGroupIdEnabled

public boolean getSmscGroupIdEnabled()
                              throws ManagementException
Throws:
ManagementException

setEnableDeleteAfterCancel

public void setEnableDeleteAfterCancel(boolean value)
                                throws ManagementException
Throws:
ManagementException

setEnableDeleteAfterNotify

public void setEnableDeleteAfterNotify(boolean value)
                                throws ManagementException
Throws:
ManagementException

setEnableDeleteAfterQuery

public void setEnableDeleteAfterQuery(boolean value)
                               throws ManagementException
Throws:
ManagementException

setSmscGroupId

public void setSmscGroupId(String smscId)
                    throws ManagementException
Throws:
ManagementException

setSmscGroupIdEnabled

public void setSmscGroupIdEnabled(boolean value)
                           throws ManagementException
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.