Package | Description |
---|---|
net.java.truecommons.jmx.mmbs | |
net.java.truecommons.jmx.spi |
Provides service provider interfaces for safely interfacing with JMX
in a library module.
|
net.java.truecommons.key.hurlfb |
Provides hurling window feedback when entering a wrong password.
|
net.java.truecommons.key.swing.feedback |
Provides interfaces and implementations for visual and audible feedback for
entering wrong passwords.
|
net.java.truecommons.key.swing.spi |
Provides abstract classes for locatable service providers.
|
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 |
MultiplexingMBeanServerDecorator
Decorates the given MBean server with a
MultiplexingMBeanServer if
and only if this class is not defined by the system class loader. |
Modifier and Type | Class and Description |
---|---|
class |
MBeanServerDecorator
An abstract service for decorating MBean servers.
|
class |
ObjectNameModifierDecorator
An abstract service for decorating object name codecs.
|
Modifier and Type | Class and Description |
---|---|
class |
HurlingWindowFeedbackDecorator
Decorates any given feedback with a
HurlingWindowFeedback . |
Modifier and Type | Class and Description |
---|---|
class |
TemporarilyDisableDefaultButtonFeedbackDecorator
Decorates any given feedback with a
TemporarilyDisableDefaultButtonFeedback . |
Modifier and Type | Class and Description |
---|---|
class |
InvalidKeyFeedbackDecorator
An abstract service for providing visible and/or audible feedback to the
user when prompting for a key again after an invalid key has been provided
before.
|
class |
UnknownKeyFeedbackDecorator
An abstract service for providing visible and/or audible feedback to the
user when prompting for an unknown key for the first time.
|
Modifier and Type | Method and Description |
---|---|
<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–2016 Schlichtherle IT Services. All rights reserved.