UNICORE Resource Broker NJS Plugin
1.5α1

org.eurogrid.broker.server
Interface NamedPlugin

All Known Subinterfaces:
ExpertBroker, LocalResourceChecker, Translator, XPathSearcher
All Known Implementing Classes:
AbstractBroker, DWDLMExpert, GlobusResourceChecker, GT3LocalResourceChecker, IndexServiceSearcher, SimpleTranslator, Translator, UnicoreResourceChecker

public interface NamedPlugin

A named plug-in component to the UoM Resource Broker which will get a suitably customized logging interface.

Version:
$Revision: 1.2 $, $Date: 2004/02/17 11:32:40 $
Author:
Donal K. Fellows

Method Summary
 String getFormalName()
          Get the formal name of the plugin.
 String getName()
          Get the name of the plugin.
 

Method Detail

getFormalName

public String getFormalName()
Get the formal name of the plugin. This should be long enough to allow people who are not experts with the code to understand it, and will be written to the log to associate itself with the shorter name.


getName

public String getName()
Get the name of the plugin. This should be fairly short so that the logging messages aren't too massive.


UNICORE Resource Broker NJS Plugin
1.5α1

Submit a bug or feature
Copyright © 2002-2004 University of Manchester, U.K. See license.terms for details.