[Tn5250py-commits] tn5250py/doc tn5250py-outline.txt,1.1.1.1,1.2
Status: Inactive
Brought to you by:
pbielen
|
From: <gen...@us...> - 2002-07-19 16:40:48
|
Update of /cvsroot/tn5250py/tn5250py/doc
In directory usw-pr-cvs1:/tmp/cvs-serv26416/doc
Modified Files:
tn5250py-outline.txt
Log Message:
Documentation Change. Updates Doc for SessionManager and Sessions class
Index: tn5250py-outline.txt
===================================================================
RCS file: /cvsroot/tn5250py/tn5250py/doc/tn5250py-outline.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** tn5250py-outline.txt 6 Jul 2002 11:12:58 -0000 1.1.1.1
--- tn5250py-outline.txt 19 Jul 2002 16:40:44 -0000 1.2
***************
*** 4,15 ****
Functions:
closeSession(Session) - closes a session object
! closeSession(String) - closes a session object based on a string
! name/description
getSessions() - Returns an Sessions object containing a list of
! Session object
! available.
! openSession(String,String) - Returns a Session object based on the
! parameters
! provided.
--- 4,12 ----
Functions:
closeSession(Session) - closes a session object
! closeSession(String) - closes a session object based on a string name
getSessions() - Returns an Sessions object containing a list of
! Session object available.
! openSession(String) - Returns a Session object based on the parameters provided.
! refresh() - same as getSessions()
***************
*** 18,25 ****
getCount() - Returns the number of Session objects contained within
this object
! item(int) - Returns the Session object at the given index.
item(String) - Returns the Session object with the given session
Name
- refresh() - Updates the collection of Session objects
- Session - An actual host session.
--- 15,21 ----
getCount() - Returns the number of Session objects contained within
this object
! item_index(int) - Returns the Session object at the given index.
item(String) - Returns the Session object with the given session
Name
- Session - An actual host session.
|