Package org.exoplatform.services.naming
Class BindReferencePlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.naming.BindReferencePlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class BindReferencePlugin extends org.exoplatform.container.component.BaseComponentPluginCreated by The eXo Platform SAS.
InitialContextInitializer's Component Plugin for binding reference to JNDI naming context- Version:
- $Id: BindReferencePlugin.java 6853 2006-07-07 11:41:24Z geaz $
- Author:
- Gennady Azarenkov
-
-
Constructor Summary
Constructors Constructor Description BindReferencePlugin(org.exoplatform.container.xml.InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindName()ReferencegetReference()
-
-
-
Constructor Detail
-
BindReferencePlugin
public BindReferencePlugin(org.exoplatform.container.xml.InitParams params) throws org.exoplatform.container.configuration.ConfigurationException- Parameters:
params- Mandatory: bind-name (value param) - name of binding reference class-name (value param) - type of binding reference factory (value param) - object factory type Optional: ref-addresses (properties param)- Throws:
org.exoplatform.container.configuration.ConfigurationException
-
-