|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceFinder in com.codemonster.surinam.core.framework |
|---|
| Classes in com.codemonster.surinam.core.framework that implement ServiceFinder | |
|---|---|
class |
ServiceFinderImpl
|
| Methods in com.codemonster.surinam.core.framework that return ServiceFinder | |
|---|---|
static ServiceFinder |
ServiceFinderFactory.getFinder(ServiceBlock serviceBlock)
We will use the factory to create instances of ServiceFinders, which use the given ServiceBlock as it's context. |
| Uses of ServiceFinder in com.codemonster.surinam.export.core |
|---|
| Methods in com.codemonster.surinam.export.core with parameters of type ServiceFinder | |
|---|---|
void |
ServiceClient.setServiceFinder(ServiceFinder svcFinder)
|
| Uses of ServiceFinder in com.codemonster.surinam.export.framework |
|---|
| Methods in com.codemonster.surinam.export.framework that return ServiceFinder | |
|---|---|
ServiceFinder |
ServiceBlock.getServiceFinder()
Once you have a Service Block, you can acquire a Service Finder which will help acquire proper references to Entry Points (from outside the SB) and services from inside the SB (if you are writing a service). |
| Uses of ServiceFinder in com.codemonster.surinam.export.lifecycle |
|---|
| Fields in com.codemonster.surinam.export.lifecycle declared as ServiceFinder | |
|---|---|
ServiceFinder |
ServiceAdapter.serviceFinder
Injection makes it easy for services to find other services. |
| Methods in com.codemonster.surinam.export.lifecycle with parameters of type ServiceFinder | |
|---|---|
void |
ServiceAdapter.setServiceFinder(ServiceFinder serviceFinder)
|
| Uses of ServiceFinder in com.codemonster.surinam.mgmt.impl |
|---|
| Methods in com.codemonster.surinam.mgmt.impl that return ServiceFinder | |
|---|---|
ServiceFinder |
ServiceBlockImpl.getServiceFinder()
If you have a Service Block, you can acquire the Finder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||