org.objectweb.carol.jtests.conform.basic.server
Interface BasicMultiObjectItf

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
BasicMultiObject

public interface BasicMultiObjectItf
extends java.rmi.Remote

Class BasicMultiObjectItf is a basic remote interface

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

Method Summary
 BasicObjectItf getBasicObject()
          Basic multi method this method get the BasicObjectItf stub
 java.lang.String getBasicRefString()
          Basic Ref String, method this method get the BasicObjectItf stub
 java.lang.String getMultiString()
          Basic multi method
 

Method Detail

getMultiString

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

Returns:
String "string"
java.rmi.RemoteException

getBasicObject

public BasicObjectItf getBasicObject()
                              throws java.rmi.RemoteException
Basic multi method this method get the BasicObjectItf stub

Returns:
BasicObjectItf
java.rmi.RemoteException

getBasicRefString

public java.lang.String getBasicRefString()
                                   throws java.rmi.RemoteException
Basic Ref String, method this method get the BasicObjectItf stub

Returns:
String of the reference
java.rmi.RemoteException