org.jboss.portal.core.identity.service
Class SimpleServiceJNDIBinder

java.lang.Object
  extended by org.jboss.portal.core.identity.service.SimpleServiceJNDIBinder
All Implemented Interfaces:
ServiceJNDIBinder

public class SimpleServiceJNDIBinder
extends java.lang.Object
implements ServiceJNDIBinder

Really dummy JNDI binder

Version:
$Revision: 8786 $
Author:
Boleslaw Dawidowicz

Constructor Summary
SimpleServiceJNDIBinder()
           
 
Method Summary
 void bind(java.lang.String jndiName, java.lang.Object service)
           
 void unbind(java.lang.String jndiName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleServiceJNDIBinder

public SimpleServiceJNDIBinder()
Method Detail

bind

public void bind(java.lang.String jndiName,
                 java.lang.Object service)
          throws java.lang.Exception
Specified by:
bind in interface ServiceJNDIBinder
Throws:
java.lang.Exception

unbind

public void unbind(java.lang.String jndiName)
Specified by:
unbind in interface ServiceJNDIBinder