org.jboss.guice.spi
Class GuiceKernelRegistryEntryPlugin

java.lang.Object
  extended by 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

Constructor Summary
GuiceKernelRegistryEntryPlugin(com.google.inject.Module... modules)
           
 
Method Summary
 void destroy()
           
 KernelRegistryEntry getEntry(Object name)
          Get a registration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiceKernelRegistryEntryPlugin

public GuiceKernelRegistryEntryPlugin(com.google.inject.Module... modules)
Method Detail

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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.