org.csapi.pam.access
Class IpPAMPresenceAvailabilityManagerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.pam.access.IpPAMPresenceAvailabilityManagerPOA
          extended by org.csapi.pam.access.IpPAMPresenceAvailabilityManagerPOATie
All Implemented Interfaces:
IpInterfaceOperations, IpServiceOperations, IpPAMPresenceAvailabilityManagerOperations, org.omg.CORBA.portable.InvokeHandler

public class IpPAMPresenceAvailabilityManagerPOATie
extends IpPAMPresenceAvailabilityManagerPOA

Generated from IDL interface "IpPAMPresenceAvailabilityManager"

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

Constructor Summary
IpPAMPresenceAvailabilityManagerPOATie(IpPAMPresenceAvailabilityManagerOperations delegate)
           
IpPAMPresenceAvailabilityManagerPOATie(IpPAMPresenceAvailabilityManagerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpPAMPresenceAvailabilityManagerOperations _delegate()
           
 void _delegate(IpPAMPresenceAvailabilityManagerOperations delegate)
           
 IpPAMPresenceAvailabilityManager _this()
           
 IpPAMPresenceAvailabilityManager _this(org.omg.CORBA.ORB orb)
           
 TpPAMAccessControlData getAccessControl(java.lang.String identity, byte[] authToken)
           
 byte[] getAuthToken(TpAttribute[] askerData)
           
 IpInterface obtainInterface(java.lang.String interfaceName)
           
 void setAccessControl(java.lang.String identity, java.lang.String operation, TpPAMAccessControlData newAccessControl, byte[] authToken)
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 
Methods inherited from class org.csapi.pam.access.IpPAMPresenceAvailabilityManagerPOA
_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

IpPAMPresenceAvailabilityManagerPOATie

public IpPAMPresenceAvailabilityManagerPOATie(IpPAMPresenceAvailabilityManagerOperations delegate)

IpPAMPresenceAvailabilityManagerPOATie

public IpPAMPresenceAvailabilityManagerPOATie(IpPAMPresenceAvailabilityManagerOperations delegate,
                                              org.omg.PortableServer.POA poa)
Method Detail

_this

public IpPAMPresenceAvailabilityManager _this()
Overrides:
_this in class IpPAMPresenceAvailabilityManagerPOA

_this

public IpPAMPresenceAvailabilityManager _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpPAMPresenceAvailabilityManagerPOA

_delegate

public IpPAMPresenceAvailabilityManagerOperations _delegate()

_delegate

public void _delegate(IpPAMPresenceAvailabilityManagerOperations delegate)

_default_POA

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

getAuthToken

public byte[] getAuthToken(TpAttribute[] askerData)
                    throws TpCommonExceptions,
                           P_PAM_INVALID_CREDENTIAL
Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL

setCallbackWithSessionID

public void setCallbackWithSessionID(IpInterface appInterface,
                                     int sessionID)
                              throws P_INVALID_INTERFACE_TYPE,
                                     TpCommonExceptions,
                                     P_INVALID_SESSION_ID
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID

setAccessControl

public void setAccessControl(java.lang.String identity,
                             java.lang.String operation,
                             TpPAMAccessControlData newAccessControl,
                             byte[] authToken)
                      throws TpCommonExceptions,
                             P_PAM_UNKNOWN_IDENTITY,
                             P_PAM_INVALID_CREDENTIAL
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_IDENTITY
P_PAM_INVALID_CREDENTIAL

getAccessControl

public TpPAMAccessControlData getAccessControl(java.lang.String identity,
                                               byte[] authToken)
                                        throws TpCommonExceptions,
                                               P_PAM_UNKNOWN_IDENTITY,
                                               P_PAM_INVALID_CREDENTIAL
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_IDENTITY
P_PAM_INVALID_CREDENTIAL

obtainInterface

public IpInterface obtainInterface(java.lang.String interfaceName)
                            throws TpCommonExceptions,
                                   P_PAM_UNAVAILABLE_INTERFACE
Throws:
TpCommonExceptions
P_PAM_UNAVAILABLE_INTERFACE

setCallback

public void setCallback(IpInterface appInterface)
                 throws P_INVALID_INTERFACE_TYPE,
                        TpCommonExceptions
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions


Copyright © 2009. All Rights Reserved.