org.csapi.policy
Class _IpPolicyConditionStub

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

public class _IpPolicyConditionStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpPolicyCondition

Generated from IDL interface "IpPolicyCondition"

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

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpPolicyConditionStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 TpAttribute getAttribute(java.lang.String attributeName)
           
 TpAttribute[] getAttributes(java.lang.String[] attributeNames)
           
 IpPolicyRepository getParentRepository()
           
 IpPolicyRule getParentRule()
           
 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
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpPolicyConditionStub

public _IpPolicyConditionStub()
Method Detail

_ids

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

getParentRepository

public IpPolicyRepository getParentRepository()
                                       throws TpCommonExceptions
Specified by:
getParentRepository in interface IpPolicyConditionOperations
Throws:
TpCommonExceptions

getParentRule

public IpPolicyRule getParentRule()
                           throws TpCommonExceptions
Specified by:
getParentRule in interface IpPolicyConditionOperations
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

getAttributes

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

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

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


Copyright © 2009. All Rights Reserved.