org.csapi.policy
Interface IpPolicyManagerOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpPolicyManager
All Known Implementing Classes:
_IpPolicyManagerStub, IpPolicyManagerPOA, IpPolicyManagerPOATie

public interface IpPolicyManagerOperations
extends IpInterfaceOperations

Generated from IDL interface "IpPolicyManager"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Method Summary
 void abortTransaction()
           
 boolean commitTransaction()
           
 IpPolicyDomain createDomain(java.lang.String domainName)
           
 IpPolicyRepository createRepository(java.lang.String repositoryName)
           
 java.lang.String[] findMatchingDomains(TpAttribute[] matchingAttributes)
           
 IpPolicyDomain getDomain(java.lang.String domainName)
           
 int getDomainCount()
           
 IpPolicyIterator getDomainIterator()
           
 IpPolicyRepository getRepository(java.lang.String repositoryName)
           
 int getRepositoryCount()
           
 IpPolicyIterator getRepositoryIterator()
           
 void removeDomain(java.lang.String domainName)
           
 void removeRepository(java.lang.String repositoryName)
           
 void startTransaction()
           
 

Method Detail

createDomain

IpPolicyDomain createDomain(java.lang.String domainName)
                            throws TpCommonExceptions,
                                   P_ACCESS_VIOLATION,
                                   P_NO_TRANSACTION_IN_PROCESS,
                                   P_NAME_SPACE_ERROR,
                                   P_SYNTAX_ERROR
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getDomain

IpPolicyDomain getDomain(java.lang.String domainName)
                         throws TpCommonExceptions,
                                P_ACCESS_VIOLATION,
                                P_NAME_SPACE_ERROR,
                                P_SYNTAX_ERROR
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

removeDomain

void removeDomain(java.lang.String domainName)
                  throws TpCommonExceptions,
                         P_ACCESS_VIOLATION,
                         P_NO_TRANSACTION_IN_PROCESS,
                         P_NAME_SPACE_ERROR,
                         P_SYNTAX_ERROR
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getDomainCount

int getDomainCount()
                   throws TpCommonExceptions,
                          P_ACCESS_VIOLATION
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

getDomainIterator

IpPolicyIterator getDomainIterator()
                                   throws TpCommonExceptions,
                                          P_ACCESS_VIOLATION
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

findMatchingDomains

java.lang.String[] findMatchingDomains(TpAttribute[] matchingAttributes)
                                       throws TpCommonExceptions,
                                              P_ACCESS_VIOLATION
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

createRepository

IpPolicyRepository createRepository(java.lang.String repositoryName)
                                    throws TpCommonExceptions,
                                           P_ACCESS_VIOLATION,
                                           P_NO_TRANSACTION_IN_PROCESS,
                                           P_NAME_SPACE_ERROR,
                                           P_SYNTAX_ERROR
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getRepository

IpPolicyRepository getRepository(java.lang.String repositoryName)
                                 throws TpCommonExceptions,
                                        P_ACCESS_VIOLATION,
                                        P_NAME_SPACE_ERROR,
                                        P_SYNTAX_ERROR
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

removeRepository

void removeRepository(java.lang.String repositoryName)
                      throws TpCommonExceptions,
                             P_ACCESS_VIOLATION,
                             P_NO_TRANSACTION_IN_PROCESS,
                             P_NAME_SPACE_ERROR,
                             P_SYNTAX_ERROR
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getRepositoryCount

int getRepositoryCount()
                       throws TpCommonExceptions,
                              P_ACCESS_VIOLATION
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

getRepositoryIterator

IpPolicyIterator getRepositoryIterator()
                                       throws TpCommonExceptions,
                                              P_ACCESS_VIOLATION
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

startTransaction

void startTransaction()
                      throws TpCommonExceptions,
                             P_TRANSACTION_IN_PROCESS,
                             P_ACCESS_VIOLATION
Throws:
TpCommonExceptions
P_TRANSACTION_IN_PROCESS
P_ACCESS_VIOLATION

commitTransaction

boolean commitTransaction()
                          throws TpCommonExceptions,
                                 P_NO_TRANSACTION_IN_PROCESS
Throws:
TpCommonExceptions
P_NO_TRANSACTION_IN_PROCESS

abortTransaction

void abortTransaction()
                      throws TpCommonExceptions,
                             P_NO_TRANSACTION_IN_PROCESS
Throws:
TpCommonExceptions
P_NO_TRANSACTION_IN_PROCESS


Copyright © 2008. All Rights Reserved.