net.sourceforge.basher.yourkit
Class YourKitController

java.lang.Object
  extended by net.sourceforge.basher.yourkit.YourKitController
All Implemented Interfaces:
EventListener, net.sourceforge.basher.events.BasherEventListener

public class YourKitController
extends Object
implements net.sourceforge.basher.events.BasherEventListener

Author:
Johan Lindquist

Constructor Summary
YourKitController()
           
 
Method Summary
 void basherEvent(net.sourceforge.basher.events.BasherEvent basherEvent)
           
 void initializeService()
           
 void setHost(String host)
           
 void setLog(org.apache.commons.logging.Log log)
           
 void setPort(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YourKitController

public YourKitController()
Method Detail

setHost

public void setHost(String host)

setPort

public void setPort(int port)

setLog

public void setLog(org.apache.commons.logging.Log log)

initializeService

public void initializeService()
                       throws Exception
Throws:
Exception

basherEvent

public void basherEvent(net.sourceforge.basher.events.BasherEvent basherEvent)
Specified by:
basherEvent in interface net.sourceforge.basher.events.BasherEventListener


Copyright © 2006-2010 Basher Team. All Rights Reserved.