From d900837db77f90b0659359146a46ae070d5a95ec Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sat, 27 Aug 2011 12:47:53 +0200 Subject: [PATCH] #7 JOnAS: Add RMI protocols description --- _jonas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_jonas b/_jonas index 8f49710..e0453cb 100644 --- a/_jonas +++ b/_jonas @@ -101,7 +101,7 @@ _jonas() { '-username[set the username when authentication is required]: :_users' \ '-password[set the password when authentication is required]:password' \ '-registry[set the registry URL]: :_urls' \ - '-protocol[set the protocol name]:protocol:((jrmp iiop irmi))' \ + '-protocol[set the protocol name]:protocol:((jrmp\:JRE\ implementation\ of\ RMI\ on\ the\ JRMP\ protocol\ \(default\) iiop\:JacORB\ implementation\ of\ RMI\ over\ the\ IIOP\ protocol irmi\:Oracle\ JRE\ independant\ implementation\ of\ RMI))' \ '-a[deploy an application from a given filepath on the current server, or on another target in the domain if the current server is a master]:Java application archive:_files -g "*.(j|w|r|e)ar"' \ '-r[undeploy a previously deployed application from the current server or from the specified target if the current server is a master]:Java application archive:_files -g "*.(j|w|r|e)ar"' \ '-gc[run the garbage collector on the current JOnAS server]' \