| Package | Description |
|---|---|
| org.mmbase.bridge |
The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface).
|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeQuery
A Node-Query is a query that queries node-lists, in contradiction to a normal Query which can
query 'cluster nodes' and even more generally 'result nodes' too.
|
interface |
Query
Representation of a (database) query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicNodeQuery
'Basic' implementation of bridge NodeQuery.
|
class |
BasicQuery
'Basic' implementation of bridge Query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteNodeQuery_Proxy
RemoteNodeQuery_Proxy in a generated smart proxy of NodeQuery
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteQuery_Proxy
RemoteQuery_Proxy in a generated smart proxy of Query
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteSearchQueryWrapper_Proxy
RemoteSearchQueryWrapper_Proxy in a generated smart proxy of SearchQueryWrapper
This smart proxy is used by a local class when the MMCI is called remotely |
| Constructor and Description |
|---|
RemoteSearchQueryWrapper_Rmi(SearchQueryWrapper originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQueryWrapper<Q extends Query>
Abstract base class for both
QueryWrapper and NodeQueryWrapper. |
class |
NodeQueryWrapper
Implementation of
Query completely based on other instance of that. |
class |
QueryWrapper
Implementation of
Query completely based on other instance of that. |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}