|
Oracle Corporation | |||||||||||
| 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 Format: int |
| 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()
Remove all call direction notification subscriptions. |
void |
removeAllNotificationSubscriptions()
Remove all call notification subscriptions. |
void |
removeCallDirectionSubscription(String correlator)
Remove the call direction notification subscription associated with the specified correlator. |
void |
removeNotificationSubscription(String correlator)
Remove 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
correlator - The correlator associated with the subscription requested.
ManagementException
public int getMaximumCallLength()
throws ManagementException
ManagementException
public NotificationSubscription getNotificationSubscription(String correlator)
throws ManagementException
correlator - The correlator associated with the call notification subscription requested.
ManagementException
public String[] listCallDirectionSubscriptions(int offset,
int length)
throws ManagementException
offset - The offset fo where to start the list fo call direction subscriptions returned.length - Number of call direction subscriptions returned.
ManagementException
public String[] listNotificationSubscriptions(int offset,
int length)
throws ManagementException
offset - The offset fo where to start the list fo call notification subscriptions returned.length - Number of call notification subscriptions returned.
ManagementException
public void removeAllCallDirectionSubscriptions()
throws ManagementException
ManagementException
public void removeAllNotificationSubscriptions()
throws ManagementException
ManagementException
public void removeCallDirectionSubscription(String correlator)
throws ManagementException
correlator - The correlator associated with the subscription requested for removal.
ManagementException
public void removeNotificationSubscription(String correlator)
throws ManagementException
correlator - The correlator associated with the call notification requested for removal.
ManagementException
public void setMaximumCallLength(int minutes)
throws ManagementException
ManagementException
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||