|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.groupware.Groupware
public final class Groupware
Main entry point to the groupware functionality of domingo.
Constructor Summary | |
---|---|
Groupware(NotesLocation location)
Constructor. |
|
Groupware(NotesLocation location,
DNotesMonitor monitor)
Constructor. |
|
Groupware(java.lang.String locationUri)
Constructor. |
|
Groupware(java.lang.String locationUri,
DNotesMonitor monitor)
Constructor. |
Method Summary | |
---|---|
void |
close()
Closes the groupware instance, including all internal resources of the Notes connection. |
java.util.Iterator |
getAddressBooks()
Returns an iterator over all available public and private addressbooks. |
CalendarInterface |
getCalendar()
Returns an implementation of the calendar interface. |
Mailbox |
getMailbox()
Returns an implementation of the mailbox interface for the current user. |
Mailbox |
getMailbox(java.lang.String username)
Returns an implementation of the mailbox interface for a given user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Groupware(java.lang.String locationUri) throws GroupwareException
If the location is a IIOP location and the mail-server of the current user is not the server as specified in the location the connection will fail.
locationUri
- location URI of notes database
GroupwareException
- if the groupware cannot be initializedpublic Groupware(java.lang.String locationUri, DNotesMonitor monitor) throws GroupwareException
If the location is a IIOP location and the mail-server of the current user is not the server as specified in the location the connection will fail.
locationUri
- location URI of notes databasemonitor
- a monitor
GroupwareException
- if the groupware cannot be initializedpublic Groupware(NotesLocation location) throws GroupwareException
If the location is a IIOP location and the mail-server of the current user is not the server as specified in the location the connection will fail.
location
- location of notes database
GroupwareException
- if the groupware cannot be initializedpublic Groupware(NotesLocation location, DNotesMonitor monitor) throws GroupwareException
If the location is a IIOP location and the mail-server of the current user is not the server as specified in the location the connection will fail.
location
- location of notes databasemonitor
- a monitor
GroupwareException
- if the groupware cannot be initializedMethod Detail |
---|
public Mailbox getMailbox() throws GroupwareException
GroupwareException
- if the mailbox cannot be openedpublic Mailbox getMailbox(java.lang.String username) throws GroupwareException
username
- username
GroupwareException
- if the mailbox cannot be openedpublic CalendarInterface getCalendar() throws GroupwareException
GroupwareException
- if the calendar database cannot be opened.public java.util.Iterator getAddressBooks()
AddressBook
public void close() throws DNotesRuntimeException
DNotesRuntimeException
- if an error occurs during disposal or
if not all objects can be disposed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |