org.jboss.guice.spi
Class GuiceKernelRegistryEntryPlugin
java.lang.Object
org.jboss.guice.spi.GuiceKernelRegistryEntryPlugin
- All Implemented Interfaces:
- org.jboss.kernel.spi.registry.KernelRegistryPlugin
public class GuiceKernelRegistryEntryPlugin
- extends Object
- implements org.jboss.kernel.spi.registry.KernelRegistryPlugin
Guice kernel registry plugin.
Providing a way to inject Guice beans into MC.
- Author:
- Ales Justin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuiceKernelRegistryEntryPlugin
public GuiceKernelRegistryEntryPlugin(com.google.inject.Module... modules)
destroy
public void destroy()
getEntry
public org.jboss.kernel.spi.registry.KernelRegistryEntry getEntry(Object name)
- Specified by:
getEntry in interface org.jboss.kernel.spi.registry.KernelRegistryPlugin
Copyright ? 2007 JBoss Inc.. All Rights Reserved.