org.sandev.ui.util
Interface OwnerNodeNameLookup


public interface OwnerNodeNameLookup

Lookup the instance name for a local support processing node. A class implementing OwnerNodeNameLookup must provide the name of a local node instance that can be found off the SandRoot. The found node supports the interface required by the caller for the context specified, so for example a node instance returned to a SandUI interface must implement UIFormOwner to bridge from UI actions to the application. For web services, the node must implement CommBridge.

Some possible implementation approaches:


Method Summary
 java.lang.String getNodeName()
          Returns the name of the local UIFormOwner node.
 

Method Detail

getNodeName

public java.lang.String getNodeName()
Returns the name of the local UIFormOwner node. If no local node was found, this method returns the empty string or null. See the class comments for more information.