Interface InformationCenterInterface

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

public interface InformationCenterInterface
extends java.rmi.Remote

interface for InformationCenter


Method Summary
 java.util.Vector listMP()
           
 boolean registerMP(MeetingPlaceInterface mpi)
           
 boolean unregisterMP(MeetingPlaceInterface mpi)
           
 

Method Detail

registerMP

public boolean registerMP(MeetingPlaceInterface mpi)
                   throws java.rmi.RemoteException

unregisterMP

public boolean unregisterMP(MeetingPlaceInterface mpi)
                     throws java.rmi.RemoteException

listMP

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