org.sape.carbon.core.config.node.link
Interface LinkNodeConfiguration

All Superinterfaces:
Configuration
All Known Subinterfaces:
ClassloaderLinkNodeConfiguration, FileLinkNodeConfiguration, GenericLinkNodeConfiguration, JarLinkNodeConfiguration, JNDILinkNodeConfiguration

public interface LinkNodeConfiguration
extends Configuration

Base Configuration interface for LinkNodes. Contains methods to get and set the factory class that will be used to construct the target Node of the LinkNode (the Node it is linking to). Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.3 $($Author: dvoet $ / $Date: 2003/05/05 21:21:19 $)
Author:
Douglas Voet, March 2002

Method Summary
 Class getLinkNodeFactoryClass()
          Gets the Class object that implementes LinkNodeFactory that will be instantiated and used to construct the target Node of the LinkNode.
 void setLinkNodeFactoryClass(Class factoryClass)
          Sets the Class object that implementes LinkNodeFactory that will be instantiated and used to construct the target Node of the LinkNode.
 
Methods inherited from interface org.sape.carbon.core.config.Configuration
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly
 

Method Detail

getLinkNodeFactoryClass

public Class getLinkNodeFactoryClass()
Gets the Class object that implementes LinkNodeFactory that will be instantiated and used to construct the target Node of the LinkNode.

Returns:
Class implementing LinkNodeFactory
See Also:
LinkNodeFactory

setLinkNodeFactoryClass

public void setLinkNodeFactoryClass(Class factoryClass)
Sets the Class object that implementes LinkNodeFactory that will be instantiated and used to construct the target Node of the LinkNode.

Parameters:
factoryClass - Class implementing LinkNodeFactory
See Also:
LinkNodeFactory


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.