Routing Requests; Method Overview - Avaya Release 6.0 Programmer's Manual

Agent data unit server
Table of Contents

Advertisement

Chapter 7 ADU Server Methods
You are not a server
Cannot find subcontainer for that owner
First token must be normal here
No match (or illegal usage)
Cannot access invalidated member

Routing Requests

In an environment with several ADU Servers, any method that accepts an ADUID routes the
request to another ADU Server if the ADU named is not local to the first server. ADUIDs contain
location data, so a server can identify which system owns each ADU.

Method Overview

The following is a brief description of the methods available for use with the ADU Server.
ADU.Assign
ADU.Create
ADU.Deassign
ADU.DeleteOneValue
ADU.DeleteSubTree
ADU.DeleteValues
ADU.EventsIn
ADU.Find
ADU.FindByKey
ADU.FindOrCreate
ADU.ForceTerminate
ADU.ForwardEvent
ADU.GetActive
ADU.GetOneValue
ADU.GetSomeValues
ADU.GetSubTree
46 Agent Data Unit Server Programmer's Guide
Create a session with the ADU Server.
Create a new ADU.
Destroy a session with an ADU Server.
This is equivalent to DeleteValues with a single name.
DeleteOneValue on the given name and every name in the
subcontainer beneath it, cutting a branch from the tree a
container represents.
Given a list of names, this method removes from the ADU
the name and its value history, in effect making the ADU
smaller.
Adds user-defined ADU events to an ADU.
Returns a list of ADUIDs that match a simple criterion.
Finds one active local ADU based on a single search
criterion.
Searches for a specified ADU and, if not found, creates the
ADU.
Forces theADU object to be deleted from memory and
from the database both, so it can no longer be used.
Reserved.
Finds all the active ADUs at the time the call is made.
Retrieves one value from an ADU.
Returns all names and values matching a container name.
Returns all names and values in the subcontainer named
by name .

Advertisement

Table of Contents
loading

This manual is also suitable for:

Interaction center 6.0

Table of Contents