org.sape.carbon.services.deployment.namelookup
Interface NameLookup

All Superinterfaces:
FunctionalInterface
All Known Implementing Classes:
LocalHostNameLookup

public interface NameLookup
extends FunctionalInterface

This functional interface is implemented by components that are used to implement custom methods for providing environment or instance names to the deployment service. For example, an implementation might return the host name of the computer or application server specific properties.

Copyright 2003 Sapient

Since:
carbon 2.1
Version:
$Revision: 1.1 $($Author: dvoet $ / $Date: 2003/09/24 20:31:11 $)
Author:
Douglas Voet, Sep 24, 2003

Method Summary
 String lookupName()
          Returns a name that can be used by the Deployment Service as either an environment name or an instance name.
 

Method Detail

lookupName

public String lookupName()
                  throws NameLookupException
Returns a name that can be used by the Deployment Service as either an environment name or an instance name.

Returns:
environment or instance name
NameLookupException


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.