Interface MeetingPlaceInterface
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- MeetingPlace
- public interface MeetingPlaceInterface
- extends java.rmi.Remote
interface for MeetingPlace
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