|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjavax.activation.CommandInfo
public class CommandInfo
Description of the result of a command request.
| Constructor Summary | |
|---|---|
CommandInfo(java.lang.String verb,
java.lang.String className)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCommandClass()
Returns the command class name. |
java.lang.String |
getCommandName()
Returns the command verb. |
java.lang.Object |
getCommandObject(DataHandler dh,
java.lang.ClassLoader loader)
Returns the instantiated bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandInfo(java.lang.String verb,
java.lang.String className)
verb - the command verbclassName - the command class name| Method Detail |
|---|
public java.lang.String getCommandName()
public java.lang.String getCommandClass()
public java.lang.Object getCommandObject(DataHandler dh,
java.lang.ClassLoader loader)
throws java.io.IOException,
java.lang.ClassNotFoundException
CommandObject, its
setCommandContext method will be called.
dh - the data handler describing the command dataloader - the class loader used to instantiate the bean
java.io.IOException
java.lang.ClassNotFoundException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||