Get Devices By Domain (Getdevicesindomain); Get Devices By User Name (Getcurrentdevices); Get Devices By Mac Address (Getdevicebymacaddress) - Nortel 5100 Programming Reference Manual

Application programming interfaces reference
Hide thumbs Also See for 5100:
Table of Contents

Advertisement

108 Methods for OPI and BPT

Get devices by domain (getDevicesInDomain)

BPT Method Syntax
getDevicesInDomain using (Domain name, Start Index, Stop
Index) | file <file name> [optional] into <file name>
BPT Required file format
Domain name, Start Index, Stop Index
OPI method
public com.nortelnetworks.ims.base.prov.opi.shared.Device[]
getDevicesInDomain(java.lang.String domain, int start, int
end) throws java.rmi.RemoteException, com.nortelnetworks.im
s.base.prov.opi.shared.ProvisionException;

Get devices by User name (getCurrentDevices)

BPT Method Syntax
getCurrentDevices using (User name) | file <file name>
[optional] into <file name>
BPT Required file format
User name
OPI method
public com.nortelnetworks.ims.base.prov.opi.shared.Device[]
getCurrentDevices(java.lang.String username) throws
java.rmi.RemoteException, com.nortelnetworks.ims.base.prov
.opi.shared.ProvisionException;

Get devices by MAC address (getDeviceByMacAddress)

BPT Method Syntax
getDeviceByMacAddress using (MAC Address) | file <file
name> [optional] into <file name>
BPT Required file format
MAC Address
OPI method
public com.nortelnetworks.ims.base.prov.opi.shared.NameVa
lue[] getDeviceByMacAddress(java.lang.String macAddress)
throws java.rmi.RemoteException, com.nortelnetworks.ims.bas
e.prov.opi.shared.ProvisionException;
Copyright © 2007, Nortel Networks
.
Nortel Multimedia Communication Server 5100
Application Programming Interfaces Reference
NN42020-146 01.07 Standard
Release 4.0 19 October 2007

Advertisement

Table of Contents
loading

Table of Contents