org.jboss.kernel.plugins.registry
Class BeanKernelRegistryEntry

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.kernel.plugins.registry.AbstractKernelRegistryEntry
          extended by org.jboss.kernel.plugins.registry.BeanKernelRegistryEntry
All Implemented Interfaces:
Cloneable, org.jboss.dependency.spi.ControllerContext, org.jboss.dependency.spi.dispatch.AttributeDispatchContext, KernelRegistryEntry, org.jboss.util.JBossInterface

public class BeanKernelRegistryEntry
extends AbstractKernelRegistryEntry
implements org.jboss.dependency.spi.dispatch.AttributeDispatchContext

Bean Kernel registry entry.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.kernel.plugins.registry.AbstractKernelRegistryEntry
name, target
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
BeanKernelRegistryEntry(Object target, org.jboss.beans.info.spi.BeanInfo beanInfo)
           
BeanKernelRegistryEntry(Object name, Object target, org.jboss.beans.info.spi.BeanInfo beanInfo)
           
 
Method Summary
 Object get(String name)
           
 void set(String name, Object value)
           
 
Methods inherited from class org.jboss.kernel.plugins.registry.AbstractKernelRegistryEntry
getAliases, getController, getDependencyInfo, getError, getMode, getName, getRequiredState, getScopeInfo, getState, getTarget, install, setController, setError, setMode, setName, setRequiredState, setState, toShortString, toString, uninstall
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanKernelRegistryEntry

public BeanKernelRegistryEntry(Object target,
                               org.jboss.beans.info.spi.BeanInfo beanInfo)

BeanKernelRegistryEntry

public BeanKernelRegistryEntry(Object name,
                               Object target,
                               org.jboss.beans.info.spi.BeanInfo beanInfo)
Method Detail

get

public Object get(String name)
           throws Throwable
Specified by:
get in interface org.jboss.dependency.spi.dispatch.AttributeDispatchContext
Throws:
Throwable

set

public void set(String name,
                Object value)
         throws Throwable
Specified by:
set in interface org.jboss.dependency.spi.dispatch.AttributeDispatchContext
Throws:
Throwable


Copyright ? 2007 JBoss Inc.. All Rights Reserved.