Uses of Class
de.bea.domingo.map.NotesLocation

Packages that use NotesLocation
de.bea.domingo.groupware Groupware interface to Lotus Notes/Domino. 
de.bea.domingo.groupware.map Mapping implementation of the domingo groupware interface to Lotus Notes/Domino. 
de.bea.domingo.map Generic Mapping layer between Notes documents and Java classes. 
 

Uses of NotesLocation in de.bea.domingo.groupware
 

Constructors in de.bea.domingo.groupware with parameters of type NotesLocation
Groupware(NotesLocation location)
          Constructor.
Groupware(NotesLocation location, DNotesMonitor monitor)
          Constructor.
 

Uses of NotesLocation in de.bea.domingo.groupware.map
 

Constructors in de.bea.domingo.groupware.map with parameters of type NotesLocation
MailDatabase(DSession session, NotesLocation location, java.lang.String owner)
          Constructor.
NamesDatabase(DSession session, NotesLocation location)
          Constructor.
 

Uses of NotesLocation in de.bea.domingo.map
 

Methods in de.bea.domingo.map that return NotesLocation
static NotesLocation NotesLocation.getInstance(NotesLocation context, java.lang.String server, java.lang.String path)
          Factory method for local Location.
static NotesLocation NotesLocation.getInstance(java.lang.String location)
          Factory method for Location objects.
 NotesLocation NotesLocation.getLocalLocation()
          Returns the local location corresponding to this location.
 

Methods in de.bea.domingo.map with parameters of type NotesLocation
static NotesLocation NotesLocation.getInstance(NotesLocation context, java.lang.String server, java.lang.String path)
          Factory method for local Location.
protected  DSession BaseDatabase.getSession(NotesLocation location)
          Creates and returns a new domingo session for a given location.
 

Constructors in de.bea.domingo.map with parameters of type NotesLocation
BaseDatabase(DSession session, NotesLocation location)
          Constructor.
BaseDatabase(NotesLocation location)
          Constructor.
NotesLocation(NotesLocation context, java.lang.String path)
          Constructor.
NotesLocation(NotesLocation context, java.lang.String server, java.lang.String path)
          Creates a new local location.
 



Domingo Java-API