|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.AbstractServiceAttribute
public class AbstractServiceAttribute
Service attribute describing some additional criteria that may be used to distinguish services that implement the same service type(s) as specified by Java classes. Zero or more service attributes may be associated with a service that is to be accessible in the context of the Discovery service.
Each service is free to determine whether or not it wants to define
attributes to qualify its lookup via the Discovery service. If such filtering
is desired then the service implementor must define one or more
classes that extend this AbstractServiceAttribute
class subject to the
following considerations:
ServiceAttributeInterface
interface,
which is used purely as a type identifier
Constructor Summary | |
---|---|
AbstractServiceAttribute()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Determines whether or not the other object equals this object. |
java.util.Map |
getFieldNameToValueMap()
Gets a map, keyed by the name of the field, to its value. |
int |
hashCode()
Gets a hash code for this service attribute. |
java.lang.String |
toString()
Gets a summary of this attribute's fields and their values. |
Constructor Detail |
---|
public AbstractServiceAttribute()
Method Detail |
---|
public final int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- Other object.
true
if the objects are equivalent.public java.util.Map getFieldNameToValueMap()
String
names of a field to their values.public java.lang.String toString()
toString
in class java.lang.Object
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |