org.sapia.ubik.rmi.examples
Class StandaloneFoo

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

public class StandaloneFoo
extends java.lang.Object
implements Foo


Constructor Summary
StandaloneFoo()
           
 
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

StandaloneFoo

public StandaloneFoo()
Method Detail

getBar

public Bar getBar()
           throws java.rmi.RemoteException
Specified by:
getBar in interface Foo
Throws:
java.rmi.RemoteException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 Sapia OSS. All Rights Reserved.