API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.activation. CommandObject View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 CommandObject
Subinterfaces
Description
public interface CommandObject
  JavaBeans components that are Activation Framework aware implement this interface to find out which command verb they're being asked to perform, and to obtain the DataHandler representing the data they should operate on.
See also:   
Methods
Hide/Show inherited methods
public void setCommandContext (String verb, DataHandler dh) throws IOException
  Initialize the Command with the verb it is requested to handle and the DataHandler that describes the data it will operate on.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar