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
-
getCities()
-
-
listReservations()
-
-
login(String, String)
-
-
logout(String)
-
-
toString()
- Returns a String that represents the value of this Object.
toString
public abstract String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
login
public abstract User login(String userId,
String password)
logout
public abstract void logout(String userId)
getCities
public abstract RCIterator getCities()
listReservations
public abstract void listReservations()
All Packages Class Hierarchy This Package Previous Next Index