org.sapia.ubik.rmi.server
Class StatelessStubTable

java.lang.Object
  extended by org.sapia.ubik.rmi.server.StatelessStubTable
All Implemented Interfaces:
AsyncEventListener

public class StatelessStubTable
extends java.lang.Object
implements AsyncEventListener

This class manages stateless stubs on the client-side and insures that notications are properly dispatched.

Author:
yduchesne

Method Summary
 void onAsyncEvent(RemoteEvent evt)
          Receives multicast events.
static void registerStatelessRef(RemoteRefStateless ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerStatelessRef

public static void registerStatelessRef(RemoteRefStateless ref)
Parameters:
ref - a RemoteRefStateless that will be internally kept.

onAsyncEvent

public void onAsyncEvent(RemoteEvent evt)
Description copied from interface: AsyncEventListener
Receives multicast events.

Specified by:
onAsyncEvent in interface AsyncEventListener
Parameters:
evt - a RemoteEvent.


Copyright © 2010 Sapia OSS. All Rights Reserved.