org.sapia.soto.ubik
Interface EventChannelProvider

All Known Implementing Classes:
EventChannelProviderImpl, NamingServiceImpl

public interface EventChannelProvider

An instance of this class holds an EventChannel that can be used for basic group/domain communications (such as publish/discovery notifications in a distributed computing environment).

Author:
yduchesne

Method Summary
 org.sapia.ubik.mcast.EventChannel getEventChannel()
           
 

Method Detail

getEventChannel

org.sapia.ubik.mcast.EventChannel getEventChannel()
Returns:
the EventChannel held by this instance.


Copyright © 2010 Sapia OSS. All Rights Reserved.