org.csapi.policy
Class _IpPolicyDomainStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.policy._IpPolicyDomainStub
All Implemented Interfaces:
java.io.Serializable, IpInterface, IpInterfaceOperations, IpPolicy, IpPolicyDomain, IpPolicyDomainOperations, IpPolicyOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpPolicyDomainStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpPolicyDomain

Generated from IDL interface "IpPolicyDomain"

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

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpPolicyDomainStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 IpPolicyDomain createDomain(java.lang.String domainName)
           
 IpPolicyEventDefinition createEventDefinition(java.lang.String eventDefinitionName, java.lang.String[] requiredAttributes, java.lang.String[] optionalAttributes)
           
 IpPolicyGroup createGroup(java.lang.String groupName)
           
 int createNotification(IpAppPolicyDomain appPolicyDomain, java.lang.String[] events)
           
 IpPolicyRule createRule(java.lang.String ruleName)
           
 void createVariableSet(java.lang.String variableSetName)
           
 void destroyNotification(int assignmentID, java.lang.String[] events)
           
 void generateEvent(java.lang.String eventDefinitionName, TpAttribute[] attributes)
           
 TpAttribute getAttribute(java.lang.String attributeName)
           
 TpAttribute[] getAttributes(java.lang.String[] attributeNames)
           
 IpPolicyDomain getDomain(java.lang.String domainName)
           
 int getDomainCount()
           
 IpPolicyIterator getDomainIterator()
           
 IpPolicyEventDefinition getEventDefinition(java.lang.String eventDefinitionName)
           
 int getEventDefinitionCount()
           
 IpPolicyIterator getEventDefinitionIterator()
           
 IpPolicyGroup getGroup(java.lang.String groupName)
           
 int getGroupCount()
           
 IpPolicyIterator getGroupIterator()
           
 IpPolicyDomain getParentDomain()
           
 IpPolicyRule getRule(java.lang.String ruleName)
           
 int getRuleCount()
           
 IpPolicyIterator getRuleIterator()
           
 TpAttribute getVariable(java.lang.String variableSetName, java.lang.String variableName)
           
 TpAttribute[] getVariableSet(java.lang.String variableSetName)
           
 int getVariableSetCount()
           
 IpPolicyIterator getVariableSetIterator()
           
 void removeDomain(java.lang.String domainName)
           
 void removeEventDefinition(java.lang.String eventDefinitionName)
           
 void removeGroup(java.lang.String groupName)
           
 void removeRule(java.lang.String ruleName)
           
 void removeVariableSet(java.lang.String variableSetName)
           
 void setAttribute(TpAttribute targetAttribute)
           
 void setAttributes(TpAttribute[] targetAttributes)
           
 void setVariable(java.lang.String variableSetName, TpAttribute variable)
           
 
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

_IpPolicyDomainStub

public _IpPolicyDomainStub()
Method Detail

_ids

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

removeGroup

public void removeGroup(java.lang.String groupName)
                 throws TpCommonExceptions,
                        P_ACCESS_VIOLATION,
                        P_NO_TRANSACTION_IN_PROCESS,
                        P_NAME_SPACE_ERROR,
                        P_SYNTAX_ERROR
Specified by:
removeGroup in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getParentDomain

public IpPolicyDomain getParentDomain()
                               throws TpCommonExceptions
Specified by:
getParentDomain in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions

getRule

public IpPolicyRule getRule(java.lang.String ruleName)
                     throws TpCommonExceptions,
                            P_ACCESS_VIOLATION,
                            P_NAME_SPACE_ERROR,
                            P_SYNTAX_ERROR
Specified by:
getRule in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

setAttributes

public void setAttributes(TpAttribute[] targetAttributes)
                   throws TpCommonExceptions,
                          P_ACCESS_VIOLATION,
                          P_NO_TRANSACTION_IN_PROCESS
Specified by:
setAttributes in interface IpPolicyOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS

getVariableSetCount

public int getVariableSetCount()
                        throws TpCommonExceptions,
                               P_ACCESS_VIOLATION
Specified by:
getVariableSetCount in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
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 IpPolicyDomainOperations
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 IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

setVariable

public void setVariable(java.lang.String variableSetName,
                        TpAttribute variable)
                 throws TpCommonExceptions,
                        P_ACCESS_VIOLATION,
                        P_NO_TRANSACTION_IN_PROCESS,
                        P_NAME_SPACE_ERROR,
                        P_SYNTAX_ERROR
Specified by:
setVariable in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

createVariableSet

public void createVariableSet(java.lang.String variableSetName)
                       throws TpCommonExceptions,
                              P_ACCESS_VIOLATION,
                              P_NO_TRANSACTION_IN_PROCESS,
                              P_NAME_SPACE_ERROR,
                              P_SYNTAX_ERROR
Specified by:
createVariableSet in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getAttributes

public TpAttribute[] getAttributes(java.lang.String[] attributeNames)
                            throws TpCommonExceptions
Specified by:
getAttributes in interface IpPolicyOperations
Throws:
TpCommonExceptions

getEventDefinitionCount

public int getEventDefinitionCount()
                            throws TpCommonExceptions,
                                   P_ACCESS_VIOLATION
Specified by:
getEventDefinitionCount in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

getVariableSetIterator

public IpPolicyIterator getVariableSetIterator()
                                        throws TpCommonExceptions,
                                               P_ACCESS_VIOLATION
Specified by:
getVariableSetIterator in interface IpPolicyDomainOperations
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 IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

removeEventDefinition

public void removeEventDefinition(java.lang.String eventDefinitionName)
                           throws TpCommonExceptions,
                                  P_ACCESS_VIOLATION,
                                  P_NO_TRANSACTION_IN_PROCESS,
                                  P_NAME_SPACE_ERROR,
                                  P_SYNTAX_ERROR
Specified by:
removeEventDefinition in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getGroupCount

public int getGroupCount()
                  throws TpCommonExceptions,
                         P_ACCESS_VIOLATION
Specified by:
getGroupCount in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

createNotification

public int createNotification(IpAppPolicyDomain appPolicyDomain,
                              java.lang.String[] events)
                       throws TpCommonExceptions,
                              P_ACCESS_VIOLATION,
                              P_NAME_SPACE_ERROR,
                              P_SYNTAX_ERROR
Specified by:
createNotification in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

removeRule

public void removeRule(java.lang.String ruleName)
                throws TpCommonExceptions,
                       P_ACCESS_VIOLATION,
                       P_NO_TRANSACTION_IN_PROCESS,
                       P_NAME_SPACE_ERROR,
                       P_SYNTAX_ERROR
Specified by:
removeRule in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

setAttribute

public void setAttribute(TpAttribute targetAttribute)
                  throws TpCommonExceptions,
                         P_ACCESS_VIOLATION,
                         P_NO_TRANSACTION_IN_PROCESS
Specified by:
setAttribute in interface IpPolicyOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS

removeVariableSet

public void removeVariableSet(java.lang.String variableSetName)
                       throws TpCommonExceptions,
                              P_ACCESS_VIOLATION,
                              P_NO_TRANSACTION_IN_PROCESS,
                              P_NAME_SPACE_ERROR,
                              P_SYNTAX_ERROR
Specified by:
removeVariableSet in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getEventDefinitionIterator

public IpPolicyIterator getEventDefinitionIterator()
                                            throws TpCommonExceptions,
                                                   P_ACCESS_VIOLATION
Specified by:
getEventDefinitionIterator in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

getRuleIterator

public IpPolicyIterator getRuleIterator()
                                 throws TpCommonExceptions,
                                        P_ACCESS_VIOLATION
Specified by:
getRuleIterator in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

getRuleCount

public int getRuleCount()
                 throws TpCommonExceptions,
                        P_ACCESS_VIOLATION
Specified by:
getRuleCount in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

getDomainCount

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

getVariable

public TpAttribute getVariable(java.lang.String variableSetName,
                               java.lang.String variableName)
                        throws TpCommonExceptions,
                               P_ACCESS_VIOLATION,
                               P_NAME_SPACE_ERROR,
                               P_SYNTAX_ERROR
Specified by:
getVariable in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getEventDefinition

public IpPolicyEventDefinition getEventDefinition(java.lang.String eventDefinitionName)
                                           throws TpCommonExceptions,
                                                  P_ACCESS_VIOLATION,
                                                  P_NAME_SPACE_ERROR,
                                                  P_SYNTAX_ERROR
Specified by:
getEventDefinition in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getDomainIterator

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

getGroup

public IpPolicyGroup getGroup(java.lang.String groupName)
                       throws TpCommonExceptions,
                              P_ACCESS_VIOLATION,
                              P_NAME_SPACE_ERROR,
                              P_SYNTAX_ERROR
Specified by:
getGroup in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getVariableSet

public TpAttribute[] getVariableSet(java.lang.String variableSetName)
                             throws TpCommonExceptions,
                                    P_ACCESS_VIOLATION,
                                    P_NAME_SPACE_ERROR,
                                    P_SYNTAX_ERROR
Specified by:
getVariableSet in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

destroyNotification

public void destroyNotification(int assignmentID,
                                java.lang.String[] events)
                         throws TpCommonExceptions,
                                P_SYNTAX_ERROR
Specified by:
destroyNotification in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_SYNTAX_ERROR

createRule

public IpPolicyRule createRule(java.lang.String ruleName)
                        throws TpCommonExceptions,
                               P_ACCESS_VIOLATION,
                               P_NO_TRANSACTION_IN_PROCESS,
                               P_NAME_SPACE_ERROR,
                               P_SYNTAX_ERROR
Specified by:
createRule in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getGroupIterator

public IpPolicyIterator getGroupIterator()
                                  throws TpCommonExceptions,
                                         P_ACCESS_VIOLATION
Specified by:
getGroupIterator in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION

createGroup

public IpPolicyGroup createGroup(java.lang.String groupName)
                          throws TpCommonExceptions,
                                 P_ACCESS_VIOLATION,
                                 P_NO_TRANSACTION_IN_PROCESS,
                                 P_NAME_SPACE_ERROR,
                                 P_SYNTAX_ERROR
Specified by:
createGroup in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

generateEvent

public void generateEvent(java.lang.String eventDefinitionName,
                          TpAttribute[] attributes)
                   throws TpCommonExceptions,
                          P_ACCESS_VIOLATION,
                          P_NAME_SPACE_ERROR,
                          P_SYNTAX_ERROR
Specified by:
generateEvent in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

createEventDefinition

public IpPolicyEventDefinition createEventDefinition(java.lang.String eventDefinitionName,
                                                     java.lang.String[] requiredAttributes,
                                                     java.lang.String[] optionalAttributes)
                                              throws TpCommonExceptions,
                                                     P_ACCESS_VIOLATION,
                                                     P_NO_TRANSACTION_IN_PROCESS,
                                                     P_NAME_SPACE_ERROR,
                                                     P_SYNTAX_ERROR
Specified by:
createEventDefinition in interface IpPolicyDomainOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getAttribute

public TpAttribute getAttribute(java.lang.String attributeName)
                         throws TpCommonExceptions,
                                P_NAME_SPACE_ERROR,
                                P_SYNTAX_ERROR
Specified by:
getAttribute in interface IpPolicyOperations
Throws:
TpCommonExceptions
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR


Copyright © 2009. All Rights Reserved.