|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
blobExists
method checks if
the specified blob exists.
containerExists
method checks if
the specified container exists.
createContainer
method creates
the specified container A NxqdException is thrown if
the container already exists.
createModify
method will create an
XmlModify
object.
deleteBlob
method deletes the specified blob from this
container using the specified blobId.
deleteContainer
method deletes the
specifed container.
deleteContainer
method deletes the
specifed container.
deleteDocument
method deletes the specified document from this
container using the specified documentId.
docFromString
method converts a java.lang.String
object into a org.w3c.dom.Document
.
docToString
method converts a Document
object into a java.lang.String
.
docToString
method converts a Document
object into a java.lang.String
.
documentExists
method checks if
the specified document exists.
extractCollectionName
method will extract the Collection
name from the uri parameter.
extractCollectionPath
method will extract the Collection
path from the uri parameter.
getBlob
method retrieves the specified blob from the database.
getContainer
method returns a handle
to the specified container.
getDocument
method retrieves the specified document from this
container using the specified documentId.
getHostName
method returns the host name
of the machine running the Nxqd server.
getHostName
method returns the host name
of the machine running the Nxqd server.
getHostName
method returns the host name
of the machine running the Nxqd server.
getHostPort
method returns the host port
of the remote Nxqd server.
getHostPort
method returns the host port
of the remote Nxqd server.
getHostPort
method returns the host port
of the remote Nxqd server.
getName
method returns the name of the
resource which generated the event.
getName
method returns the name of this Container.
getResults method will retrieve the results after a
lazyQuery
has been executed.
getSAXFeature(String) -
Method in class net.sf.nxqd.xmldb.NxqdXMLResource
getService(String, String) -
Method in class net.sf.nxqd.xmldb.NxqdCollection
getServices() -
Method in class net.sf.nxqd.xmldb.NxqdCollection
getSessionId() -
Method in class net.sf.nxqd.NxqdManager
The getSessionId
method returns the session id which
identifies the client for this session.
getSessionId() -
Method in class net.sf.nxqd.soap.AxisConnector
The getSessionId
method returns the session id which
identifies the client for this session.
getSource() -
Method in class net.sf.nxqd.event.NxqdEvent
The getSource
method is used to hold additional data use by the
NxqdContainerEvent
and NxqdManagerEvent
objects.
getType() -
Method in class net.sf.nxqd.event.NxqdEvent
The getType
method returns the event type of this event.
getTypeDescription() -
Method in class net.sf.nxqd.event.NxqdManagerEvent
getValue() -
Method in class net.sf.nxqd.NxqdValue
getValuesAsList(Map) -
Static method in class net.sf.nxqd.common.NxqdUtils
getVersion() -
Method in class net.sf.nxqd.xmldb.NxqdService
gsoapResultObjectToList(Object) -
Static method in class net.sf.nxqd.common.NxqdUtils
The gsoapResultObjectToList
method converts
the strange gsoap behaviour into something more
consistent, as gsoap returns sometimes null, a string or
a List, dpending on the number of results.
H
- handleContainerCreated(String) -
Method in interface net.sf.nxqd.event.NxqdManagerEventListener
- The
handleContainerCreated
method is invoked when a Container named
name is created by the Nxqd server.
- handleContainerDeleted(String) -
Method in interface net.sf.nxqd.event.NxqdManagerEventListener
- The
handleContainerDeleted
method is invoked when a Container named
name is deleted by the Nxqd server.
- handleContainerRenamed(String, String) -
Method in interface net.sf.nxqd.event.NxqdManagerEventListener
- The
handleContainerRenamed
method is invoked when a Container
is renamed.
- handleEvent(NxqdEvent) -
Method in interface net.sf.nxqd.event.NxqdEventListener
- The
handleEvent
method is a generic method called for all events.
- handleResourceCreated(String, String) -
Method in interface net.sf.nxqd.event.NxqdContainerEventListener
- The
handleResourceCreated
method is called when a container
reports a resource has been created.
- handleResourceDeleted(String, String) -
Method in interface net.sf.nxqd.event.NxqdContainerEventListener
- The
handleResourceDeleted
method is called when a container
reports a resource has been deleted.
- handleResourceUpdated(String, String) -
Method in interface net.sf.nxqd.event.NxqdContainerEventListener
- The
handleResourceUpdated
method is called when a container
reports a resource has been updated.
- hasNext() -
Method in class net.sf.nxqd.NxqdResults
- Returns true if there is another element in the results set.
- hasPrevious() -
Method in class net.sf.nxqd.NxqdResults
- Returns true if there is a previous element in the results set.
I
- invoke(String, Object[]) -
Method in class net.sf.nxqd.soap.Axis2Connector
-
- invoke(String, String[], Object[]) -
Method in class net.sf.nxqd.soap.Axis2Connector
-
- invoke(String, String[], QName[], Object[]) -
Method in class net.sf.nxqd.soap.Axis2Connector
-
- invoke(String, Object[]) -
Method in class net.sf.nxqd.soap.AxisConnector
-
- invoke(String, String[], Object[]) -
Method in class net.sf.nxqd.soap.AxisConnector
-
- invoke(String, QName, String[], Object[]) -
Method in class net.sf.nxqd.soap.AxisConnector
-
- invoke(String, QName, String[], QName[], Object[]) -
Method in class net.sf.nxqd.soap.AxisConnector
-
- isConnected() -
Method in class net.sf.nxqd.NxqdManager
-
- isConnected() -
Method in class net.sf.nxqd.soap.AxisConnector
-
- isOpen() -
Method in class net.sf.nxqd.xmldb.NxqdCollection
-
K
- keys() -
Method in class net.sf.nxqd.xmldb.NxqdService
-
L
- lazyQuery(String, Map, String) -
Method in class net.sf.nxqd.NxqdManager
- The
lazyQuery
method executes the specified queryExpression
on this database.
- listBlobs() -
Method in class net.sf.nxqd.NxqdContainer
- The
listBlobs
method lists the id's of
the blobs managed by this container.
- listChildCollections() -
Method in class net.sf.nxqd.xmldb.NxqdCollection
-
- listContainers() -
Method in class net.sf.nxqd.NxqdManager
- The
listContainers
method returns a List containing
the container names managed by the server.
- listDocuments() -
Method in class net.sf.nxqd.NxqdContainer
- The
listDocuments
method returns a List containing
the document id's managed by the server.
- listResources() -
Method in class net.sf.nxqd.xmldb.NxqdCollection
-
N
- NAME -
Static variable in class net.sf.nxqd.xmldb.NxqdService
-
- net.sf.nxqd - package net.sf.nxqd
-
- net.sf.nxqd.common - package net.sf.nxqd.common
-
- net.sf.nxqd.event - package net.sf.nxqd.event
-
- net.sf.nxqd.soap - package net.sf.nxqd.soap
-
- net.sf.nxqd.xmldb - package net.sf.nxqd.xmldb
-
- next() -
Method in class net.sf.nxqd.NxqdResults
- Retrieves the next value in the result set.
- NXQD_INTERNAL_SEP -
Static variable in class net.sf.nxqd.xmldb.NxqdDatabase
-
- NXQD_NAME -
Static variable in class net.sf.nxqd.xmldb.NxqdDatabase
- The
NXQD_NAME
constant is used to construct a Xml:DB URI
to connect to the Nxqd server.
- NXQD_PORT -
Static variable in class net.sf.nxqd.NxqdManager
- The constant
NXQD_PORT
specifies the default port
in case it is not specified in the URI.
- NXQD_ROOT -
Static variable in class net.sf.nxqd.xmldb.NxqdDatabase
-
- NxqdBinaryResource - Class in net.sf.nxqd.xmldb
-
- NxqdBinaryResource(Collection, String, String) -
Constructor for class net.sf.nxqd.xmldb.NxqdBinaryResource
- The a new
NxqdBinaryResource
constructor creates a new instance
of NxqdBinaryResource.
- NxqdBlobValue - Class in net.sf.nxqd
-
- NxqdBlobValue(byte[]) -
Constructor for class net.sf.nxqd.NxqdBlobValue
-
- NxqdCollection - Class in net.sf.nxqd.xmldb
-
- NxqdCollectionManagementService - Class in net.sf.nxqd.xmldb
-
- NxqdConsumer - Class in net.sf.nxqd
- The class
NxqdConsumer
is a utility class
for all classes needing to cimmunicate using the NxqdClient. - NxqdConsumer() -
Constructor for class net.sf.nxqd.NxqdConsumer
-
- NxqdConsumer(NxqdManager) -
Constructor for class net.sf.nxqd.NxqdConsumer
-
- NxqdContainer - Class in net.sf.nxqd
- The class
NxqdContainer
is the for
interacting with Nxqd containers, such as adding or deleting documents. - NxqdContainerEvent - Class in net.sf.nxqd.event
-
- NxqdContainerEvent() -
Constructor for class net.sf.nxqd.event.NxqdContainerEvent
-
- NxqdContainerEventListener - Interface in net.sf.nxqd.event
-
- NxqdDatabase - Class in net.sf.nxqd.xmldb
- The class
NxqdDatabase
is the Xml:DB driver for
communicating with the Nxqd Apache module. - NxqdDatabase() -
Constructor for class net.sf.nxqd.xmldb.NxqdDatabase
- The a new
NxqdDatabase
constructor creates a new instance
of this driver.
- NxqdEvent - Class in net.sf.nxqd.event
-
- NxqdEvent() -
Constructor for class net.sf.nxqd.event.NxqdEvent
-
- NxqdEventListener - Interface in net.sf.nxqd.event
-
- NxqdException - Exception in net.sf.nxqd
- The class
NxqdException
is the encapsulating exception for exceptions
thrown by this package. - NxqdException(String) -
Constructor for exception net.sf.nxqd.NxqdException
- Create a new
NxqdException
instance.
- NxqdException(Exception) -
Constructor for exception net.sf.nxqd.NxqdException
- Create a new
NxqdException
instance.
- NxqdManager - Class in net.sf.nxqd
- The class
NxqdManager
is the main class for
communicating with the Nxqd Apache module. - NxqdManager(String) -
Constructor for class net.sf.nxqd.NxqdManager
- Creates a new
NxqdManager
instance which will connect
to the specified host on the default port.
- NxqdManager(String, String) -
Constructor for class net.sf.nxqd.NxqdManager
- The a new
NxqdManager
constructor creates a new instance
of this driver.
- NxqdManagerEvent - Class in net.sf.nxqd.event
-
- NxqdManagerEvent() -
Constructor for class net.sf.nxqd.event.NxqdManagerEvent
-
- NxqdManagerEventListener - Interface in net.sf.nxqd.event
-
- NxqdModify - Class in net.sf.nxqd
- The class
NxqdModify
is the context within which a set of
one or more documents specified by an XQuery query can be modified
in place. - NxqdQueryExpression - Class in net.sf.nxqd
- Describe class
NxqdQueryExpression
here. - NxqdResults - Class in net.sf.nxqd
-
- NxqdService - Class in net.sf.nxqd.xmldb
- The class
NxqdService
is an abstract class from which all
Xml:DB services are derived. - NxqdService(String, String) -
Constructor for class net.sf.nxqd.xmldb.NxqdService
-
- NxqdUtils - Class in net.sf.nxqd.common
- The class
Utils
is n abstract class to centralise common
uility methods for use by all the classes. - NxqdUtils() -
Constructor for class net.sf.nxqd.common.NxqdUtils
-
- NxqdValue - Class in net.sf.nxqd
-
- NxqdXMLResource - Class in net.sf.nxqd.xmldb
-
- NxqdXMLResource(Collection, String, String) -
Constructor for class net.sf.nxqd.xmldb.NxqdXMLResource
- The a new
NxqdXMLResource
constructor creates a new instance
of NxqdXMLResource.
- NxqdXMLValue - Class in net.sf.nxqd
-
- NxqdXMLValue(Document) -
Constructor for class net.sf.nxqd.NxqdXMLValue
-
- NxqdXMLValue(String) -
Constructor for class net.sf.nxqd.NxqdXMLValue
-
- NxqdXPathQueryService - Class in net.sf.nxqd.xmldb
- The class
NxqdXPathQueryService
is an implemenation of
org.xmldb.api.modules.XPathQueryService
. - NxqdXPathQueryService(NxqdCollection) -
Constructor for class net.sf.nxqd.xmldb.NxqdXPathQueryService
-
- NxqdXUpdateQueryService - Class in net.sf.nxqd.xmldb
- The class
NxqdXUpdateQueryService
is an implemenation of
org.xmldb.api.modules.XUpdateQueryService
. - NxqdXUpdateQueryService() -
Constructor for class net.sf.nxqd.xmldb.NxqdXUpdateQueryService
-
P
- parseHost(String) -
Static method in class net.sf.nxqd.xmldb.NxqdDatabase
- The
parseHost
method will extract the host value
from the uri parameter.
- parsePort(String) -
Static method in class net.sf.nxqd.xmldb.NxqdDatabase
- The
parseHost
method will extract the port value from
the uri parameter.
- peek() -
Method in class net.sf.nxqd.NxqdResults
- Returns the current element in the results set without moving the internal iterator.
- prepare(String) -
Method in class net.sf.nxqd.NxqdManager
- Describe
prepare
method here.
- previous() -
Method in class net.sf.nxqd.NxqdResults
- Retrieves the previous value in the result set.
- putBlob(String, NxqdBlobValue) -
Method in class net.sf.nxqd.NxqdContainer
- The
putBlob
method stores the specified blob object as a binary
resources in the database under the specified id.
- putDocument(String, NxqdXMLValue) -
Method in class net.sf.nxqd.NxqdContainer
- The
putDocument
method adds the document to this
container using the specified documentId.
Q
- query(String) -
Method in class net.sf.nxqd.NxqdManager
- The
query
method executes the specified queryExpression
on this database.
- query(String, Map) -
Method in class net.sf.nxqd.NxqdManager
- The
query
method executes the specified queryExpression
on this database.
- query(String) -
Method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
-
- queryCollection(String, NxqdCollection, Map, ResourceSet, boolean) -
Static method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
-
- queryResource(String, String) -
Method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
-
R
- removeCollection(String) -
Method in class net.sf.nxqd.xmldb.NxqdCollectionManagementService
-
- removeNamespace(String) -
Method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
-
- removeNxqdContainerEventListener(NxqdContainerEventListener) -
Method in class net.sf.nxqd.NxqdManager
-
- removeNxqdManagerEventListener(NxqdManagerEventListener) -
Method in class net.sf.nxqd.NxqdManager
-
- removeProperty(String) -
Method in class net.sf.nxqd.xmldb.NxqdService
-
- removeResource(Resource) -
Method in class net.sf.nxqd.xmldb.NxqdCollection
-
- renameContainer(String, String) -
Method in class net.sf.nxqd.NxqdManager
- The
renameContainer
method creates
the specified container A NxqdException is thrown if
the container already exists.
- reset() -
Method in class net.sf.nxqd.NxqdResults
- If a query was processed with eager evaluation, a call to this method resets the
result set iterator, so that a subsequent call to next() method will return the
first value in the result set.
- RESOURCE_CREATED -
Static variable in class net.sf.nxqd.event.NxqdContainerEvent
-
- RESOURCE_DELETED -
Static variable in class net.sf.nxqd.event.NxqdContainerEvent
-
- RESOURCE_UPDATED -
Static variable in class net.sf.nxqd.event.NxqdContainerEvent
-
S
- setBlob(byte[]) -
Method in class net.sf.nxqd.NxqdBlobValue
-
- setCollection(Collection) -
Method in class net.sf.nxqd.xmldb.NxqdService
-
- setContainerEventPeriod(long) -
Method in class net.sf.nxqd.NxqdManager
- The
setContainerEventPeriod
method sets the polling period for retrieving the
container event queue from the server.
- setContent(Object) -
Method in class net.sf.nxqd.xmldb.NxqdBinaryResource
-
- setContentAsDOM(Node) -
Method in class net.sf.nxqd.xmldb.NxqdXMLResource
-
- setContentAsSAX() -
Method in class net.sf.nxqd.xmldb.NxqdXMLResource
-
- setDetail(String) -
Method in class net.sf.nxqd.event.NxqdEvent
-
- setManagerEventPeriod(long) -
Method in class net.sf.nxqd.NxqdManager
- The
setManagerEventPeriod
method sets the polling period for retrieving the
manager event queue from the server.
- setNamespace(String, String) -
Method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
-
- setNxqdManager(NxqdManager) -
Method in class net.sf.nxqd.NxqdConsumer
-
- setProperty(String, String) -
Method in class net.sf.nxqd.xmldb.NxqdDatabase
-
- setProperty(String, String) -
Method in class net.sf.nxqd.xmldb.NxqdService
-
- setSAXFeature(String, boolean) -
Method in class net.sf.nxqd.xmldb.NxqdXMLResource
-
- setValue(Object) -
Method in class net.sf.nxqd.NxqdValue
-
- size() -
Method in class net.sf.nxqd.NxqdResults
- If a query was processed with eager evaluation, a call to this method returns
the number of values in the result set.
- storeResource(Resource) -
Method in class net.sf.nxqd.xmldb.NxqdCollection
-
U
- update(String) -
Method in class net.sf.nxqd.xmldb.NxqdXUpdateQueryService
-
- updateResource(String, String) -
Method in class net.sf.nxqd.xmldb.NxqdXUpdateQueryService
-
V
- VERSION -
Static variable in class net.sf.nxqd.xmldb.NxqdService
-
X
- XPathQueryServiceTag -
Static variable in class net.sf.nxqd.xmldb.NxqdCollection
-
- XQueryServiceTag -
Static variable in class net.sf.nxqd.xmldb.NxqdCollection
-
- XUpdateQueryServiceTag -
Static variable in class net.sf.nxqd.xmldb.NxqdCollection
-
A B C D E G H I K L N P Q R S U V X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2006 nxqd. All Rights Reserved.