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

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

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

Connect to a JCR-RMI server


Constructor Summary
ConnectToJNDIServer()
           
 
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

ConnectToJNDIServer

public ConnectToJNDIServer()
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.