Interface MeetingPlaceInterface

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

public interface MeetingPlaceInterface
extends java.rmi.Remote

interface for MeetingPlace


Method Summary
 boolean delItem(ItemInterface item)
           
 java.lang.String getName()
           
 boolean register()
           
 boolean registerUser(UserInterface user)
           
 java.util.Vector showItemList()
           
 boolean storeItem(ItemInterface item)
           
 boolean unregister(UserInterface usr)
           
 boolean unregisterUser(UserInterface user)
           
 

Method Detail

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException

registerUser

public boolean registerUser(UserInterface user)
                     throws java.rmi.RemoteException

unregisterUser

public boolean unregisterUser(UserInterface user)
                       throws java.rmi.RemoteException

showItemList

public java.util.Vector showItemList()
                              throws java.rmi.RemoteException

storeItem

public boolean storeItem(ItemInterface item)
                  throws java.rmi.RemoteException

delItem

public boolean delItem(ItemInterface item)
                throws java.rmi.RemoteException

unregister

public boolean unregister(UserInterface usr)
                   throws java.rmi.RemoteException

register

public boolean register()
                 throws java.rmi.RemoteException