org.jboss.guice.spi
Class GuiceKernelRegistryEntryPlugin

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

Constructor Summary
GuiceKernelRegistryEntryPlugin(com.google.inject.Module... modules)
           
 
Method Summary
 void destroy()
           
 org.jboss.kernel.spi.registry.KernelRegistryEntry getEntry(Object name)
           
 
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 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.