Class Summary |
Activator |
The Class Activator contains the start method, which is the method called
by the framework to start/activate this bundle (and then the registry service). |
ClientRequest |
The Class ClientRequest is intended to store a single request for a
service, as registered by a client. |
ClientRequestParser |
The Class ClientRequestParser implements a SAX DefaultHandler
which is costomized to parse a xml-document with client requests. |
GlobalSettings |
The Class GlobalSettings holds a set of constants that will be used by other classes
throughout the Service Registry Plugin Module. |
Log |
This Class is responsible for the logging of events, and for reading and returning
the log on request. |
PluginServiceRegistryImpl |
|
Service |
The Service Class is intended to be a general class to hold information about a service
which have been found and registered by a plugin. |
ServiceParser |
The Class ServiceParser implements a SAX DefaultHandler
which is tailored to parse a xml-document with UbiCollab service elements. |
TimeKeeper |
The Class TimeKeeper run as a seperate thread and is responsible
for picking up new ClientRequest from Service Discovery Manager,
and try to fulfill these. |