sample.client
Class SampleClientPlugin

java.lang.Object
  extended by sample.client.SampleClientPlugin
All Implemented Interfaces:
GridClientPluginProvider

public class SampleClientPlugin
extends Object
implements GridClientPluginProvider

Grid client plugin for the sample service. This plugin extends the Grid client to allow it to use the Grid sample 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

Field Summary
 
Fields inherited from interface uk.ac.soton.itinnovation.grid.client.plugins.GridClientPluginProvider
PROVIDER_RESOURCE_NAME
 
Constructor Summary
SampleClientPlugin()
           
 
Method Summary
 void initPlugin(GridClientPluginManager pluginManager)
          Initialise the plugin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleClientPlugin

public SampleClientPlugin()
Method Detail

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.