org.sapia.ubik.rmi.examples
Class JdkFoo

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.sapia.ubik.rmi.examples.JdkFoo
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, Foo

public class JdkFoo
extends java.rmi.server.UnicastRemoteObject
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
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
JdkFoo()
           
 
Method Summary
 Bar getBar()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdkFoo

public JdkFoo()
       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.