org.openorb.board
Class PluginAction

java.lang.Object
  |
  +--org.openorb.board.PluginAction

public class PluginAction
extends java.lang.Object

OpenORB Management Board / Plugin Action

Author:
Olivier Modica

Constructor Summary
PluginAction(java.lang.String methodName, java.lang.String[] args)
          Constructor
 
Method Summary
 java.lang.String[] getMethodArguments()
          This method returns the action method arguments
 java.lang.String getMethodName()
          This method returns the action method name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginAction

public PluginAction(java.lang.String methodName,
                    java.lang.String[] args)
Constructor
Method Detail

getMethodName

public java.lang.String getMethodName()
This method returns the action method name

getMethodArguments

public java.lang.String[] getMethodArguments()
This method returns the action method arguments