Project

General

Profile

« Previous | Next » 

Revision 1797

Added by Jing Tao over 20 years ago

Add a logout method.

View differences:

src/edu/ucsb/nceas/metacat/client/Metacat.java
47 47
     */
48 48
    public void login(String username, String password) 
49 49
           throws MetacatAuthException, MetacatInaccessibleException;
50
    
51
    /**
52
     *  Method used to log out a metacat server. When Metacat server will end
53
     *  the session when this call is invoken.
54
     *
55
     *  @throws MetacatInaccessibleException when the metacat server can not be
56
     *                                    reached or does not respond
57
     */
58
    public void logout() throws MetacatInaccessibleException, MetacatException;
50 59

  
51 60
    /**
52 61
     * Read an XML document from the metacat server session, accessed by docid,

Also available in: Unified diff