Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.reda.client.action
Class GetModuleList  view GetModuleList download GetModuleList.java

java.lang.Object
  extended bynectar.reda.client.action.ClientAction
      extended bynectar.reda.client.action.ClientCommandAction
          extended bynectar.reda.client.action.GetModuleList
All Implemented Interfaces:
java.io.Serializable

public class GetModuleList
extends ClientCommandAction

Retrieves the [module-name] => [version] mapping of the modules available on the server.


Field Summary
private  java.util.Map modMap
           
 
Fields inherited from class nectar.reda.client.action.ClientCommandAction
 
Fields inherited from class nectar.reda.client.action.ClientAction
 
Constructor Summary
GetModuleList()
          Creates a new instance of GetModuleList
 
Method Summary
 java.util.Map getModuleMap()
          after execution, returns the [module-name] => [version] mapping of the modules available on the server.
 void setModuleMap(java.util.Map m)
          sets the [module-name] => [version] mapping of the modules available on the server.
 
Methods inherited from class nectar.reda.client.action.ClientCommandAction
getCallingThreadHashCode, setCallingThreadHashCode
 
Methods inherited from class nectar.reda.client.action.ClientAction
hasException, setException, throwException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modMap

private java.util.Map modMap
Constructor Detail

GetModuleList

public GetModuleList()
Creates a new instance of GetModuleList

Method Detail

getModuleMap

public java.util.Map getModuleMap()
after execution, returns the [module-name] => [version] mapping of the modules available on the server.


setModuleMap

public void setModuleMap(java.util.Map m)
sets the [module-name] => [version] mapping of the modules available on the server.