|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.faban.harness.tools.MasterToolContext
public class MasterToolContext
The master tool context is the master view of the tool context which exists for every single tool.
| Constructor Summary | |
|---|---|
MasterToolContext(String tool,
ServiceContext ctx,
ToolDescription desc)
Constructs the master tool context. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getTool()
Returns the tool name. |
ToolDescription |
getToolDescription()
Returns ToolDescription. |
String |
getToolId()
Returns the tool id. |
String |
getToolParams()
Returns tool parameters. |
ServiceContext |
getToolServiceContext()
Returns ServiceContext of the tool. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MasterToolContext(String tool,
ServiceContext ctx,
ToolDescription desc)
tool - The tool namectx - The service context for this tool, if anydesc - The tool description| Method Detail |
|---|
public String getToolId()
public String getTool()
public ToolDescription getToolDescription()
public ServiceContext getToolServiceContext()
public String getToolParams()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||