org.jboss.kernel.plugins.dependency
Class ClassContextKernelRegistryPlugin

java.lang.Object
  extended by org.jboss.kernel.plugins.dependency.ClassContextKernelRegistryPlugin
All Implemented Interfaces:
KernelRegistryPlugin

public class ClassContextKernelRegistryPlugin
extends Object
implements KernelRegistryPlugin

Class aware KernelRegistryPlugin.

Author:
Ales Justin

Constructor Summary
ClassContextKernelRegistryPlugin(KernelController controller)
           
 
Method Summary
 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

ClassContextKernelRegistryPlugin

public ClassContextKernelRegistryPlugin(KernelController controller)
Method Detail

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