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

Quick Search    Search Deep

javax.activation
Class CommandInfoTest.MockCommandObject  view CommandInfoTest.MockCommandObject download CommandInfoTest.MockCommandObject.java

java.lang.Object
  extended byjavax.activation.CommandInfoTest.MockCommandObject
All Implemented Interfaces:
CommandObject
Enclosing class:
CommandInfoTest

public static class CommandInfoTest.MockCommandObject
extends java.lang.Object
implements CommandObject


Field Summary
private  DataHandler dh
           
private  java.lang.String verb
           
 
Constructor Summary
CommandInfoTest.MockCommandObject()
           
 
Method Summary
 void setCommandContext(java.lang.String verb, DataHandler dh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verb

private java.lang.String verb

dh

private DataHandler dh
Constructor Detail

CommandInfoTest.MockCommandObject

public CommandInfoTest.MockCommandObject()
Method Detail

setCommandContext

public void setCommandContext(java.lang.String verb,
                              DataHandler dh)
Specified by:
setCommandContext in interface CommandObject