org.gxos
Class Meetings

java.lang.Object
  |
  +--org.gxos.Meetings

public class Meetings
extends java.lang.Object

Utility class to handle meeting objects.

$Id: Meetings.java,v 1.14 2001/06/23 21:38:30 balsoy Exp $


Constructor Summary
Meetings()
           
 
Method Summary
static Meeting constructMeeting(java.util.Hashtable values)
          Constructs a meeting object with values, which are carried in by a hashtable in the memory.
static CollectionType constructMeeting(java.lang.String meetingName, java.lang.String ownerID, java.lang.String type)
          Constructs a meeting object with a given name in the memory.
static CollectionType constructMegaMeeting(java.lang.String meetingName)
          Constructs a mega meeting object with a given name in the memory.
static java.util.Hashtable returnMeetingHashtable(Meeting mtg)
           
static void updateMeetingFromHashtable(Meeting m, java.util.Hashtable values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Meetings

public Meetings()
Method Detail

constructMegaMeeting

public static CollectionType constructMegaMeeting(java.lang.String meetingName)
Constructs a mega meeting object with a given name in the memory. This does not have an effect on GNDI or persistent objects.
Parameters:
meetingName - name of the mega meeting.
Returns:
new mega meeting object.

constructMeeting

public static CollectionType constructMeeting(java.lang.String meetingName,
                                              java.lang.String ownerID,
                                              java.lang.String type)
Constructs a meeting object with a given name in the memory. This does not have an effect on GNDI or persistent objects.
Parameters:
meetingName - name of the mega meeting.
Returns:
new mega meeting object.

constructMeeting

public static Meeting constructMeeting(java.util.Hashtable values)
Constructs a meeting object with values, which are carried in by a hashtable in the memory. This does not have an effect on GNDI or persistent objects.
Parameters:
values - a hashtable with values given as MEETINGID, OWNERID, ...
Returns:
new meeting object.

returnMeetingHashtable

public static java.util.Hashtable returnMeetingHashtable(Meeting mtg)

updateMeetingFromHashtable

public static void updateMeetingFromHashtable(Meeting m,
                                              java.util.Hashtable values)
                                       throws GxException