|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestinationElement | |
---|---|
ibi.broker.api.cci | |
ibi.broker.api.data.addrbook | |
ibi.broker.api.ws |
Uses of DestinationElement in ibi.broker.api.cci |
---|
Methods in ibi.broker.api.cci with parameters of type DestinationElement | |
---|---|
void |
AddressBookManager.addDestinationElement(java.lang.String bookName,
DestinationElement destinationElement)
Adds a DestinationElement to the Address Book specified by bookName. |
void |
AddressBookManager.deleteDestinationElement(java.lang.String bookName,
DestinationElement destinationElement)
Deletes a DestinationElement from the Address Book specified by bookName. |
Uses of DestinationElement in ibi.broker.api.data.addrbook |
---|
Methods in ibi.broker.api.data.addrbook that return DestinationElement | |
---|---|
DestinationElement |
DestinationElement.copy()
Copies this instance of DistributionElement. |
DestinationElement[] |
AddrBook.getDestinationList()
Returns an Array of DestinationElements where each includes a destination and a burst value. |
Methods in ibi.broker.api.data.addrbook with parameters of type DestinationElement | |
---|---|
void |
AddrBook.setDestinationList(DestinationElement[] destinationList)
Accepts an Array of DestinationElements. |
Uses of DestinationElement in ibi.broker.api.ws |
---|
Methods in ibi.broker.api.ws with parameters of type DestinationElement | |
---|---|
void |
AddressBookManagerIF.addDestinationElement(Authenticate authenticate,
java.lang.String bookName,
DestinationElement destinationElement)
|
void |
AddressBookManagerWS.addDestinationElement(Authenticate authenticate,
java.lang.String bookName,
DestinationElement destinationElement)
|
void |
AddressBookManagerClientSF.addDestinationElement(java.lang.String bookName,
DestinationElement destinationElement)
|
void |
AddressBookManagerIF.deleteDestinationElement(Authenticate authenticate,
java.lang.String bookName,
DestinationElement destinationElement)
|
void |
AddressBookManagerWS.deleteDestinationElement(Authenticate authenticate,
java.lang.String bookName,
DestinationElement destinationElement)
|
void |
AddressBookManagerClientSF.deleteDestinationElement(java.lang.String bookName,
DestinationElement destinationElement)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |