Uses of Class
org.sapia.ubik.mcast.EventChannel

Packages that use EventChannel
org.sapia.ubik.ioc.guice   
org.sapia.ubik.ioc.spring   
org.sapia.ubik.rmi.naming.remote   
org.sapia.ubik.rmi.naming.remote.archie   
org.sapia.ubik.rmi.naming.remote.discovery   
org.sapia.ubik.rmi.naming.remote.proxy   
 

Uses of EventChannel in org.sapia.ubik.ioc.guice
 

Methods in org.sapia.ubik.ioc.guice that return EventChannel
 EventChannel NamingServiceImpl.getEventChannel()
           
 

Methods in org.sapia.ubik.ioc.guice with parameters of type EventChannel
protected  DiscoveryHelper NamingServiceImpl.getDiscoHelper(EventChannel channel)
           
 

Uses of EventChannel in org.sapia.ubik.ioc.spring
 

Methods in org.sapia.ubik.ioc.spring that return EventChannel
 EventChannel NamingServiceBean.getEventChannel()
           
 

Methods in org.sapia.ubik.ioc.spring with parameters of type EventChannel
protected  DiscoveryHelper NamingServiceBean.getDiscoHelper(EventChannel channel)
           
 

Uses of EventChannel in org.sapia.ubik.rmi.naming.remote
 

Methods in org.sapia.ubik.rmi.naming.remote that return EventChannel
 EventChannel EmbeddableJNDIServer.getEventChannel()
          Returns the event channel that this instance uses to broacast events and subscribe to notifications.
 

Methods in org.sapia.ubik.rmi.naming.remote with parameters of type EventChannel
static ClientListener JNDIServerHelper.createClientListener(EventChannel ec, ServerAddress addr)
           
static javax.naming.Context JNDIServerHelper.newRootContext(EventChannel ec)
           
 

Constructors in org.sapia.ubik.rmi.naming.remote with parameters of type EventChannel
ClientListener(EventChannel channel, ServerAddress addr)
           
 

Uses of EventChannel in org.sapia.ubik.rmi.naming.remote.archie
 

Methods in org.sapia.ubik.rmi.naming.remote.archie that return EventChannel
 EventChannel UbikSynchronizer.getEventChannel()
           
 

Methods in org.sapia.ubik.rmi.naming.remote.archie with parameters of type EventChannel
static UbikRemoteContext UbikRemoteContext.newInstance(EventChannel channel)
           
 

Uses of EventChannel in org.sapia.ubik.rmi.naming.remote.discovery
 

Fields in org.sapia.ubik.rmi.naming.remote.discovery declared as EventChannel
protected  EventChannel DiscoveryHelper._channel
           
 

Methods in org.sapia.ubik.rmi.naming.remote.discovery that return EventChannel
 EventChannel DiscoveryHelper.getChannel()
          Returns this instance's event channel.
 

Constructors in org.sapia.ubik.rmi.naming.remote.discovery with parameters of type EventChannel
DiscoveryHelper(EventChannel ec)
          Constructor for DiscoveryHelper.
 

Uses of EventChannel in org.sapia.ubik.rmi.naming.remote.proxy
 

Methods in org.sapia.ubik.rmi.naming.remote.proxy that return EventChannel
 EventChannel ReliableLocalContext.getEventChannel()
           
 

Constructors in org.sapia.ubik.rmi.naming.remote.proxy with parameters of type EventChannel
ReliableLocalContext(EventChannel channel, java.lang.String url, RemoteContext ctx, boolean publish, ContextResolver resolver)
          Constructor for ReliableLocalContext.
 



Copyright © 2010 Sapia OSS. All Rights Reserved.