org.jboss.guice.spi
Class GuiceKernelRegistryEntryPlugin
java.lang.Object
org.jboss.guice.spi.GuiceKernelRegistryEntryPlugin
- All Implemented Interfaces:
- KernelRegistryPlugin
public class GuiceKernelRegistryEntryPlugin
- extends Object
- implements 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 KernelRegistryEntry getEntry(Object name)
- Description copied from interface:
KernelRegistryPlugin
- Get a registration
- Specified by:
getEntry
in interface KernelRegistryPlugin
- Parameters:
name
- the name of the object
- Returns:
- the registration
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.