|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KernelRegistryPlugin | |
---|---|
org.jboss.guice.spi | |
org.jboss.kernel.plugins.dependency | Kernel plugins, an abstract dependency implementation. |
org.jboss.kernel.plugins.registry | Kernel plugins, an abstract registry implementation. |
org.jboss.kernel.plugins.registry.basic | Kernel plugins, a basic registry implementation. |
Uses of KernelRegistryPlugin in org.jboss.guice.spi |
---|
Classes in org.jboss.guice.spi that implement KernelRegistryPlugin | |
---|---|
class |
GuiceKernelRegistryEntryPlugin
Guice kernel registry plugin. |
Uses of KernelRegistryPlugin in org.jboss.kernel.plugins.dependency |
---|
Classes in org.jboss.kernel.plugins.dependency that implement KernelRegistryPlugin | |
---|---|
class |
AbstractKernelController
Abstract Kernel controller. |
class |
ClassContextKernelRegistryPlugin
Class aware KernelRegistryPlugin. |
class |
JNDIKernelRegistryPlugin
JNDI aware KernelRegistryPlugin. |
class |
ScopedKernelController
Scoped Kernel controller. |
Uses of KernelRegistryPlugin in org.jboss.kernel.plugins.registry |
---|
Fields in org.jboss.kernel.plugins.registry with type parameters of type KernelRegistryPlugin | |
---|---|
protected List<KernelRegistryPlugin> |
AbstractKernelRegistry.factories
The registry factories |
Methods in org.jboss.kernel.plugins.registry with parameters of type KernelRegistryPlugin | |
---|---|
void |
AbstractKernelRegistry.addKernelRegistryFactory(KernelRegistryPlugin factory)
Add a kernel registry factory |
void |
AbstractKernelRegistry.removeKernelRegistryFactory(KernelRegistryPlugin factory)
Remove a kernel registry factory |
Uses of KernelRegistryPlugin in org.jboss.kernel.plugins.registry.basic |
---|
Classes in org.jboss.kernel.plugins.registry.basic that implement KernelRegistryPlugin | |
---|---|
class |
BasicKernelRegistryFactory
Basic Kernel registry factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |