org.norther.tammi.core.rt.util
Class SerialAttribute
java.lang.Object
javax.management.Attribute
org.norther.tammi.core.rt.util.SerialAttribute
- All Implemented Interfaces:
- Serializable
public class SerialAttribute
- extends Attribute
A serial attribute with a string value.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
SerialAttribute
public SerialAttribute(String name)
- Constructs a new attribute.
- Parameters:
name - the attribute name.
SerialAttribute
public SerialAttribute(String name,
Object value)
- Constructs a new attribute with a value.
- Parameters:
name - the attribute name.value - the attribute value.
getValue
public Object getValue()
- Overrides:
getValue in class Attribute
setValue
public void setValue(Object value)
- Sets the serial value of the attrinbute.
- Parameters:
value - the serial value.
Copyright © 2004 The Norther Organization. All rights reserved.