org.csapi.policy
Class IpPolicyManagerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.policy.IpPolicyManagerPOA
          extended by org.csapi.policy.IpPolicyManagerPOATie
All Implemented Interfaces:
IpInterfaceOperations, IpPolicyManagerOperations, org.omg.CORBA.portable.InvokeHandler

public class IpPolicyManagerPOATie
extends IpPolicyManagerPOA

Generated from IDL interface "IpPolicyManager"

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

Constructor Summary
IpPolicyManagerPOATie(IpPolicyManagerOperations delegate)
           
IpPolicyManagerPOATie(IpPolicyManagerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpPolicyManagerOperations _delegate()
           
 void _delegate(IpPolicyManagerOperations delegate)
           
 IpPolicyManager _this()
           
 IpPolicyManager _this(org.omg.CORBA.ORB orb)
           
 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.csapi.policy.IpPolicyManagerPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpPolicyManagerPOATie

public IpPolicyManagerPOATie(IpPolicyManagerOperations delegate)

IpPolicyManagerPOATie

public IpPolicyManagerPOATie(IpPolicyManagerOperations delegate,
                             org.omg.PortableServer.POA poa)
Method Detail

_this

public IpPolicyManager _this()
Overrides:
_this in class IpPolicyManagerPOA

_this

public IpPolicyManager _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpPolicyManagerPOA

_delegate

public IpPolicyManagerOperations _delegate()

_delegate

public void _delegate(IpPolicyManagerOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

abortTransaction

public void abortTransaction()
                      throws TpCommonExceptions,
                             P_NO_TRANSACTION_IN_PROCESS
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
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
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
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
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
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
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

commitTransaction

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

startTransaction

public void startTransaction()
                      throws TpCommonExceptions,
                             P_TRANSACTION_IN_PROCESS,
                             P_ACCESS_VIOLATION
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
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
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

getRepositoryIterator

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

getRepositoryCount

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

getDomainIterator

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


Copyright © 2008. All Rights Reserved.