org.csapi.pam.provisioning
Class IpPAMAgentTypeManagementPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.csapi.pam.provisioning.IpPAMAgentTypeManagementPOA
org.csapi.pam.provisioning.IpPAMAgentTypeManagementPOATie
- All Implemented Interfaces:
- IpInterfaceOperations, IpPAMAgentTypeManagementOperations, org.omg.CORBA.portable.InvokeHandler
public class IpPAMAgentTypeManagementPOATie
- extends IpPAMAgentTypeManagementPOA
Generated from IDL interface "IpPAMAgentTypeManagement"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
|
Method Summary |
org.omg.PortableServer.POA |
_default_POA()
|
IpPAMAgentTypeManagementOperations |
_delegate()
|
void |
_delegate(IpPAMAgentTypeManagementOperations delegate)
|
IpPAMAgentTypeManagement |
_this()
|
IpPAMAgentTypeManagement |
_this(org.omg.CORBA.ORB orb)
|
void |
addAgentTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
|
void |
createAgentAttribute(TpPAMAttributeDef pAttribute,
byte[] authToken)
|
void |
createAgentType(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
|
void |
deleteAgentAttribute(java.lang.String attributeName,
byte[] authToken)
|
void |
deleteAgentType(java.lang.String typeName,
byte[] authToken)
|
TpPAMAttributeDef |
getAgentAttributeDefinition(java.lang.String attributeName,
byte[] authToken)
|
java.lang.String[] |
listAgentTypeAttributes(java.lang.String typeName,
byte[] authToken)
|
java.lang.String[] |
listAgentTypes(byte[] authToken)
|
java.lang.String[] |
listAllAgentAttributes(byte[] authToken)
|
void |
removeAgentTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
|
| 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 |
IpPAMAgentTypeManagementPOATie
public IpPAMAgentTypeManagementPOATie(IpPAMAgentTypeManagementOperations delegate)
IpPAMAgentTypeManagementPOATie
public IpPAMAgentTypeManagementPOATie(IpPAMAgentTypeManagementOperations delegate,
org.omg.PortableServer.POA poa)
_this
public IpPAMAgentTypeManagement _this()
- Overrides:
_this in class IpPAMAgentTypeManagementPOA
_this
public IpPAMAgentTypeManagement _this(org.omg.CORBA.ORB orb)
- Overrides:
_this in class IpPAMAgentTypeManagementPOA
_delegate
public IpPAMAgentTypeManagementOperations _delegate()
_delegate
public void _delegate(IpPAMAgentTypeManagementOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA in class org.omg.PortableServer.Servant
getAgentAttributeDefinition
public TpPAMAttributeDef getAgentAttributeDefinition(java.lang.String attributeName,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
deleteAgentAttribute
public void deleteAgentAttribute(java.lang.String attributeName,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
addAgentTypeAttributes
public void addAgentTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_ATTRIBUTE_EXISTS,
P_PAM_UNKNOWN_TYPE,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Throws:
TpCommonExceptions
P_PAM_ATTRIBUTE_EXISTS
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
listAgentTypeAttributes
public java.lang.String[] listAgentTypeAttributes(java.lang.String typeName,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_UNKNOWN_TYPE,
P_PAM_INVALID_CREDENTIAL
- Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
listAgentTypes
public java.lang.String[] listAgentTypes(byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
createAgentType
public void createAgentType(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE,
P_PAM_TYPE_EXISTS
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
P_PAM_TYPE_EXISTS
deleteAgentType
public void deleteAgentType(java.lang.String typeName,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_UNKNOWN_TYPE,
P_PAM_INVALID_CREDENTIAL
- Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
createAgentAttribute
public void createAgentAttribute(TpPAMAttributeDef pAttribute,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_ATTRIBUTE_EXISTS,
P_PAM_INVALID_CREDENTIAL
- Throws:
TpCommonExceptions
P_PAM_ATTRIBUTE_EXISTS
P_PAM_INVALID_CREDENTIAL
listAllAgentAttributes
public java.lang.String[] listAllAgentAttributes(byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
removeAgentTypeAttributes
public void removeAgentTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_UNKNOWN_TYPE,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
Copyright © 2009. All Rights Reserved.