org.sape.carbon.services.config.jndi
Class JNDILinkNodeConfigurationDocumentFactory
java.lang.Object
|
+--org.sape.carbon.services.config.jndi.AbstractJNDIConfigurationDocumentFactory
|
+--org.sape.carbon.services.config.jndi.JNDILinkNodeConfigurationDocumentFactory
- All Implemented Interfaces:
- NodeFactory
- public class JNDILinkNodeConfigurationDocumentFactory
- extends AbstractJNDIConfigurationDocumentFactory
This AbstractJNDIConfigurationDocumentFactory extension creates 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
Method Summary |
protected String |
getTypeAttributeValue()
Gets the value of the type attribute for the node being created by the
factory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDILinkNodeConfigurationDocumentFactory
public JNDILinkNodeConfigurationDocumentFactory(JNDILinkNodeConfiguration config)
- Constructor for JNDILinkNodeConfigurationDocumentFactory.
- Parameters:
config
-
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.