public abstract class AbstractNodeLocator extends java.lang.Object implements NodeLocator
NodeLocator implementations.
Extending this class with automatically register the node locator with the NodeLocatorService.
| Constructor and Description |
|---|
AbstractNodeLocator() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getName() |
java.util.List |
getParameterDefinitions()
A list containing the parmameter defintions for this
NodeLocator. |
void |
setNodeLocatorService(NodeLocatorService nodeLocatorService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNodepublic void setNodeLocatorService(NodeLocatorService nodeLocatorService)
public java.util.List getParameterDefinitions()
NodeLocator.getParameterDefinitions in interface NodeLocatorpublic abstract java.lang.String getName()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.