|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AsyncEventListener in org.sapia.ubik.mcast |
|---|
| Classes in org.sapia.ubik.mcast that implement AsyncEventListener | |
|---|---|
static class |
EventChannel.ChannelEventListener
|
| Methods in org.sapia.ubik.mcast with parameters of type AsyncEventListener | |
|---|---|
protected boolean |
EventConsumer.contains(java.util.List listeners,
AsyncEventListener listener)
|
boolean |
EventConsumer.containsAsyncListener(AsyncEventListener listener)
Returns true if the passed in listener is held within this instance. |
boolean |
EventChannel.containsAsyncListener(AsyncEventListener listener)
|
void |
EventConsumer.registerAsyncListener(java.lang.String evtType,
AsyncEventListener listener)
Registers the given listener with the given "logical" event type. |
void |
BroadcastDispatcherImpl.registerAsyncListener(java.lang.String evtType,
AsyncEventListener listener)
Registers the given listener with the given event type. |
void |
EventChannel.registerAsyncListener(java.lang.String type,
AsyncEventListener listener)
Registers a listener of asynchronous remote events of the given type. |
void |
EventConsumer.unregisterListener(AsyncEventListener listener)
Removes the given listener from this instance. |
void |
BroadcastDispatcherImpl.unregisterListener(AsyncEventListener listener)
Unregisters the given listener from this instance. |
void |
EventChannel.unregisterListener(AsyncEventListener listener)
Unregisters the given listener from this instance. |
| Uses of AsyncEventListener in org.sapia.ubik.rmi.naming.remote |
|---|
| Classes in org.sapia.ubik.rmi.naming.remote that implement AsyncEventListener | |
|---|---|
class |
ClientListener
|
class |
EmbeddableJNDIServer
This class implements an embeddable JNDI server. |
| Uses of AsyncEventListener in org.sapia.ubik.rmi.naming.remote.archie |
|---|
| Classes in org.sapia.ubik.rmi.naming.remote.archie that implement AsyncEventListener | |
|---|---|
class |
UbikSynchronizer
|
| Uses of AsyncEventListener in org.sapia.ubik.rmi.naming.remote.discovery |
|---|
| Classes in org.sapia.ubik.rmi.naming.remote.discovery that implement AsyncEventListener | |
|---|---|
class |
DiscoveryHelper
An instance of this class can be used by applications to listen for the appearance of a) appearing JNDI servers; b) existing JNDI servers; and c) appearing service bindings. |
| Uses of AsyncEventListener in org.sapia.ubik.rmi.naming.remote.proxy |
|---|
| Classes in org.sapia.ubik.rmi.naming.remote.proxy that implement AsyncEventListener | |
|---|---|
class |
ReliableLocalContext
An instance of this class is created by a ReliableInitialContextFactory. |
| Uses of AsyncEventListener in org.sapia.ubik.rmi.server |
|---|
| Classes in org.sapia.ubik.rmi.server that implement AsyncEventListener | |
|---|---|
class |
StatelessStubTable
This class manages stateless stubs on the client-side and insures that notications are properly dispatched. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||