org.csapi.policy
Class _IpPolicyGroupStub

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

public class _IpPolicyGroupStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpPolicyGroup

Generated from IDL interface "IpPolicyGroup"

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

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpPolicyGroupStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 IpPolicyGroup createGroup(java.lang.String groupName)
           
 IpPolicyRule createRule(java.lang.String ruleName)
           
 TpAttribute getAttribute(java.lang.String attributeName)
           
 TpAttribute[] getAttributes(java.lang.String[] attributeNames)
           
 IpPolicyGroup getGroup(java.lang.String groupName)
           
 int getGroupCount()
           
 IpPolicyIterator getGroupIterator()
           
 IpPolicyDomain getParentDomain()
           
 IpPolicyGroup getParentGroup()
           
 IpPolicyRule getRule(java.lang.String ruleName)
           
 int getRuleCount()
           
 IpPolicyIterator getRuleIterator()
           
 void removeGroup(java.lang.String groupName)
           
 void removeRule(java.lang.String ruleName)
           
 void setAttribute(TpAttribute targetAttribute)
           
 void setAttributes(TpAttribute[] targetAttributes)
           
 
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

_IpPolicyGroupStub

public _IpPolicyGroupStub()
Method Detail

_ids

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

getAttributes

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

getParentDomain

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

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

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 IpPolicyGroupOperations
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 IpPolicyGroupOperations
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 IpPolicyGroupOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

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 IpPolicyGroupOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

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 IpPolicyGroupOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getParentGroup

public IpPolicyGroup getParentGroup()
                             throws TpCommonExceptions
Specified by:
getParentGroup in interface IpPolicyGroupOperations
Throws:
TpCommonExceptions

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 IpPolicyGroupOperations
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

getRuleIterator

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

getRuleCount

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

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 IpPolicyGroupOperations
Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR

getGroupIterator

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

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 © 2008. All Rights Reserved.