Interface IConnector
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
SocketConnector
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
refreshServiceList
(Map<String, IService> registredServices) void
run()
When called, should wait for one request, answer it and return.
-
Method Details
-
initializeConnector
- Throws:
OntologyConnectorException
-
finalizeConnector
- Throws:
OntologyConnectorException
-
run
void run()When called, should wait for one request, answer it and return. -
refreshServiceList
-
clearServiceList
void clearServiceList()
-