org.csapi.pam.event
Class IpPAMEventHandlerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.pam.event.IpPAMEventHandlerPOA
          extended by org.csapi.pam.event.IpPAMEventHandlerPOATie
All Implemented Interfaces:
IpInterfaceOperations, IpPAMEventHandlerOperations, org.omg.CORBA.portable.InvokeHandler

public class IpPAMEventHandlerPOATie
extends IpPAMEventHandlerPOA

Generated from IDL interface "IpPAMEventHandler"

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

Constructor Summary
IpPAMEventHandlerPOATie(IpPAMEventHandlerOperations delegate)
           
IpPAMEventHandlerPOATie(IpPAMEventHandlerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpPAMEventHandlerOperations _delegate()
           
 void _delegate(IpPAMEventHandlerOperations delegate)
           
 IpPAMEventHandler _this()
           
 IpPAMEventHandler _this(org.omg.CORBA.ORB orb)
           
 void deregisterAppInterface(int clientID, byte[] authToken)
           
 void deregisterFromEvent(int eventID, byte[] authToken)
           
 boolean isRegistered(int clientID, byte[] authToken)
           
 int registerAppInterface(IpAppPAMEventHandler appInterface, byte[] authToken)
           
 int registerForEvent(int clientID, TpPAMEventInfo[] eventList, int validFor, byte[] authToken)
           
 
Methods inherited from class org.csapi.pam.event.IpPAMEventHandlerPOA
_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

IpPAMEventHandlerPOATie

public IpPAMEventHandlerPOATie(IpPAMEventHandlerOperations delegate)

IpPAMEventHandlerPOATie

public IpPAMEventHandlerPOATie(IpPAMEventHandlerOperations delegate,
                               org.omg.PortableServer.POA poa)
Method Detail

_this

public IpPAMEventHandler _this()
Overrides:
_this in class IpPAMEventHandlerPOA

_this

public IpPAMEventHandler _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpPAMEventHandlerPOA

_delegate

public IpPAMEventHandlerOperations _delegate()

_delegate

public void _delegate(IpPAMEventHandlerOperations delegate)

_default_POA

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

deregisterFromEvent

public void deregisterFromEvent(int eventID,
                                byte[] authToken)
                         throws P_PAM_NOT_REGISTERED,
                                TpCommonExceptions,
                                P_PAM_INVALID_CREDENTIAL
Throws:
P_PAM_NOT_REGISTERED
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL

registerAppInterface

public int registerAppInterface(IpAppPAMEventHandler appInterface,
                                byte[] authToken)
                         throws TpCommonExceptions,
                                P_PAM_INVALID_CREDENTIAL
Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL

isRegistered

public boolean isRegistered(int clientID,
                            byte[] authToken)
                     throws TpCommonExceptions,
                            P_PAM_INVALID_CREDENTIAL
Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL

registerForEvent

public int registerForEvent(int clientID,
                            TpPAMEventInfo[] eventList,
                            int validFor,
                            byte[] authToken)
                     throws P_PAM_NOT_REGISTERED,
                            TpCommonExceptions,
                            P_PAM_INVALID_CREDENTIAL
Throws:
P_PAM_NOT_REGISTERED
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL

deregisterAppInterface

public void deregisterAppInterface(int clientID,
                                   byte[] authToken)
                            throws P_PAM_NOT_REGISTERED,
                                   TpCommonExceptions,
                                   P_PAM_INVALID_CREDENTIAL
Throws:
P_PAM_NOT_REGISTERED
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL


Copyright © 2009. All Rights Reserved.