org.jboss.guice.plugins
Class KernelInstanceBinder

java.lang.Object
  extended by org.jboss.guice.spi.BinderHolder
      extended by org.jboss.guice.plugins.InstanceBinder
          extended by org.jboss.guice.plugins.KernelInstanceBinder

public class KernelInstanceBinder
extends InstanceBinder

Kernel instance binder.

Author:
Ales Justin

Constructor Summary
KernelInstanceBinder(com.google.inject.Binder binder)
           
 
Method Summary
 void setBindings(Map<Class<?>,Object> bindings)
           
 
Methods inherited from class org.jboss.guice.plugins.InstanceBinder
start, stop
 
Methods inherited from class org.jboss.guice.spi.BinderHolder
getBinder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelInstanceBinder

public KernelInstanceBinder(com.google.inject.Binder binder)
Method Detail

setBindings

public void setBindings(Map<Class<?>,Object> bindings)
Overrides:
setBindings in class InstanceBinder


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.