org.csapi.gms
Class IpMessagingManagerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.gms.IpMessagingManagerPOA
          extended by org.csapi.gms.IpMessagingManagerPOATie
All Implemented Interfaces:
IpMessagingManagerOperations, IpInterfaceOperations, IpServiceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpMessagingManagerPOATie
extends IpMessagingManagerPOA

Generated from IDL interface "IpMessagingManager"

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

Constructor Summary
IpMessagingManagerPOATie(IpMessagingManagerOperations delegate)
           
IpMessagingManagerPOATie(IpMessagingManagerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpMessagingManagerOperations _delegate()
           
 void _delegate(IpMessagingManagerOperations delegate)
           
 IpMessagingManager _this()
           
 IpMessagingManager _this(org.omg.CORBA.ORB orb)
           
 void disableMessagingNotification(int assignmentID)
           
 int enableMessagingNotification(IpAppMessagingManager appInterface, TpMessagingEventCriteria eventCriteria)
           
 TpMailboxIdentifier openMailbox(TpAddress mailboxID, java.lang.String authenticationInfo)
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 
Methods inherited from class org.csapi.gms.IpMessagingManagerPOA
_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

IpMessagingManagerPOATie

public IpMessagingManagerPOATie(IpMessagingManagerOperations delegate)

IpMessagingManagerPOATie

public IpMessagingManagerPOATie(IpMessagingManagerOperations delegate,
                                org.omg.PortableServer.POA poa)
Method Detail

_this

public IpMessagingManager _this()
Overrides:
_this in class IpMessagingManagerPOA

_this

public IpMessagingManager _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpMessagingManagerPOA

_delegate

public IpMessagingManagerOperations _delegate()

_delegate

public void _delegate(IpMessagingManagerOperations delegate)

_default_POA

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

disableMessagingNotification

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

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

enableMessagingNotification

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

openMailbox

public 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

setCallback

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


Copyright © 2008. All Rights Reserved.