Uses of Class
org.jacorb.notification.servant.AbstractProxy

Packages that use AbstractProxy
org.jacorb.notification.interfaces   
org.jacorb.notification.servant   
 

Uses of AbstractProxy in org.jacorb.notification.interfaces
 

Constructors in org.jacorb.notification.interfaces with parameters of type AbstractProxy
ProxyEvent(AbstractProxy b)
           
ProxyDisposedEvent(AbstractProxy proxy)
           
 

Uses of AbstractProxy in org.jacorb.notification.servant
 

Subclasses of AbstractProxy in org.jacorb.notification.servant
(package private)  class org.jacorb.notification.servant.AbstractProxyConsumer
           
 class AbstractProxySupplier
          Abstract base class for ProxySuppliers.
 class ECProxyPullConsumerImpl
           
 class ECProxyPullSupplierImpl
           
 class ECProxyPushConsumerImpl
           
 class ECProxyPushSupplierImpl
           
 class ProxyPullConsumerImpl
           
 class ProxyPullSupplierImpl
           
 class ProxyPushConsumerImpl
           
 class ProxyPushSupplierImpl
           
 class SequenceProxyPullConsumerImpl
           
 class SequenceProxyPullSupplierImpl
           
 class SequenceProxyPushConsumerImpl
           
 class SequenceProxyPushSupplierImpl
           
 class StructuredProxyPullConsumerImpl
           
 class StructuredProxyPullSupplierImpl
           
 class StructuredProxyPushConsumerImpl
           
 class StructuredProxyPushSupplierImpl
           
 

Methods in org.jacorb.notification.servant that return AbstractProxy
protected  AbstractProxy AbstractAdmin.getProxy(int id)
          fetch the proxy specified by the provided id. this method will not access an event style proxy.
 

Methods in org.jacorb.notification.servant with parameters of type AbstractProxy
protected  void AbstractAdmin.configureEventStyleID(AbstractProxy proxy)
          configure a event style proxy. the key is only for internal use. especially the key cannot used to fetch the proxy via get_proxy_consumer or get_proxy_supplier.
protected  void AbstractAdmin.configureNotifyStyleID(AbstractProxy proxy)
          configure the ID for a notify style proxy. the id is public. the proxy can be accessed via a call to get_proxy_consumer or get_proxy_supplier.
protected  void AbstractAdmin.configureQoS(AbstractProxy proxy)
          configure initial QoS Settings for a proxy.
protected  void AbstractAdmin.configureInterFilterGroupOperator(AbstractProxy proxy)
          configure the InterFilterGroupOperator a proxy should use.
protected  void AbstractAdmin.configureManagers(AbstractProxy proxy)
          configure OfferManager and SubscriptionManager for a proxy.
protected  void AbstractAdmin.addProxyToMap(AbstractProxy proxy, java.util.Map map, java.lang.Object lock)