org.jboss.kernel.plugins.dependency
Class JNDIKernelRegistryPlugin

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

public class JNDIKernelRegistryPlugin
extends Object
implements KernelRegistryPlugin

JNDI aware KernelRegistryPlugin.

Author:
Ales Justin

Constructor Summary
JNDIKernelRegistryPlugin()
           
 
Method Summary
 void create()
           
 void destroy()
           
 KernelRegistryEntry getEntry(Object name)
          Get a registration
 void setProperties(Hashtable properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIKernelRegistryPlugin

public JNDIKernelRegistryPlugin()
Method Detail

setProperties

public void setProperties(Hashtable properties)

create

public void create()
            throws NamingException
Throws:
NamingException

destroy

public void destroy()
             throws NamingException
Throws:
NamingException

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 ? 2007 JBoss Inc.. All Rights Reserved.