Get Domains Subset (Getdomains); Get All The Root Domain Names (Getallrootdomainnames); Get All The Children Domain Names For A Domain (Getallchildrendomain-Names) - Nortel 5100 Programming Reference Manual

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

Advertisement

OPI method
public void removeForeignDomain(java.lang.String name)
throws java.rmi.RemoteException, com.nortelnetworks.ims.bas
e.prov.opi.shared.ProvisionException;

Get domains subset (getDomains)

BPT Method Syntax
getDomains using (Start Index, Stop Index) | file <file
name> [optional] into <file name>
BPT Required file format
Start Index, Stop Index
OPI method
public com.nortelnetworks.ims.base.prov.opi.shared.Domain[]
getDomains(int start, int stop) throws java.rmi.RemoteExce
ption, com.nortelnetworks.ims.base.prov.opi.shared.Provisi
onException;

Get all the root domain names (getAllRootDomainNames)

BPT Method Syntax
getAllRootDomainNames [optional] into <file name>
OPI method
public java.lang.String[] getAllRootDomainNames() throws
java.rmi.RemoteException, com.nortelnetworks.ims.base.prov
.opi.shared.ProvisionException;
Get all the children domain names for a domain (getAllChildrenDomain-
Names)
BPT Method Syntax
getAllChildrenDomainNames using (Domain name) | file <file
name> [optional] into <file name>
BPT Required file format
Domain name
OPI method
public java.lang.String[] getAllChildrenDomainNames(java
.lang.String rootDomain) throws java.rmi.RemoteException,
com.nortelnetworks.ims.base.prov.opi.shared.ProvisionExce
ption;
Copyright © 2007, Nortel Networks
.
Nortel Multimedia Communication Server 5100
Application Programming Interfaces Reference
NN42020-146 01.07 Standard
Release 4.0 19 October 2007
Domain Operations 103

Advertisement

Table of Contents
loading

Table of Contents