org.csapi.pam.access
Class IpPAMAgentPresencePOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.pam.access.IpPAMAgentPresencePOA
          extended by org.csapi.pam.access.IpPAMAgentPresencePOATie
All Implemented Interfaces:
IpInterfaceOperations, IpPAMAgentPresenceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpPAMAgentPresencePOATie
extends IpPAMAgentPresencePOA

Generated from IDL interface "IpPAMAgentPresence"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Constructor Summary
IpPAMAgentPresencePOATie(IpPAMAgentPresenceOperations delegate)
           
IpPAMAgentPresencePOATie(IpPAMAgentPresenceOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpPAMAgentPresenceOperations _delegate()
           
 void _delegate(IpPAMAgentPresenceOperations delegate)
           
 IpPAMAgentPresence _this()
           
 IpPAMAgentPresence _this(org.omg.CORBA.ORB orb)
           
 TpPAMAttribute[] getAgentPresence(java.lang.String agent, java.lang.String agentType, java.lang.String[] attributeNames, byte[] authToken)
           
 TpPAMAttribute[] getCapabilityPresence(java.lang.String agent, java.lang.String capability, java.lang.String[] attributeNames, byte[] authToken)
           
 void setAgentPresence(java.lang.String agent, java.lang.String agentType, TpPAMAttribute[] attributes, byte[] authToken)
           
 void setAgentPresenceExpiration(java.lang.String agent, java.lang.String agentType, java.lang.String[] attributeNames, long expiresIn, byte[] authToken)
           
 void setCapabilityPresence(java.lang.String agent, java.lang.String capability, TpPAMAttribute[] attributes, byte[] authToken)
           
 void setCapabilityPresenceExpiration(java.lang.String agent, java.lang.String capability, java.lang.String[] attributeNames, long expiresIn, byte[] authToken)
           
 
Methods inherited from class org.csapi.pam.access.IpPAMAgentPresencePOA
_all_interfaces, _invoke
 
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
 

Constructor Detail

IpPAMAgentPresencePOATie

public IpPAMAgentPresencePOATie(IpPAMAgentPresenceOperations delegate)

IpPAMAgentPresencePOATie

public IpPAMAgentPresencePOATie(IpPAMAgentPresenceOperations delegate,
                                org.omg.PortableServer.POA poa)
Method Detail

_this

public IpPAMAgentPresence _this()
Overrides:
_this in class IpPAMAgentPresencePOA

_this

public IpPAMAgentPresence _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpPAMAgentPresencePOA

_delegate

public IpPAMAgentPresenceOperations _delegate()

_delegate

public void _delegate(IpPAMAgentPresenceOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

getAgentPresence

public TpPAMAttribute[] getAgentPresence(java.lang.String agent,
                                         java.lang.String agentType,
                                         java.lang.String[] attributeNames,
                                         byte[] authToken)
                                  throws TpCommonExceptions,
                                         P_PAM_UNKNOWN_TYPE,
                                         P_PAM_INVALID_CREDENTIAL,
                                         P_PAM_UNKNOWN_ATTRIBUTE,
                                         P_PAM_UNKNOWN_AGENT
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
P_PAM_UNKNOWN_AGENT

setAgentPresence

public void setAgentPresence(java.lang.String agent,
                             java.lang.String agentType,
                             TpPAMAttribute[] attributes,
                             byte[] authToken)
                      throws TpCommonExceptions,
                             P_PAM_UNKNOWN_TYPE,
                             P_PAM_INVALID_CREDENTIAL,
                             P_PAM_UNKNOWN_ATTRIBUTE,
                             P_PAM_UNKNOWN_AGENT
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
P_PAM_UNKNOWN_AGENT

setAgentPresenceExpiration

public void setAgentPresenceExpiration(java.lang.String agent,
                                       java.lang.String agentType,
                                       java.lang.String[] attributeNames,
                                       long expiresIn,
                                       byte[] authToken)
                                throws TpCommonExceptions,
                                       P_PAM_UNKNOWN_TYPE,
                                       P_PAM_INVALID_CREDENTIAL,
                                       P_PAM_UNKNOWN_ATTRIBUTE,
                                       P_PAM_UNKNOWN_AGENT
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
P_PAM_UNKNOWN_AGENT

getCapabilityPresence

public TpPAMAttribute[] getCapabilityPresence(java.lang.String agent,
                                              java.lang.String capability,
                                              java.lang.String[] attributeNames,
                                              byte[] authToken)
                                       throws TpCommonExceptions,
                                              P_PAM_UNKNOWN_CAPABILITY,
                                              P_PAM_INVALID_CREDENTIAL,
                                              P_PAM_UNKNOWN_ATTRIBUTE,
                                              P_PAM_UNKNOWN_AGENT
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_CAPABILITY
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
P_PAM_UNKNOWN_AGENT

setCapabilityPresence

public void setCapabilityPresence(java.lang.String agent,
                                  java.lang.String capability,
                                  TpPAMAttribute[] attributes,
                                  byte[] authToken)
                           throws TpCommonExceptions,
                                  P_PAM_UNKNOWN_CAPABILITY,
                                  P_PAM_INVALID_CREDENTIAL,
                                  P_PAM_UNKNOWN_ATTRIBUTE,
                                  P_PAM_UNKNOWN_AGENT
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_CAPABILITY
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
P_PAM_UNKNOWN_AGENT

setCapabilityPresenceExpiration

public void setCapabilityPresenceExpiration(java.lang.String agent,
                                            java.lang.String capability,
                                            java.lang.String[] attributeNames,
                                            long expiresIn,
                                            byte[] authToken)
                                     throws TpCommonExceptions,
                                            P_PAM_INVALID_CREDENTIAL,
                                            P_PAM_NO_CAPABILITY,
                                            P_PAM_UNKNOWN_ATTRIBUTE,
                                            P_PAM_UNKNOWN_AGENT
Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
P_PAM_NO_CAPABILITY
P_PAM_UNKNOWN_ATTRIBUTE
P_PAM_UNKNOWN_AGENT


Copyright © 2008. All Rights Reserved.