Cisco Cisco Configuration Engine 3.5 Entwickleranleitung

Seite von 344
6-61
Cisco Configuration Engine Software Development Kit API Reference and Programmer Guide 3.5
OL-17661-02
Chapter 6      Namespace Administration, Group Administration, and Notification APIs
Group Administration API Reference
ParentNotFoundException,
MessageFormatException,
CommunicationException;
String[] listParents(String element) throws
DatastoreAccessException,
InvalidInputException,
MemberNotFoundException,
MessageFormatException,
CommunicationException;
void setNotification(boolean state) throws 
MessageFormatException,
CommunicationException;
}
/* Factory class for GroupAdmin */ 
public class GroupAdminFactory
{
public:
GroupAdminFactory (Properties property);
GroupAdmin create ();
void delete (GroupAdmin ga);
};
package com.cisco.cns.admin.group;
public class MemberElementInfo
{
    public GroupMember getFailedElement()
    public GroupMember[] getCompletedElements()
    public GroupMember[] getRemainingElements()
}
Properties Supported
The following property name-value pairs table, originated from Unified Device Administrative Interface 
function specification, is supported for the GroupAdminFactory in Cisco Configuration Engine:
Property Name
Possible Values
Applicable Type 
Provider
PROVIDER
Class name of remote provider.
TRANSPORT_ENCRYPTION
on/off
remote
SERVER_URL
URL of the server for the remote 
provider.
remote