org.objectweb.carol.jtests.conform.basic.server
Class BasicObject

java.lang.Object
  |
  +--javax.rmi.PortableRemoteObject
        |
        +--org.objectweb.carol.jtests.conform.basic.server.BasicObject
All Implemented Interfaces:
BasicObjectItf, java.rmi.Remote

public class BasicObject
extends javax.rmi.PortableRemoteObject
implements BasicObjectItf

Class BasicObject is a basic remote object

Version:
1.0, 15/07/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Constructor Summary
BasicObject()
          Constructor
 
Method Summary
 java.lang.String getString()
          Basic method
 
Methods inherited from class javax.rmi.PortableRemoteObject
connect, exportObject, narrow, toStub, unexportObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicObject

public BasicObject()
            throws java.lang.Exception
Constructor

Method Detail

getString

public java.lang.String getString()
                           throws java.rmi.RemoteException
Basic method

Specified by:
getString in interface BasicObjectItf
Returns:
String "string"
java.rmi.RemoteException