org.csapi.gms
Interface IpMessagingManagerOperations

All Superinterfaces:
IpInterfaceOperations, IpServiceOperations
All Known Subinterfaces:
IpMessagingManager
All Known Implementing Classes:
_IpMessagingManagerStub, IpMessagingManagerPOA, IpMessagingManagerPOATie

public interface IpMessagingManagerOperations
extends IpServiceOperations

Generated from IDL interface "IpMessagingManager"

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

Method Summary
 void disableMessagingNotification(int assignmentID)
           
 int enableMessagingNotification(IpAppMessagingManager appInterface, TpMessagingEventCriteria eventCriteria)
           
 TpMailboxIdentifier openMailbox(TpAddress mailboxID, java.lang.String authenticationInfo)
           
 
Methods inherited from interface org.csapi.IpServiceOperations
setCallback, setCallbackWithSessionID
 

Method Detail

openMailbox

TpMailboxIdentifier openMailbox(TpAddress mailboxID,
                                java.lang.String authenticationInfo)
                                throws P_GMS_INVALID_AUTHENTICATION_INFORMATION,
                                       P_GMS_INVALID_MAILBOX,
                                       TpCommonExceptions
Throws:
P_GMS_INVALID_AUTHENTICATION_INFORMATION
P_GMS_INVALID_MAILBOX
TpCommonExceptions

enableMessagingNotification

int enableMessagingNotification(IpAppMessagingManager appInterface,
                                TpMessagingEventCriteria eventCriteria)
                                throws TpCommonExceptions,
                                       P_INVALID_CRITERIA
Throws:
TpCommonExceptions
P_INVALID_CRITERIA

disableMessagingNotification

void disableMessagingNotification(int assignmentID)
                                  throws P_INVALID_ASSIGNMENT_ID,
                                         TpCommonExceptions
Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions


Copyright © 2009. All Rights Reserved.