Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


com.bea.wlcp.wlng.plugin.callnotification.sip.management
Interface CallNotificationMBean


public interface CallNotificationMBean

Field Summary
static int maximumCallLength
          Specifies the maxium call duration allowed, in minutes.

 

Method Summary
 NotificationSubscription getCallDirectionSubscription(String correlator)
          Displays call direction subscription information associated with the specified correlator.
 int getMaximumCallLength()
           
 NotificationSubscription getNotificationSubscription(String correlator)
          Displays call notification subscription information associated with the specified correlator.
 String[] listCallDirectionSubscriptions(int offset, int length)
          Displays a list of correlators for call direction subscriptions.
 String[] listNotificationSubscriptions(int offset, int length)
          Displays a list of correlators for call notification subscriptions.
 void removeAllCallDirectionSubscriptions()
          Removes all call direction notification subscriptions.
 void removeAllNotificationSubscriptions()
          Removes all call notification subscriptions.
 void removeCallDirectionSubscription(String correlator)
          Removes the call direction notification subscription associated with the specified correlator.
 void removeNotificationSubscription(String correlator)
          Removes the call notification subscription associated with the specified correlator.
 void setMaximumCallLength(int minutes)
           

 

Field Detail

maximumCallLength

public static final int maximumCallLength
Specifies the maxium call duration allowed, in minutes. Format: int.
See Also:
Constant Field Values

Method Detail

getCallDirectionSubscription

public NotificationSubscription getCallDirectionSubscription(String correlator)
                                                      throws ManagementException
Displays call direction subscription information associated with the specified correlator.

Scope: Cluster

Parameters:
correlator - The correlator associated with the subscription requested.
Returns:
The subscription requested.
Throws:
ManagementException

getMaximumCallLength

public int getMaximumCallLength()
                         throws ManagementException
Throws:
ManagementException

getNotificationSubscription

public NotificationSubscription getNotificationSubscription(String correlator)
                                                     throws ManagementException
Displays call notification subscription information associated with the specified correlator.

Scope: Cluster

Parameters:
correlator - The correlator associated with the call notification subscription requested.
Returns:
The call notification subscription requested.
Throws:
ManagementException

listCallDirectionSubscriptions

public String[] listCallDirectionSubscriptions(int offset,
                                               int length)
                                        throws ManagementException
Displays a list of correlators for call direction subscriptions.

Scope: Cluster

Parameters:
offset - The offset of where to start the list of call direction subscriptions returned.
length - Number of call direction subscriptions returned.
Returns:
The requested list of call direction subscriptions.
Throws:
ManagementException

listNotificationSubscriptions

public String[] listNotificationSubscriptions(int offset,
                                              int length)
                                       throws ManagementException
Displays a list of correlators for call notification subscriptions.

Scope: Cluster

Parameters:
offset - The offset of where to start the list of call notification subscriptions returned.
length - Number of call notification subscriptions returned.
Returns:
The requested list of call notification subscriptions.
Throws:
ManagementException

removeAllCallDirectionSubscriptions

public void removeAllCallDirectionSubscriptions()
                                         throws ManagementException
Removes all call direction notification subscriptions.

Scope: Cluster

Throws:
ManagementException

removeAllNotificationSubscriptions

public void removeAllNotificationSubscriptions()
                                        throws ManagementException
Removes all call notification subscriptions.

Scope: Cluster

Throws:
ManagementException

removeCallDirectionSubscription

public void removeCallDirectionSubscription(String correlator)
                                     throws ManagementException
Removes the call direction notification subscription associated with the specified correlator.

Scope: Cluster

Parameters:
correlator - The correlator associated with the subscription requested for removal.
Throws:
ManagementException

removeNotificationSubscription

public void removeNotificationSubscription(String correlator)
                                    throws ManagementException
Removes the call notification subscription associated with the specified correlator.

Scope: Cluster

Parameters:
correlator - The correlator associated with the call notification requested for removal.
Throws:
ManagementException

setMaximumCallLength

public void setMaximumCallLength(int minutes)
                          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.