oracle.ifs.adk.mail
Class IfsStore
java.lang.Object
|
+--javax.mail.Service
|
+--javax.mail.Store
|
+--oracle.ifs.adk.mail.IfsStore
- public class IfsStore
- extends javax.mail.Store
The IfsStore class is used to allow the Java Mail API to access
messages stored in 9iFS.
getLibrarySession
public LibrarySession getLibrarySession()
- getLibrarySesion()
Get the 9iFS LibrarySession being used by the instance of
IfsStore. This is not part of the Java Mail API.
- Returns:
- the LibrarySession being used by this instance of IfsStore
setLibrarySession
public void setLibrarySession(LibrarySession session)
throws IfsException
- setLibrarySesion()
Set the 9iFS LibrarySession to be used by this instance of
IfsStore. This is not part of the Java Mail API.
- Parameters:
session
- the LibrarySession to be used for access to 9iFS.
(c) 2002 Copyright Oracle Corporation. All rights reserved.