Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


oracle.ocsg.plugin.nativesmpp.management
Interface NativeSMPPPluginMBean


public interface NativeSMPPPluginMBean

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

enableDeleteAfterCancel

public static final boolean enableDeleteAfterCancel
The 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
The 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
The flag determine 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
See Also:
Constant Field Values

MODE_TRANCEIVER

public static final int MODE_TRANCEIVER
See Also:
Constant Field Values

MODE_TRANSMITTER

public static final int MODE_TRANSMITTER
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

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

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


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