org.csapi.policy
Class IpPolicyRepositoryPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.csapi.policy.IpPolicyRepositoryPOA
org.csapi.policy.IpPolicyRepositoryPOATie
- All Implemented Interfaces:
- IpInterfaceOperations, IpPolicyOperations, IpPolicyRepositoryOperations, org.omg.CORBA.portable.InvokeHandler
public class IpPolicyRepositoryPOATie
- extends IpPolicyRepositoryPOA
Generated from IDL interface "IpPolicyRepository"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
| 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 |
IpPolicyRepositoryPOATie
public IpPolicyRepositoryPOATie(IpPolicyRepositoryOperations delegate)
IpPolicyRepositoryPOATie
public IpPolicyRepositoryPOATie(IpPolicyRepositoryOperations delegate,
org.omg.PortableServer.POA poa)
_this
public IpPolicyRepository _this()
- Overrides:
_this in class IpPolicyRepositoryPOA
_this
public IpPolicyRepository _this(org.omg.CORBA.ORB orb)
- Overrides:
_this in class IpPolicyRepositoryPOA
_delegate
public IpPolicyRepositoryOperations _delegate()
_delegate
public void _delegate(IpPolicyRepositoryOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA in class org.omg.PortableServer.Servant
getConditionCount
public int getConditionCount()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
setAttributes
public void setAttributes(TpAttribute[] targetAttributes)
throws TpCommonExceptions,
P_ACCESS_VIOLATION,
P_NO_TRANSACTION_IN_PROCESS
- 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
- 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
- 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
- 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
- Throws:
TpCommonExceptions
getRepositoryIterator
public IpPolicyIterator getRepositoryIterator()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- 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
- 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
- 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
- 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
- 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
- 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
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getRepositoryCount
public int getRepositoryCount()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getParentRepository
public IpPolicyRepository getParentRepository()
throws TpCommonExceptions
- Throws:
TpCommonExceptions
getActionCount
public int getActionCount()
throws TpCommonExceptions,
P_ACCESS_VIOLATION
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
getAttribute
public TpAttribute getAttribute(java.lang.String attributeName)
throws TpCommonExceptions,
P_NAME_SPACE_ERROR,
P_SYNTAX_ERROR
- 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
- 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
- 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
- Throws:
TpCommonExceptions
P_ACCESS_VIOLATION
P_NAME_SPACE_ERROR
P_SYNTAX_ERROR
Copyright © 2008. All Rights Reserved.