org.iids.aos.systemservices.communicator.structs
Class Specifications

java.lang.Object
  extended by 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

Field Summary
static java.lang.Integer SUPPORTED_LANGUAGE
           
static java.lang.Integer SUPPORTED_RESOURCEHANDLERS
           
static java.lang.Integer SYSTEMSERVICE_TYPE
           
 
Constructor Summary
Specifications()
           
Specifications(java.util.Hashtable<java.lang.Integer,java.lang.String> specifications)
           
 
Method Summary
 void addSpecification(java.lang.Integer key, java.lang.String value)
           
 java.lang.String getSpecificationName(int key)
           
 java.util.Hashtable<java.lang.Integer,java.lang.String> getSpecifications()
           
 void setSpecifications(java.util.Hashtable<java.lang.Integer,java.lang.String> specifications)
           
 java.lang.String specificationValue(java.lang.Integer key)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Specifications

public Specifications()

Specifications

public Specifications(java.util.Hashtable<java.lang.Integer,java.lang.String> specifications)
Method Detail

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.