Contents
Interface Instances
- All Superinterfaces:
AutoCloseable
A factory for
Supplier
s of contextual instances.- Author:
- Laird Nelson
- See Also:
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
-
proxiable
Returnstrue
if and only if it is possible for a client proxy to be created for contextual instances described by the suppliedId
.- Parameters:
id
- anId
; must not benull
- Returns:
true
if and only if it is possible for a client proxy to be created for contextual instances described by the suppliedId
;false
otherwise- Throws:
NullPointerException
- ifid
isnull
-
supplier
-