org.jacorb.notification
Class JacORBEventChannelFactoryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.jacorb.notification.JacORBEventChannelFactoryPOA
          extended by org.jacorb.notification.JacORBEventChannelFactoryPOATie
All Implemented Interfaces:
JacORBEventChannelFactoryOperations, InvokeHandler, org.omg.CosNotifyChannelAdmin.EventChannelFactoryOperations

public class JacORBEventChannelFactoryPOATie
extends JacORBEventChannelFactoryPOA

Generated from IDL interface "JacORBEventChannelFactory".

Version:
generated at 22-May-2012 22:52:03
Author:
JacORB IDL compiler V 3.0, 22-May-2012

Constructor Summary
JacORBEventChannelFactoryPOATie(JacORBEventChannelFactoryOperations delegate)
           
JacORBEventChannelFactoryPOATie(JacORBEventChannelFactoryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 JacORBEventChannelFactoryOperations _delegate()
           
 void _delegate(JacORBEventChannelFactoryOperations delegate)
           
 JacORBEventChannelFactory _this()
           
 JacORBEventChannelFactory _this(ORB orb)
           
 org.omg.CosNotifyChannelAdmin.EventChannel create_channel(org.omg.CosNotification.Property[] initial_qos, org.omg.CosNotification.Property[] initial_admin, IntHolder id)
           
 void destroy()
           
 int[] get_all_channels()
           
 org.omg.CosNotifyChannelAdmin.EventChannel get_event_channel(int id)
           
 
Methods inherited from class org.jacorb.notification.JacORBEventChannelFactoryPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _repository_id, _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

JacORBEventChannelFactoryPOATie

public JacORBEventChannelFactoryPOATie(JacORBEventChannelFactoryOperations delegate)

JacORBEventChannelFactoryPOATie

public JacORBEventChannelFactoryPOATie(JacORBEventChannelFactoryOperations delegate,
                                       POA poa)
Method Detail

_this

public JacORBEventChannelFactory _this()
Overrides:
_this in class JacORBEventChannelFactoryPOA

_this

public JacORBEventChannelFactory _this(ORB orb)
Overrides:
_this in class JacORBEventChannelFactoryPOA

_delegate

public JacORBEventChannelFactoryOperations _delegate()

_delegate

public void _delegate(JacORBEventChannelFactoryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

create_channel

public org.omg.CosNotifyChannelAdmin.EventChannel create_channel(org.omg.CosNotification.Property[] initial_qos,
                                                                 org.omg.CosNotification.Property[] initial_admin,
                                                                 IntHolder id)
                                                          throws org.omg.CosNotification.UnsupportedAdmin,
                                                                 org.omg.CosNotification.UnsupportedQoS
Throws:
org.omg.CosNotification.UnsupportedAdmin
org.omg.CosNotification.UnsupportedQoS

get_event_channel

public org.omg.CosNotifyChannelAdmin.EventChannel get_event_channel(int id)
                                                             throws org.omg.CosNotifyChannelAdmin.ChannelNotFound
Throws:
org.omg.CosNotifyChannelAdmin.ChannelNotFound

get_all_channels

public int[] get_all_channels()

destroy

public void destroy()


Copyright © 2012 JacORB. All Rights Reserved.