|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.discovery.ServiceGroupAttribute
@SASScope(value="ALL") @BinaryCompatibilityOnly public class ServiceGroupAttribute
A service attribute that denotes membership in a group of software components.
This attribute may be used by a service to define its service discovery configuration which will permit service requesters to find a service that is a member of a particular service group.
| Field Summary | |
|---|---|
java.lang.String |
group
Name of the service's deployment group. |
| Constructor Summary | |
|---|---|
ServiceGroupAttribute()
Constructs a default instance with an unspecified group. |
|
ServiceGroupAttribute(java.lang.String attributeGroup)
Constructs an instance of using the specified group. |
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getFieldNameToValueMap()
Gets a map of this attribute's fields and their values which includes the deployment group plus fields defined in the superclass. |
| Methods inherited from class com.sas.services.AbstractServiceAttribute |
|---|
equals, hashCode, toString |
| Field Detail |
|---|
public java.lang.String group
| Constructor Detail |
|---|
public ServiceGroupAttribute()
public ServiceGroupAttribute(java.lang.String attributeGroup)
null
to specify a "don't care" parameter.
attributeGroup - The group's name (i.e. "Core Platform Services", null).| Method Detail |
|---|
public java.util.Map<java.lang.String,java.lang.String> getFieldNameToValueMap()
getFieldNameToValueMap in class AbstractServiceAttributeString names of a field to their values.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||