org.objectweb.jasmine.rules.action
Class JOnAS5Command

java.lang.Object
  extended by org.objectweb.jasmine.rules.action.JOnAS5Command

public class JOnAS5Command
extends java.lang.Object

Author:
Jean-Pierre Poutcheu

Method Summary
static void halt(java.lang.String jmxURL)
          stop the server.
static void restart(java.lang.String jmxURL)
          restart the server.
static void start(java.lang.String jmxURL)
          start the server.
static void stopStandby(java.lang.String jmxURL)
          stop some services on the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stopStandby

public static void stopStandby(java.lang.String jmxURL)
stop some services on the server.

Parameters:
jmxURL - the jmx url

halt

public static void halt(java.lang.String jmxURL)
stop the server.

Parameters:
jmxURL - the jmx url

start

public static void start(java.lang.String jmxURL)
start the server.

Parameters:
jmxURL - the jmx url

restart

public static void restart(java.lang.String jmxURL)
restart the server.

Parameters:
jmxURL - the jmx url


Copyright © 2010 OW2 Consortium. All Rights Reserved.