net.sourceforge.jconsole.plugins
Interface InteractionInterface

All Known Implementing Classes:
DatabaseInteraction, Interaction

public interface InteractionInterface


Method Summary
 java.lang.String getType()
           
 boolean isAlive()
           
 void kill()
           
 

Method Detail

getType

public java.lang.String getType()

isAlive

public boolean isAlive()

kill

public void kill()