eXo Kernel :: Component :: Common Service 2.4.3-CLD

org.exoplatform.services.naming
Class BindReferencePlugin

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.services.naming.BindReferencePlugin
All Implemented Interfaces:
ComponentPlugin

public class BindReferencePlugin
extends BaseComponentPlugin

Created 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

Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
BindReferencePlugin(InitParams params)
           
 
Method Summary
 String getBindName()
           
 Reference getReference()
           
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindReferencePlugin

public BindReferencePlugin(InitParams params)
                    throws 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:
ConfigurationException
Method Detail

getReference

public Reference getReference()
Returns:
reference bound

getBindName

public String getBindName()
Returns:
name

eXo Kernel :: Component :: Common Service 2.4.3-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.