|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotesHttpFactory | |
---|---|
de.bea.domingo.http | Http implementation of the contract in package de.bea.domingo . |
Uses of NotesHttpFactory in de.bea.domingo.http |
---|
Methods in de.bea.domingo.http that return NotesHttpFactory | |
---|---|
protected NotesHttpFactory |
BaseHttp.getFactory()
Returns the factory corresponding to this instance. |
Methods in de.bea.domingo.http with parameters of type NotesHttpFactory | |
---|---|
(package private) static DViewEntry |
ViewEntryHttp.getInstance(NotesHttpFactory theFactory,
DBase theParent,
DNotesMonitor monitor)
Factory method for instances of this class. |
(package private) static DDocument |
DocumentHttp.getInstance(NotesHttpFactory factory,
DBase parent,
DNotesMonitor monitor)
Factory method for instances of this class. |
(package private) static DDocument |
BaseDocumentHttp.getInstance(NotesHttpFactory factory,
DBase parent,
DNotesMonitor monitor)
Factory method for instances of this class. |
(package private) static AgentHttp |
AgentHttp.getInstance(NotesHttpFactory theFactory,
DBase theParent,
DNotesMonitor monitor,
java.lang.String agentName)
Factory method for instances of this class. |
(package private) static DView |
ViewHttp.getInstance(NotesHttpFactory theFactory,
DBase theParent,
java.lang.String name,
DNotesMonitor monitor)
Factory method for instances of this class. |
(package private) static DDocument |
DocumentHttp.getInstance(NotesHttpFactory theFactory,
DBase theParent,
java.lang.String unid,
DNotesMonitor monitor)
Factory method for instances of this class. |
(package private) static DDatabase |
DatabaseHttp.getInstance(NotesHttpFactory factory,
DBase parent,
java.lang.String filePath,
DNotesMonitor monitor)
Factory method for instances of this class. |
(package private) static DDocument |
BaseDocumentHttp.getInstance(NotesHttpFactory theFactory,
DBase theParent,
java.lang.String unid,
DNotesMonitor monitor)
Factory method for instances of this class. |
(package private) static DSession |
SessionHttp.getInstance(NotesHttpFactory factory,
java.lang.String host,
java.lang.String user,
java.lang.String passwd,
DNotesMonitor monitor)
Creates an Http session object. |
Constructors in de.bea.domingo.http with parameters of type NotesHttpFactory | |
---|---|
AgentHttp(NotesHttpFactory theFactory,
DBase theParent,
DNotesMonitor monitor,
java.lang.String agentName)
Constructor. |
|
BaseDocumentHttp(NotesHttpFactory factory,
DBase parent,
DNotesMonitor monitor)
Private Constructor for this class. |
|
BaseDocumentHttp(NotesHttpFactory factory,
DBase parent,
java.lang.String unid,
DNotesMonitor monitor)
Private Constructor for this class. |
|
BaseHttp(NotesHttpFactory theFactory,
DBase theParent,
DNotesMonitor monitor)
Creates a new DBaseImpl object. |
|
DocumentHttp(NotesHttpFactory factory,
DBase parent,
DNotesMonitor monitor)
Private Constructor for this class. |
|
DocumentHttp(NotesHttpFactory factory,
DBase parent,
java.lang.String unid,
DNotesMonitor monitor)
Private Constructor for this class. |
|
ItemHttp(NotesHttpFactory theFactory,
DBase theParent,
java.lang.String theName,
DNotesMonitor monitor)
Constructor. |
|
ItemHttp(NotesHttpFactory theFactory,
DBase theParent,
java.lang.String theName,
java.util.List theValues,
DNotesMonitor monitor)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |