net.awired.visuwall.plugin.continuum
Class ContinuumPlugin

java.lang.Object
  extended by net.awired.visuwall.plugin.continuum.ContinuumPlugin
All Implemented Interfaces:
VisuwallPlugin<ContinuumConnection>

public class ContinuumPlugin
extends Object
implements VisuwallPlugin<ContinuumConnection>


Constructor Summary
ContinuumPlugin()
           
 
Method Summary
 ContinuumConnection getConnection(URL url, Map<String,String> properties)
           
 Class<ContinuumConnection> getConnectionClass()
           
 String getName()
           
 Map<String,String> getPropertiesWithDefaultValue()
           
 SoftwareId getSoftwareId(URL url)
           
 float getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuumPlugin

public ContinuumPlugin()
Method Detail

getConnection

public ContinuumConnection getConnection(URL url,
                                         Map<String,String> properties)
                                  throws ConnectionException
Specified by:
getConnection in interface VisuwallPlugin<ContinuumConnection>
Throws:
ConnectionException

getPropertiesWithDefaultValue

public Map<String,String> getPropertiesWithDefaultValue()
Specified by:
getPropertiesWithDefaultValue in interface VisuwallPlugin<ContinuumConnection>

getConnectionClass

public Class<ContinuumConnection> getConnectionClass()
Specified by:
getConnectionClass in interface VisuwallPlugin<ContinuumConnection>

getVersion

public float getVersion()
Specified by:
getVersion in interface VisuwallPlugin<ContinuumConnection>

getName

public String getName()
Specified by:
getName in interface VisuwallPlugin<ContinuumConnection>

getSoftwareId

public SoftwareId getSoftwareId(URL url)
                         throws SoftwareNotFoundException
Specified by:
getSoftwareId in interface VisuwallPlugin<ContinuumConnection>
Throws:
SoftwareNotFoundException


Copyright © 2012 Awired Network. All Rights Reserved.