org.csapi.policy
Class _IpPolicyManagerStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.policy._IpPolicyManagerStub
All Implemented Interfaces:
java.io.Serializable, IpInterface, IpInterfaceOperations, IpPolicyManager, IpPolicyManagerOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpPolicyManagerStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpPolicyManager

Generated from IDL interface "IpPolicyManager"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpPolicyManagerStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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()
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpPolicyManagerStub

public _IpPolicyManagerStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

abortTransaction

public void abortTransaction()
                      throws TpCommonExceptions,
                             P_NO_TRANSACTION_IN_PROCESS
Specified by:
abortTransaction in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_NO_TRANSACTION_IN_PROCESS

removeRepository

public void removeRepository(java.lang.String repositoryName)
                      throws TpCommonExceptions,
                             P_ACCESS_VIOLATION,
                             P_NO_TRANSACTION_IN_PROCESS,
                             P_NAME_SPACE_ERROR,
                             P_SYNTAX_ERROR
Specified by:
removeRepository in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getDomain

public IpPolicyDomain getDomain(java.lang.String domainName)
                         throws TpCommonExceptions,
                                P_ACCESS_VIOLATION,
                                P_NAME_SPACE_ERROR,
                                P_SYNTAX_ERROR
Specified by:
getDomain in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

createRepository

public IpPolicyRepository createRepository(java.lang.String repositoryName)
                                    throws TpCommonExceptions,
                                           P_ACCESS_VIOLATION,
                                           P_NO_TRANSACTION_IN_PROCESS,
                                           P_NAME_SPACE_ERROR,
                                           P_SYNTAX_ERROR
Specified by:
createRepository in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getDomainCount

public int getDomainCount()
                   throws TpCommonExceptions,
                          P_ACCESS_VIOLATION
Specified by:
getDomainCount in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

createDomain

public IpPolicyDomain createDomain(java.lang.String domainName)
                            throws TpCommonExceptions,
                                   P_ACCESS_VIOLATION,
                                   P_NO_TRANSACTION_IN_PROCESS,
                                   P_NAME_SPACE_ERROR,
                                   P_SYNTAX_ERROR
Specified by:
createDomain in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getRepository

public IpPolicyRepository getRepository(java.lang.String repositoryName)
                                 throws TpCommonExceptions,
                                        P_ACCESS_VIOLATION,
                                        P_NAME_SPACE_ERROR,
                                        P_SYNTAX_ERROR
Specified by:
getRepository in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

commitTransaction

public boolean commitTransaction()
                          throws TpCommonExceptions,
                                 P_NO_TRANSACTION_IN_PROCESS
Specified by:
commitTransaction in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_NO_TRANSACTION_IN_PROCESS

startTransaction

public void startTransaction()
                      throws TpCommonExceptions,
                             P_TRANSACTION_IN_PROCESS,
                             P_ACCESS_VIOLATION
Specified by:
startTransaction in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_TRANSACTION_IN_PROCESS
P_ACCESS_VIOLATION

removeDomain

public void removeDomain(java.lang.String domainName)
                  throws TpCommonExceptions,
                         P_ACCESS_VIOLATION,
                         P_NO_TRANSACTION_IN_PROCESS,
                         P_NAME_SPACE_ERROR,
                         P_SYNTAX_ERROR
Specified by:
removeDomain in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

findMatchingDomains

public java.lang.String[] findMatchingDomains(TpAttribute[] matchingAttributes)
                                       throws TpCommonExceptions,
                                              P_ACCESS_VIOLATION
Specified by:
findMatchingDomains in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

getRepositoryIterator

public IpPolicyIterator getRepositoryIterator()
                                       throws TpCommonExceptions,
                                              P_ACCESS_VIOLATION
Specified by:
getRepositoryIterator in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

getRepositoryCount

public int getRepositoryCount()
                       throws TpCommonExceptions,
                              P_ACCESS_VIOLATION
Specified by:
getRepositoryCount in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

getDomainIterator

public IpPolicyIterator getDomainIterator()
                                   throws TpCommonExceptions,
                                          P_ACCESS_VIOLATION
Specified by:
getDomainIterator in interface IpPolicyManagerOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION


Copyright © 2009. All Rights Reserved.