org.sape.carbon.services.config.jndi
Class JNDIConfigurationDocumentFactory

java.lang.Object
  |
  +--org.sape.carbon.services.config.jndi.AbstractJNDIConfigurationDocumentFactory
        |
        +--org.sape.carbon.services.config.jndi.JNDIConfigurationDocumentFactory
All Implemented Interfaces:
NodeFactory

public class JNDIConfigurationDocumentFactory
extends AbstractJNDIConfigurationDocumentFactory

This AbstractJNDIConfigurationDocumentFactory extension creates document nodes (as opposed to link nodes). Copyright 2003 Sapient

Since:
carbon 2.0
Version:
$Revision: 1.5 $($Author: dvoet $ / $Date: 2003/05/05 21:21:10 $)
Author:
Douglas Voet, March 2003

Field Summary
 
Fields inherited from class org.sape.carbon.services.config.jndi.AbstractJNDIConfigurationDocumentFactory
config
 
Constructor Summary
JNDIConfigurationDocumentFactory(JNDILinkNodeConfiguration config)
          Call parent contsrutor
 
Method Summary
protected  String getTypeAttributeValue()
          Gets the value of the type attribute for the node being created by the factory.
 
Methods inherited from class org.sape.carbon.services.config.jndi.AbstractJNDIConfigurationDocumentFactory
getConfigurationFormatService, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIConfigurationDocumentFactory

public JNDIConfigurationDocumentFactory(JNDILinkNodeConfiguration config)
Call parent contsrutor

Method Detail

getTypeAttributeValue

protected String getTypeAttributeValue()
Description copied from class: AbstractJNDIConfigurationDocumentFactory
Gets the value of the type attribute for the node being created by the factory. The attribute is used to identify the type of node contained within the document (ConfigurationDocument or LinkNode at this time).

Specified by:
getTypeAttributeValue in class AbstractJNDIConfigurationDocumentFactory
Returns:
String the type attribute value


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.