org.csapi.pam.event
Interface IpPAMEventHandlerOperations
- All Superinterfaces:
- IpInterfaceOperations
- All Known Subinterfaces:
- IpPAMEventHandler
- All Known Implementing Classes:
- _IpPAMEventHandlerStub, IpPAMEventHandlerPOA, IpPAMEventHandlerPOATie
public interface IpPAMEventHandlerOperations
- extends IpInterfaceOperations
Generated from IDL interface "IpPAMEventHandler"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
isRegistered
boolean isRegistered(int clientID,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
registerAppInterface
int registerAppInterface(IpAppPAMEventHandler appInterface,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
registerForEvent
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
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
deregisterFromEvent
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
Copyright © 2008. All Rights Reserved.