Package | Description |
---|---|
net.java.truecommons.jmx.sl |
Provides service locators for
MBean servers
and
object name modifiers.
|
net.java.truecommons.key.spec |
Provides an extensible manager for generic keys required for writing or
reading protected resources, for example encrypted files.
|
net.java.truecommons.key.spec.prompting |
Provides a key manager which promps users for
keys.
|
net.java.truecommons.key.spec.sl |
Provides singletons to locate service providers on the class path.
|
net.java.truecommons.key.swing.sl |
Provides singletons to locate service providers on the class path.
|
net.java.truecommons.services |
Provides service location which is designed to work well in both JEE and
OSGi environments and perfectly fits the dependency injection idiom with
support for JSR 330.
|
Modifier and Type | Class and Description |
---|---|
class |
MBeanServerLocator
A container of the singleton MBean server.
|
class |
ObjectNameModifierLocator
A container of the singleton object name codec.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyManagerMap
An abstract key manager map.
|
Modifier and Type | Class and Description |
---|---|
class |
PromptingKeyManagerMap
Implements a map for a single prompting key manager which will use the
prompting key provider view given to the
constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyManagerMapLocator
A container of the singleton immutable map of all known file system schemes
to file system drivers.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidKeyFeedbackLocator
A container of the singleton visual and/or audible feedback to the user
when prompting for a key again after an invalid key has been provided before.
|
class |
UnknownKeyFeedbackLocator
A container of the singleton visual and/or audible feedback to the user
when prompting for an unknown key for the first time.
|
Modifier and Type | Class and Description |
---|---|
class |
LocatableContainer<P>
A locatable provider which contains a single product.
|
Modifier and Type | Method and Description |
---|---|
<P> Container<P> |
ServiceLocator.container(Class<? extends LocatableProvider<P>> provider)
Creates a new container with a single product.
|
<P> Container<P> |
ServiceLocator.container(Class<? extends LocatableProvider<P>> provider,
Class<? extends LocatableDecorator<P>> decorator)
Creates a new container with a single product.
|
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.