|
Class Summary |
| AdvancedLookupCache |
Example that uses a LookupCache for maintaining valid
service references. |
| BasicBlockingLookup |
Basic blocking lookup example that attempts to find any
instance of a publicly available transaction manager service. |
| BasicBlockingMultiLookup |
Multiple service lookup example that attempts to find (at most)
maxMatches instances of publicly available
transaction manager services. |
| BasicLookup |
Basic lookup example that attempts to find any instance
of a publicly available transaction manager service. |
| BasicLookupCache |
Basic lookup example using a LookupCache
to find any instance of a publicly available
transaction manager service. |
| BasicMultiLookup |
Multiple service lookup example that attempts to find (at most)
maxMatches instances of publicly available
transaction manager services. |
| BasicMultiLookupCache |
Example using a LookupCache that attempts to find any instance
of a publicly available transaction manager service. |
| LookupCacheEvents |
Example that exercises the SDM's event mechanism. |
| LookupCacheFilters |
Example that exercises the SDM's filtering mechanisms. |