org.apache.jackrabbit.standalone.cli.ext
Class ConnectToRmiServer

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.ext.ConnectToRmiServer
All Implemented Interfaces:
org.apache.commons.chain.Command

public class ConnectToRmiServer
extends Object
implements org.apache.commons.chain.Command

Connect to a JCR-RMI server


Constructor Summary
ConnectToRmiServer()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getUrlKey()
           
 void setUrlKey(String urlKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectToRmiServer

public ConnectToRmiServer()
Method Detail

execute

public boolean execute(org.apache.commons.chain.Context ctx)
                throws Exception

Specified by:
execute in interface org.apache.commons.chain.Command
Throws:
Exception

getUrlKey

public String getUrlKey()
Returns:
the url key

setUrlKey

public void setUrlKey(String urlKey)
Parameters:
urlKey - the url key to set


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.