|
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CentralDigest
An interface to the cumulated (digested) contents of the Moby Registry.
The main purpose of this interface is for those clients that are accessing the whole, or a substantial part of, Moby registry. The implementation may use some less documented features of the Moby registry API that allow to get more information in one go - saving significantly network and time.
| Method Summary | |
|---|---|
MobyDataType[] |
getDataTypes()
Get definition of all known data types. |
MobyServiceType[] |
getFullServiceTypes()
Get definition of all known service types. |
MobyService[] |
getServices()
Get definition of all registered service instances. |
| Method Detail |
|---|
MobyDataType[] getDataTypes()
throws MobyException
Central.getDataType(java.lang.String) for all
registered data type names.
MobyException - if communication with the Moby Registry fails
MobyServiceType[] getFullServiceTypes()
throws MobyException
Central.getServiceTypes() because it returns an array of
full definitions of service types, and not just their names and
descriptions.
MobyException - if communication with the Moby Registry fails
MobyService[] getServices()
throws MobyException
findService by name for all
known service names.
MobyException - if communication with the Moby Registry fails
|
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||