public interface LookupProvider
J2eePlatform
's lookup.
Typically, if the serverplugin type allows composition of lookup from
multiple sources, it will make a layer location public where 3rd parties
will register implementations of this interface.Modifier and Type | Method and Description |
---|---|
Lookup |
createAdditionalLookup(Lookup baseContext)
implementations will be asked to create their additional project lookup based on the baseContext
passed as parameter.
|
Lookup createAdditionalLookup(Lookup baseContext)
baseContext
- implementation shall decide what to return for a given platform instance based on context
passed in.Lookup
instance that is to be added to the platform's lookup, never null.