Interface GbServer

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

public interface GbServer
extends java.rmi.Remote


Method Summary
 void addComment(java.lang.String comment)
           
 java.lang.String getGuestbook()
           
 

Method Detail

getGuestbook

java.lang.String getGuestbook()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addComment

void addComment(java.lang.String comment)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException