org.csapi.policy
Class _IpPolicyRepositoryStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.csapi.policy._IpPolicyRepositoryStub
- All Implemented Interfaces:
- java.io.Serializable, IpInterface, IpInterfaceOperations, IpPolicy, IpPolicyOperations, IpPolicyRepository, IpPolicyRepositoryOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _IpPolicyRepositoryStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements IpPolicyRepository
Generated from IDL interface "IpPolicyRepository"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.Class |
_opsClass
|
| 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 |
_opsClass
public static final java.lang.Class _opsClass
_IpPolicyRepositoryStub
public _IpPolicyRepositoryStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl
getConditionCount
public int getConditionCount()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getConditionCount in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
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
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 IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
createCondition
public IpPolicyCondition createCondition(java.lang.String conditionName,
TpPolicyConditionType conditionType,
TpAttribute[] conditionAttributes)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
createCondition in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
createAction
public IpPolicyAction createAction(java.lang.String actionName,
TpPolicyActionType actionType,
TpAttribute[] actionAttributes)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
createAction in interface IpPolicyRepositoryOperations
- 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
getRepositoryIterator
public IpPolicyIterator getRepositoryIterator()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getRepositoryIterator in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getCondition
public IpPolicyCondition getCondition(java.lang.String conditionName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
getCondition in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
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
removeAction
public void removeAction(java.lang.String actionName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
removeAction in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getAction
public IpPolicyAction getAction(java.lang.String actionName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
getAction in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
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 IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getConditionIterator
public IpPolicyIterator getConditionIterator()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getConditionIterator in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getRepositoryCount
public int getRepositoryCount()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getRepositoryCount in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getParentRepository
public IpPolicyRepository getParentRepository()
throws TpCommonExceptions
- Specified by:
getParentRepository in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
getActionCount
public int getActionCount()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getActionCount in interface IpPolicyRepositoryOperations
- 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
removeCondition
public void removeCondition(java.lang.String conditionName)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- Specified by:
removeCondition in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NO_TRANSACTION_IN_PROCESS
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
getActionIterator
public IpPolicyIterator getActionIterator()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Specified by:
getActionIterator in interface IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
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 IpPolicyRepositoryOperations
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
Copyright © 2008. All Rights Reserved.