Class COM.ibm.jaws.app.trs.trswin2.RCommon
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.app.trs.trswin2.RCommon

java.lang.Object
   |
   +----COM.ibm.jaws.app.trs.trswin2.RCommon

public class RCommon
extends Object

Variable Index

 o airportsList
 o applet
 o citiesList
 o confirmedTrips
 o initRun
 o loginOk
 o nextScreensAfterInit
 o orb
 o pendingTrips
 o reservationOk
 o session
 o takenTrips
 o user
 o userId
 o userName
 o wEditTrip
 o wEditTripDestination
 o wEditTripOrigination
 o wEmptyFrame
 o windowList
 o wInitObjects
 o wLogin
 o wPleaseWait
 o wReserveList
 o wTripList

Constructor Index

 o RCommon()

Method Index

 o closeOrb()
Close the orb connection.
 o defaultCursor()
Sets cursor to default
 o destroyInitObjects()
Destroy initializing objects dialog window
 o destroyPleaseWait()
Destroys please wait dialog window
 o error(String, String)
Pops up an error dialog box.
 o error(String, String, boolean)
Pops up an error dialog box.
 o error(Throwable, String, String)
Pops up an error dialog box.
 o getAirports(Choice, Choice)
Get list of airports as a tokenized string and fill in up to two choice controls.
 o getCities(Choice, Choice)
Get list of cities as a tokenized string and fill in up to two choice controls.
 o getDate(Date)
Convert date to string of "mm/dd/yy"
 o getDateString(Date)
Convert date to string of "mmm dd, yyyy"
 o getHash(Object)
Get the hashcode of an object instead of doing a remote method call
 o getTime(Date)
Convert time to string of "hh:mm AM"
 o help(Applet, String)
Show help.
 o helpAbout(Applet)
Show help about dialog box.
 o hideAll()
Hide all windows.
 o init(Applet)
Initialize the applet if not already done so.
 o isIdentical(Object, Object)
Determine if two managed objects are the same
 o notImplemented(Applet)
Pops up a not implemented dialog box.
 o reservationsCancelled()
 o showAll(Applet)
Show all windows.
 o showDateMsg()
 o showEditTrip(Applet, Trip)
Show window for editing a trip
 o showEmptyFrame(Applet)
Create an empty frame to use as parent for dialog boxes
 o showInitObjects(Applet)
Display initializing objects dialog window
 o showPleaseWait(Applet)
Display please wait dialog box
 o showTakenTrip(Applet, Trip)
Show window of trips taken
 o showTripList(Applet)
Show list of trips window
 o stringToDate(String)
Convert date string to Date object
 o waitCursor()
Sets cursor to wait

Variables

 o session
  public static Session session
 o pendingTrips
  public static RCIterator pendingTrips
 o confirmedTrips
  public static RCIterator confirmedTrips
 o takenTrips
  public static RCIterator takenTrips
 o loginOk
  public static int loginOk
 o reservationOk
  public static int reservationOk
 o applet
  public static Applet applet
 o initRun
  public static boolean initRun
 o orb
  public static ClientORBlet orb
 o windowList
  public static Vector windowList
 o wEmptyFrame
  public static EmptyFrame wEmptyFrame
 o wEditTrip
  public static EditTrip wEditTrip
 o wReserveList
  public static ReserveList wReserveList
 o wLogin
  public static Login wLogin
 o wPleaseWait
  public static PleaseWait wPleaseWait
 o wTripList
  public static TripList wTripList
 o wInitObjects
  public static InitObjects wInitObjects
 o wEditTripDestination
  public static EditTripDestinationPanel wEditTripDestination
 o wEditTripOrigination
  public static EditTripOriginationPanel wEditTripOrigination
 o nextScreensAfterInit
  public static String nextScreensAfterInit
 o citiesList
  public static String citiesList
 o airportsList
  public static String airportsList
 o userId
  public static String userId
 o userName
  public static String userName
 o user
  public static User user

Constructors

 o RCommon
  public RCommon()

Methods

 o init
  public static void init(Applet applet)
Initialize the applet if not already done so.
 o closeOrb
  public static void closeOrb()
Close the orb connection.
 o showPleaseWait
  public static void showPleaseWait(Applet applet)
Display please wait dialog box
 o destroyPleaseWait
  public static void destroyPleaseWait()
Destroys please wait dialog window
 o waitCursor
  public static void waitCursor()
Sets cursor to wait
 o defaultCursor
  public static void defaultCursor()
Sets cursor to default
 o showInitObjects
  public static void showInitObjects(Applet applet)
Display initializing objects dialog window
 o destroyInitObjects
  public static void destroyInitObjects()
Destroy initializing objects dialog window
 o showEmptyFrame
  public static void showEmptyFrame(Applet applet)
Create an empty frame to use as parent for dialog boxes
 o showEditTrip
  public static void showEditTrip(Applet applet,
                                  Trip trip)
Show window for editing a trip
 o showTakenTrip
  public static void showTakenTrip(Applet applet,
                                   Trip trip)
Show window of trips taken
 o showTripList
  public static void showTripList(Applet applet)
Show list of trips window
 o helpAbout
  public static void helpAbout(Applet applet)
Show help about dialog box.
 o help
  public static void help(Applet applet,
                          String topic)
Show help.
 o showAll
  public static void showAll(Applet applet)
Show all windows.
 o hideAll
  public static void hideAll()
Hide all windows.
 o getDateString
  public static String getDateString(Date d)
Convert date to string of "mmm dd, yyyy"
 o getDate
  public static String getDate(Date d)
Convert date to string of "mm/dd/yy"
 o getTime
  public static String getTime(Date d)
Convert time to string of "hh:mm AM"
 o stringToDate
  public static Date stringToDate(String s)
Convert date string to Date object
 o getCities
  public static void getCities(Choice choice1,
                               Choice choice2)
Get list of cities as a tokenized string and fill in up to two choice controls.
 o getAirports
  public static void getAirports(Choice choice1,
                                 Choice choice2)
Get list of airports as a tokenized string and fill in up to two choice controls.
 o notImplemented
  public static void notImplemented(Applet applet)
Pops up a not implemented dialog box.
 o error
  public static void error(Throwable err,
                           String m,
                           String s)
Pops up an error dialog box.
 o error
  public static void error(String m,
                           String s)
Pops up an error dialog box.
 o error
  public static void error(String m,
                           String s,
                           boolean b)
Pops up an error dialog box.
 o isIdentical
  public static boolean isIdentical(Object object1,
                                    Object object2)
Determine if two managed objects are the same
 o getHash
  public static String getHash(Object o)
Get the hashcode of an object instead of doing a remote method call
 o showDateMsg
  public static void showDateMsg()
 o reservationsCancelled
  public static void reservationsCancelled()

All Packages  Class Hierarchy  This Package  Previous  Next  Index