org.eclipse.higgins.sts.server.mapper.polling
Class PollingMapper

java.lang.Object
  extended byorg.eclipse.higgins.sts.server.mapper.polling.PollingMapper
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent, org.eclipse.higgins.sts.spi.IExtensionMapper

public class PollingMapper
extends Object
implements org.eclipse.higgins.sts.spi.IExtensionMapper

Author:
mikemci

Constructor Summary
PollingMapper()
           
 
Method Summary
 void configure(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings)
           
 String getConfiguration(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings, Map mapInvocationSettings, org.eclipse.higgins.sts.api.IConstants constants, org.eclipse.higgins.sts.api.ISTSRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollingMapper

public PollingMapper()
Method Detail

configure

public void configure(Map mapGlobalSettings,
                      String strComponentName,
                      Map mapComponentSettings)
Specified by:
configure in interface org.eclipse.higgins.configuration.api.IConfigurableComponent

getConfiguration

public String getConfiguration(Map mapGlobalSettings,
                               String strComponentName,
                               Map mapComponentSettings,
                               Map mapInvocationSettings,
                               org.eclipse.higgins.sts.api.IConstants constants,
                               org.eclipse.higgins.sts.api.ISTSRequest request)
Specified by:
getConfiguration in interface org.eclipse.higgins.sts.spi.IExtensionMapper