|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ClassFab
.ClassFactory
.Resource
for resources found within the classpath.ThreadEventNotifier.fireThreadCleanup()
.
MethodFilter
s, returning
true only if each filter does.ObjectProvider
mapped to prefix "configuration:" for accessing
configurations.ConfigurationPoint
interface; a container
for Contribution
s.org.apache.hivemind.ServiceModel
to access non-public information about a
ConstructableServicePoint
, such as
its instance builder and interceptors.ServiceImplementationConstructor
), and checks
that the result is non-null and assignable
to the service interface.
HiveMindFilter.init(FilterConfig)
to actually
construct the Registry.
RegistryBuilder.processModule(ClassResolver, Resource)
.
org.apache.hivemind.ServicePoint#getService(Class)
(for singletons), or from the generated
deferrable proxy (for most service models).
org.apache.hivemind.ConfigurationPoint
.org.apache.hivemind.Contribution
interface,
a wrapper around objects that can provide values that plug into an
extension point.Translator
initializer string of the form:
key=value[,key=value]*
into a Map of keys and values.
ServiceImplementationConstructor
that will ultimately create the service implementation instance.
Rule
for creating
a new object.ClassPool
and
our own ClassFactoryClassLoader
that manages the creation of new instance of CtClass
and converts finished CtClass's into instantiable Classes.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |