|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.infrared.agent.Api
An instance of this class identifies an API
| Constructor Summary | |
Api(String apiName,
String apiType)
Constructor |
|
| Method Summary | |
boolean |
equals(Api other)
Equals method |
String |
getApiName()
Returns the api name |
String |
getApiType()
Return the api type |
String |
getTruncatedName()
|
int |
hashCode()
Returns hashcode |
String |
toString()
Retursn the string representation of this api |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Api(String apiName,
String apiType)
apiName - - name of the api (fully qualified classname.method name)apiType - - the layer to which this api belongs to (web , session etc)| Method Detail |
public String getApiName()
public String getApiType()
public boolean equals(Api other)
other -
public String toString()
public int hashCode()
public String getTruncatedName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||