org.sapia.ubik.rmi.examples
Class JdkFoo
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
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
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
|
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 |
JdkFoo
public JdkFoo()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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.