net.agmodel.brokerImpl
Interface GenericSourceForDrivers

All Known Subinterfaces:
MetSourceForDrivers
All Known Implementing Classes:
GenericSourceImpl, MetSourceImpl

public interface GenericSourceForDrivers

Author:
mou To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Method Summary
 String getID()
          Return an identifier for the met source
 org.apache.log4j.Category getLog4jCategory()
           
 String getName(String language)
          Returns the name of the met source in a a particular language
 String getParameterValue(String name)
           
 String getSystemPassword()
          Gets the password, if any, held by MetBroker for this particular source.
 String getSystemUsercode()
          Gets the usercode, if any, held by MetBroker for this particular source.
 

Method Detail

getID

public String getID()
Return an identifier for the met source

Returns:
the identifier used by MetBroker to refer to the source

getName

public String getName(String language)
Returns the name of the met source in a a particular language

Returns:
the identifier used by MetBroker to refer to the source

getParameterValue

public String getParameterValue(String name)

getSystemUsercode

public String getSystemUsercode()
Gets the usercode, if any, held by MetBroker for this particular source.

Returns:
the usercode, typically used to get metadata.

getSystemPassword

public String getSystemPassword()
Gets the password, if any, held by MetBroker for this particular source.

Returns:
the password, typically used to get metadata.

getLog4jCategory

public org.apache.log4j.Category getLog4jCategory()


Copyright (C) NARC 2001 All Rights Reserved.