|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object | +--com.sas.services.deployment.ServiceAttribute
Represents a service attribute from the perspective of a deployment utility. In order to instantiate a service attribute one must know its fully qualified Java class name and the values for all fields.
| Constructor Summary | |
ServiceAttribute(String attributeClassName)
Constructs an instance specifying the Java class that is to represent an instantiated attribute. |
|
| Method Summary | |
String |
getAttributeClassName()
Gets the fully qualified name for the Java class that represents the service attribute. |
Map |
getNameValueMap()
Gets a map that contains attribute name/value pairs representing the fields of a class specifying a service attribute. |
ServiceAttributeInterface |
getServiceAttribute()
Gets the service attribute. |
ServiceAttributeInterface |
getServiceAttribute(ServiceConfigurationInterface serviceConfiguration)
Gets the service attribute. |
void |
put(String attributeName,
String attributeValue)
Updates the attribute name/value map with an attribute name and its value. |
void |
setAttributeClassName(String attributeClassName)
Sets the fully qualified name for the Java class that represents the service attribute. |
String |
toString()
Gets a string representation of this instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ServiceAttribute(String attributeClassName)
attributeClassName - Fully qualified Java class name.| Method Detail |
public final String getAttributeClassName()
public final void setAttributeClassName(String attributeClassName)
attributeClassName - Fully qualified Java class name.
public final void put(String attributeName,
String attributeValue)
attributeName - Attribute's name.attributeValue - Attribute's value.public final Map getNameValueMap()
public final ServiceAttributeInterface getServiceAttribute()
public final ServiceAttributeInterface getServiceAttribute(ServiceConfigurationInterface serviceConfiguration)
throws InitializationException
getServiceAttribute in interface ServiceAttributeFactoryInterfaceserviceConfiguration - Service configuration containing the service attribute.nullInitializationException - if an invalid service
configuration is specified.public final String toString()
toString in class Object
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||