org.sapia.ubik.rmi.examples
Class JdkFoo_Stub

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

public final class JdkFoo_Stub
extends java.rmi.server.RemoteStub
implements Foo, java.rmi.Remote

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
JdkFoo_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
 Bar getBar()
           
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdkFoo_Stub

public JdkFoo_Stub(java.rmi.server.RemoteRef ref)
Method Detail

getBar

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


Copyright © 2010 Sapia OSS. All Rights Reserved.