org.sape.carbon.services.ejb.remote
Interface RemoteHomeFactoryConfiguration

All Superinterfaces:
ComponentConfiguration, Configuration, HomeFactoryConfiguration

public interface RemoteHomeFactoryConfiguration
extends HomeFactoryConfiguration

This interface describes an EJB service home factory component tailored specifically for handling lookups for remote objects.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.7 $($Author: dvoet $ / $Date: 2003/05/05 21:21:28 $)
Author:
Erik M Gottesman, June 2002

Field Summary
 
Fields inherited from interface org.sape.carbon.core.component.ComponentConfiguration
ComponentTemplateName
 
Method Summary
 String getProviderUrl()
          Accessor method for retrieving the URL of the JNDI provider associated with this home factory.
 boolean isRmiIiop()
          Accessor method for determining whether or not this home factory is configured to use RMI-IIOP for EJB lookups.
 void setProviderUrl(String providerUrl)
          Mutator method for associating a JNDI provider with this home factory.
 void setRmiIiop(boolean rmiIiop)
          Mutator method for setting whether or not this home factory is configured to use RMI-IIOP for EJB lookups.
 
Methods inherited from interface org.sape.carbon.services.ejb.HomeFactoryConfiguration
getEnterpriseBean, getInitialContextFactory, setEnterpriseBean, setInitialContextFactory
 
Methods inherited from interface org.sape.carbon.core.component.ComponentConfiguration
getComponentDescription, getComponentTemplateName, getFunctionalImplementationClass, getFunctionalInterface, setComponentDescription, setComponentTemplateName, setFunctionalImplementationClass, setFunctionalInterface
 
Methods inherited from interface org.sape.carbon.core.config.Configuration
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly
 

Method Detail

getProviderUrl

public String getProviderUrl()

Accessor method for retrieving the URL of the JNDI provider associated with this home factory.

Returns:
String The URL of the JNDI provider

setProviderUrl

public void setProviderUrl(String providerUrl)

Mutator method for associating a JNDI provider with this home factory.

Parameters:
providerUrl - URL of a JNDI provider to be associated with this home factory

isRmiIiop

public boolean isRmiIiop()

Accessor method for determining whether or not this home factory is configured to use RMI-IIOP for EJB lookups.

Returns:
boolean True if RMI-IIOP is to be used for EJB lookups

setRmiIiop

public void setRmiIiop(boolean rmiIiop)

Mutator method for setting whether or not this home factory is configured to use RMI-IIOP for EJB lookups.

Parameters:
rmiIiop - True if RMI-IIOP is to be used for EJB lookups


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.