org.ow2.jasmine.rules.threadump
Class ThreadDumpAction

java.lang.Object
  extended by org.ow2.jasmine.rules.threadump.ThreadDumpAction

public class ThreadDumpAction
extends java.lang.Object


Method Summary
static ThreadDumpAction getThreadDumpAction()
          Gets the singleton thread dump action.
 ThreadDumpConfig getThreadDumpConfig()
           
 void setThreadDumpConfig(ThreadDumpConfig threadDumpConfig)
           
 void validate(java.lang.String value, java.lang.String jxmUrl, java.lang.String domain, java.lang.String serverName)
          Executes the action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getThreadDumpAction

public static ThreadDumpAction getThreadDumpAction()
Gets the singleton thread dump action.

Returns:
the singleton thread dump action

setThreadDumpConfig

public void setThreadDumpConfig(ThreadDumpConfig threadDumpConfig)
Parameters:
threadDumpConfig - the threadDumpConfig to set

getThreadDumpConfig

public ThreadDumpConfig getThreadDumpConfig()
Returns:
the threadDumpConfig

validate

public void validate(java.lang.String value,
                     java.lang.String jxmUrl,
                     java.lang.String domain,
                     java.lang.String serverName)
              throws ThreadDumpException
Executes the action.

Throws:
ThreadDumpException


Copyright © 2009 OW2 Consortium. All Rights Reserved.