|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BackendInfo | |
| org.objectweb.cjdbc.controller.backend | Database backend core. |
| org.objectweb.cjdbc.controller.virtualdatabase | Virtual database core code including connection handling. |
| org.objectweb.cjdbc.controller.virtualdatabase.protocol | Differemt group messages for the distributed version of the virtual database. |
| Uses of BackendInfo in org.objectweb.cjdbc.controller.backend |
| Constructors in org.objectweb.cjdbc.controller.backend with parameters of type BackendInfo | |
DatabaseBackend(BackendInfo info)
Creates a new DatabaseBackend object |
|
| Uses of BackendInfo in org.objectweb.cjdbc.controller.virtualdatabase |
| Methods in org.objectweb.cjdbc.controller.virtualdatabase that return BackendInfo | |
BackendInfo |
DistributedVirtualDatabase.createBackendInfo(DatabaseBackend backend,
boolean useXml)
Create backend information object from a DatabaseBackend object This will get only static information |
| Methods in org.objectweb.cjdbc.controller.virtualdatabase with parameters of type BackendInfo | |
boolean |
DistributedVirtualDatabase.isCompatibleBackend(BackendInfo backend)
Check if the given backend definition is compatible with the backend definitions of this distributed virtual database. |
| Uses of BackendInfo in org.objectweb.cjdbc.controller.virtualdatabase.protocol |
| Fields in org.objectweb.cjdbc.controller.virtualdatabase.protocol declared as BackendInfo | |
private BackendInfo |
DisableBackend.backendInfo
|
private BackendInfo |
EnableBackend.backendInfo
|
(package private) BackendInfo |
BackendTransfer.info
|
| Methods in org.objectweb.cjdbc.controller.virtualdatabase.protocol that return BackendInfo | |
BackendInfo |
BackendTransfer.getInfo()
Returns the info value. |
| Constructors in org.objectweb.cjdbc.controller.virtualdatabase.protocol with parameters of type BackendInfo | |
DisableBackend(BackendInfo backendInfo)
Creates a new DisableBackend object with the specified backend information. |
|
EnableBackend(BackendInfo backendInfo)
Creates a new EnableBackend object with the specified backend information. |
|
BackendTransfer(java.lang.String controllerDest,
BackendInfo info)
Creates a new BackendTransfer object |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||