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

Quick Search    Search Deep

nectar.reda.server.action
Class GetModule  view GetModule download GetModule.java

java.lang.Object
  extended bynectar.reda.server.action.AdminAction
      extended bynectar.reda.server.action.GetModule

public class GetModule
extends AdminAction


Field Summary
 
Fields inherited from class nectar.reda.server.action.AdminAction
 
Constructor Summary
GetModule()
          Creates a new instance of GetModule
 
Method Summary
 void execute(nectar.reda.client.action.ClientAction action, nectar.reda.server.Session session)
           
 
Methods inherited from class nectar.reda.server.action.AdminAction
isHeavyAction, processAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetModule

public GetModule()
Creates a new instance of GetModule

Method Detail

execute

public void execute(nectar.reda.client.action.ClientAction action,
                    nectar.reda.server.Session session)
             throws nectar.reda.client.action.ClientActionException
Specified by:
execute in class AdminAction