Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


oracle.ocsg.plugin.subscription.management
Interface SubscriptionPluginMBean


public interface SubscriptionPluginMBean

This interface defines the south bound connection attributes of the Subscription plug-in. It extends the common SMPP plug-in attributes interface.


Field Summary
static boolean activeStatus
          The current active status of the SMPP plugin.
static int MODE_RECEIVER
          MODE_RECEIVER.
static int MODE_TRANCEIVER
          MODE_TRANCEIVER.
static int MODE_TRANSMITTER
          MODE_TRANSMITTER.

 

Method Summary
 void connect()
          Connect to SMSC
 boolean getActiveStatus()
          Check the current active status of the SMPP plugin.
 void loadAppSubscriptionsXml(String xml)
          Load AppSubcriptions configuration from XML content.
 String retrieveAppSubscirptionsList()
          Retrieve AppSubcriptions configuration detail content.
 String retrieveAppSubscriptionsXml()
          Retrieve AppSubcriptions configuration XML content.

 

Field Detail

activeStatus

public static final boolean activeStatus
The current active status of the SMPP plugin. Is true if the connection has been successfully bound.
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

Method Detail

connect

public void connect()
             throws ManagementException
Connect to SMSC
Throws:
ManagementException

getActiveStatus

public boolean getActiveStatus()
Check the current active status of the SMPP plugin. Will return true if the connection has been successfully bound.

loadAppSubscriptionsXml

public void loadAppSubscriptionsXml(String xml)
                             throws ManagementException
Load AppSubcriptions configuration from XML content.
Parameters:
xml - XML content
Throws:
ManagementException

retrieveAppSubscirptionsList

public String retrieveAppSubscirptionsList()
                                    throws ManagementException
Retrieve AppSubcriptions configuration detail content.
Throws:
ManagementException

retrieveAppSubscriptionsXml

public String retrieveAppSubscriptionsXml()
                                   throws ManagementException
Retrieve AppSubcriptions configuration XML content.
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


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