org.omg.CosTypedEventChannelAdmin
Class TypedProxyPullSupplierPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosTypedEventChannelAdmin.TypedProxyPullSupplierPOA
          extended byorg.omg.CosTypedEventChannelAdmin.TypedProxyPullSupplierPOATie
All Implemented Interfaces:
InvokeHandler, ProxyPullSupplierOperations, PullSupplierOperations, TypedProxyPullSupplierOperations, TypedPullSupplierOperations

public class TypedProxyPullSupplierPOATie
extends TypedProxyPullSupplierPOA

Generated from IDL interface "TypedProxyPullSupplier"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
TypedProxyPullSupplierPOATie(TypedProxyPullSupplierOperations delegate)
           
TypedProxyPullSupplierPOATie(TypedProxyPullSupplierOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 TypedProxyPullSupplierOperations _delegate()
           
 void _delegate(TypedProxyPullSupplierOperations delegate)
           
 TypedProxyPullSupplier _this()
           
 TypedProxyPullSupplier _this(ORB orb)
           
 void connect_pull_consumer(PullConsumer pull_consumer)
           
 void disconnect_pull_supplier()
           
 Object get_typed_supplier()
           
 Any pull()
           
 Any try_pull(BooleanHolder has_event)
           
 
Methods inherited from class org.omg.CosTypedEventChannelAdmin.TypedProxyPullSupplierPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _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

TypedProxyPullSupplierPOATie

public TypedProxyPullSupplierPOATie(TypedProxyPullSupplierOperations delegate)

TypedProxyPullSupplierPOATie

public TypedProxyPullSupplierPOATie(TypedProxyPullSupplierOperations delegate,
                                    POA poa)
Method Detail

_this

public TypedProxyPullSupplier _this()
Overrides:
_this in class TypedProxyPullSupplierPOA

_this

public TypedProxyPullSupplier _this(ORB orb)
Overrides:
_this in class TypedProxyPullSupplierPOA

_delegate

public TypedProxyPullSupplierOperations _delegate()

_delegate

public void _delegate(TypedProxyPullSupplierOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

disconnect_pull_supplier

public void disconnect_pull_supplier()

pull

public Any pull()
         throws Disconnected
Throws:
Disconnected

get_typed_supplier

public Object get_typed_supplier()

connect_pull_consumer

public void connect_pull_consumer(PullConsumer pull_consumer)
                           throws AlreadyConnected
Throws:
AlreadyConnected

try_pull

public Any try_pull(BooleanHolder has_event)
             throws Disconnected
Throws:
Disconnected