|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.activation.CommandInfo
public class CommandInfo
| 构造方法摘要 | |
|---|---|
CommandInfo(String commandName,
String commandClass)
Constructor for a CommandInfo |
|
| 方法摘要 | |
|---|---|
String |
getCommandClass()
Return the implementation class name. |
String |
getCommandName()
Return the command name. |
Object |
getCommandObject(DataHandler dh,
ClassLoader loader)
Instantiate and return a command JavaBean. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public CommandInfo(String commandName,
String commandClass)
commandName - the command namecommandClass - the name of the command's implementation class| 方法详细信息 |
|---|
public String getCommandName()
public String getCommandClass()
public Object getCommandObject(DataHandler dh,
ClassLoader loader)
throws IOException,
ClassNotFoundException
dh - a DataHandler that provides the data to be passed to the commandloader - the ClassLoader to be used to instantiate the command
IOException - if there was a problem initializing the command
ClassNotFoundException - if the command class could not be found
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||