Cisco Cisco Configuration Engine 3.5 Entwickleranleitung

Seite von 344
6-54
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
Namespace Administration API Reference
DatastoreAccessException,
MessageFormatException,
CommunicationException;
String[] listNamespaces(String filter) throws
DatastoreAccessException,
MessageFormatException,
CommunicationException;
void  addSubject(String namespaceId, String subject) throws 
DatastoreAccessException,
InvalidInputException,
NamespaceNotFoundException,
SubjectAlreadyExistsException,
MessageFormatException,
CommunicationException,
OperationTimeoutException;
void  delSubject(String namespaceId, String subject) throws 
DatastoreAccessException,
InvalidInputException,
NamespaceNotFoundException,
SubjectNotFoundException,
CommunicationException,
MessageFormatException,
OperationTimeoutException;
String[]  listSubjects(String namespaceId) throws 
DatastoreAccessException,
InvalidInputException,
NamespaceNotFoundException,
MessageFormatException,
CommunicationException;
String[]  listSubjects(String namespaceId, String filter) throws 
DatastoreAccessException,
InvalidInputException,
NamespaceNotFoundException,
MessageFormatException,
CommunicationException;
void  addSubjectMapping (String  namespaceId,  int  mapType, 
String  subject,  String[]  subjectMapping,  
int resolveMode) throws 
DatastoreAccessException,
InvalidInputException,
NamespaceNotFoundException,
SubjectNotFoundException,
InvalidMappingException,
MappingAlreadyExistsException,
CommunicationException,
MessageFormatException,
OperationTimeoutException;    
void  delSubjectMapping (String  namespaceId,  int  mapType,  
String subject) throws
DatastoreAccessException,
InvalidInputException,
NamespaceNotFoundException,
SubjectNotFoundException,
MappingNotFoundException,
CommunicationException,
MessageFormatException,
OperationTimeoutException;