org.iids.aos.systemservices.communicator.structs
Class Specifications
java.lang.Object
org.iids.aos.systemservices.communicator.structs.Specifications
- All Implemented Interfaces:
- java.io.Serializable, Struct
public class Specifications
- extends java.lang.Object
- implements Struct
Used to store agentserver and agent specifications. simple key-value structure for now
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SYSTEMSERVICE_TYPE
public static final java.lang.Integer SYSTEMSERVICE_TYPE
SUPPORTED_RESOURCEHANDLERS
public static final java.lang.Integer SUPPORTED_RESOURCEHANDLERS
SUPPORTED_LANGUAGE
public static final java.lang.Integer SUPPORTED_LANGUAGE
Specifications
public Specifications()
Specifications
public Specifications(java.util.Hashtable<java.lang.Integer,java.lang.String> specifications)
getSpecificationName
public java.lang.String getSpecificationName(int key)
getSpecifications
public java.util.Hashtable<java.lang.Integer,java.lang.String> getSpecifications()
setSpecifications
public void setSpecifications(java.util.Hashtable<java.lang.Integer,java.lang.String> specifications)
specificationValue
public java.lang.String specificationValue(java.lang.Integer key)
addSpecification
public void addSpecification(java.lang.Integer key,
java.lang.String value)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.