|
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 |
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 |
public static final int maximumCallLength
Method Detail |
public NotificationSubscription getCallDirectionSubscription(String correlator) throws ManagementException
Scope: Cluster
correlator
- The correlator associated with the subscription requested.ManagementException
public int getMaximumCallLength() throws ManagementException
ManagementException
public NotificationSubscription getNotificationSubscription(String correlator) throws ManagementException
Scope: Cluster
correlator
- The correlator associated with the call notification subscription requested.ManagementException
public String[] listCallDirectionSubscriptions(int offset, int length) throws ManagementException
Scope: Cluster
offset
- The offset of where to start the list of call direction subscriptions returned.length
- Number of call direction subscriptions returned.ManagementException
public String[] listNotificationSubscriptions(int offset, int length) throws ManagementException
Scope: Cluster
offset
- The offset of where to start the list of call notification subscriptions returned.length
- Number of call notification subscriptions returned.ManagementException
public void removeAllCallDirectionSubscriptions() throws ManagementException
Scope: Cluster
ManagementException
public void removeAllNotificationSubscriptions() throws ManagementException
Scope: Cluster
ManagementException
public void removeCallDirectionSubscription(String correlator) throws ManagementException
Scope: Cluster
correlator
- The correlator associated with the subscription requested for removal.ManagementException
public void removeNotificationSubscription(String correlator) throws ManagementException
Scope: Cluster
correlator
- The correlator associated with the call notification requested for removal.ManagementException
public void setMaximumCallLength(int minutes) 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 |