Interface COM.ibm.jaws.models.trs.Session
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.ibm.jaws.models.trs.Session

public interface Session
extends Object
extends Common

Method Index

 o getCities()
 o listReservations()
 o login(String, String)
 o logout(String)
 o toString()
Returns a String that represents the value of this Object.

Methods

 o toString
  public abstract String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object
 o login
  public abstract User login(String userId,
                             String password)
 o logout
  public abstract void logout(String userId)
 o getCities
  public abstract RCIterator getCities()
 o listReservations
  public abstract void listReservations()

All Packages  Class Hierarchy  This Package  Previous  Next  Index