uk.ac.soton.itinnovation.grid.client.job
Class JobClientPlugin
java.lang.Object
uk.ac.soton.itinnovation.grid.client.job.JobClientPlugin
- All Implemented Interfaces:
- GridClientPluginProvider
public class JobClientPlugin
- extends Object
- implements GridClientPluginProvider
Grid client plugin for the job service.
This plugin extends the Grid client to allow it to use the Grid job service.
It registers the objects relating to the service and also extends the client's
Swing interface to add menu actions for these resources.
- See Also:
for details of the client's plugin system
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobClientPlugin
public JobClientPlugin()
initPlugin
public void initPlugin(GridClientPluginManager pluginManager)
- Description copied from interface:
GridClientPluginProvider
- Initialise the plugin. At start-up, the Grid client calls this method
on each plugin to initialise it.
The plugin should register itself with other components as appropriate.
- Specified by:
initPlugin in interface GridClientPluginProvider
- See Also:
ResourceTypeRegistry.registerPortType(javax.xml.namespace.QName, Class),
ImplementationFactory.registerImplementation(Class, Class),
uk.ac.soton.ecs.iam.grid.client.swing.ConversationBrowser#addPlugin(uk.ac.soton.ecs.iam.grid.client.swing.PluginHook)
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.