API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.activation. CommandInfo View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      CommandInfo
Implements
Subclasses
Description
public class CommandInfo
  The CommandInfo class is used by CommandMap implementations to describe the results of command requests.
See also:   
Constructors
public CommandInfo (String verb, String className)
  The Constructor for CommandInfo.
Methods
Hide/Show inherited methods
public String getCommandClass ()
  Return the command's class name.
public String getCommandName ()
  Return the command verb.
public Object getCommandObject (DataHandler dh, ClassLoader loader) throws IOException ClassNotFoundException
  Return the instantiated JavaBean component.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar