org.sapia.ubik.rmi.examples
Class JdkBar

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.JdkBar
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, Bar

public class JdkBar
extends java.rmi.server.UnicastRemoteObject
implements Bar

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
JdkBar()
           
 
Method Summary
 java.lang.String getMsg()
           
 
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

JdkBar

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

getMsg

public java.lang.String getMsg()
Specified by:
getMsg in interface Bar
See Also:
org.sapia.ubik.rmi.Bar#getMsg()


Copyright © 2010 Sapia OSS. All Rights Reserved.