org.sapia.ubik.rmi.examples
Class CallbackFoo

java.lang.Object
  extended by org.sapia.ubik.rmi.examples.CallbackFoo
All Implemented Interfaces:
java.rmi.Remote, Foo

public class CallbackFoo
extends java.lang.Object
implements Foo

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
CallbackFoo()
           
 
Method Summary
 Bar getBar()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallbackFoo

public CallbackFoo()
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

getBar

public Bar getBar()
           throws java.rmi.RemoteException
Specified by:
getBar in interface Foo
Throws:
java.rmi.RemoteException
See Also:
org.sapia.ubik.rmi.Foo#getBar()

main

public static void main(java.lang.String[] args)


Copyright © 2010 Sapia OSS. All Rights Reserved.