org.apache.geronimo.mavenplugins.geronimo
Class ServerProxy

java.lang.Object
  extended byorg.apache.geronimo.mavenplugins.geronimo.ServerProxy

public class ServerProxy
extends Object

Helper to communicate with a remote server via JMX.

Version:
$Rev: 442872 $ $Date: 2006-09-12 23:55:19 -0700 (Tue, 12 Sep 2006) $

Constructor Summary
ServerProxy(JMXServiceURL url, Map environment)
           
ServerProxy(String hostname, int port, String username, String password)
           
ServerProxy(String url, String username, String password)
           
 
Method Summary
 Throwable getLastError()
           
 boolean isFullyStarted()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerProxy

public ServerProxy(JMXServiceURL url,
                   Map environment)
            throws Exception

ServerProxy

public ServerProxy(String hostname,
                   int port,
                   String username,
                   String password)
            throws Exception

ServerProxy

public ServerProxy(String url,
                   String username,
                   String password)
            throws Exception
Method Detail

isFullyStarted

public boolean isFullyStarted()

getLastError

public Throwable getLastError()

shutdown

public void shutdown()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.