org.jenkinsci.plugins.extremefeedback.model
Class LampFinderCallable

java.lang.Object
  extended by org.jenkinsci.plugins.extremefeedback.model.LampFinderCallable
All Implemented Interfaces:
Callable<TreeSet<Lamp>>

public class LampFinderCallable
extends Object
implements Callable<TreeSet<Lamp>>


Constructor Summary
LampFinderCallable()
           
 
Method Summary
 TreeSet<Lamp> call()
           
static String extractMacAddress(String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LampFinderCallable

public LampFinderCallable()
Method Detail

call

public TreeSet<Lamp> call()
                   throws Exception
Specified by:
call in interface Callable<TreeSet<Lamp>>
Throws:
Exception

extractMacAddress

public static String extractMacAddress(String data)


Copyright © 2004-2013. All Rights Reserved.