com.sun.faban.harness.services
Class ServiceDescription

java.lang.Object
  extended by com.sun.faban.harness.services.ServiceDescription
All Implemented Interfaces:
Serializable

public class ServiceDescription
extends Object
implements Serializable

This class provides the description for each service.

Author:
Sheetal Patil
See Also:
Serialized Form

Field Summary
 String id
          The service identifier.
 String location
          The deploy location.
 String locationType
          The type of the deploy location, service or benchmark.
 String serviceClass
          The service class name.
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id
The service identifier.


serviceClass

public String serviceClass
The service class name.


locationType

public String locationType
The type of the deploy location, service or benchmark.


location

public String location
The deploy location. The name of the deploy jar.

Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object