gr.uoa.di.madgik.environment.is.elements
Class NodeInfo

java.lang.Object
  extended by gr.uoa.di.madgik.environment.is.elements.NodeInfo
All Implemented Interfaces:
IInformationSystemElement, Serializable

public class NodeInfo
extends Object
implements IInformationSystemElement

See Also:
Serialized Form

Field Summary
 Map<String,ExtensionPair> DynamicExtensions
           
 String ID
           
 Map<String,ExtensionPair> StaticExtensions
           
 
Constructor Summary
NodeInfo()
           
 
Method Summary
 void FromXML(Element xml)
           
 void FromXML(String xml)
           
 Map<String,ExtensionPair> getDynamicInfo()
           
 String getExtension(String key)
           
 Map<String,ExtensionPair> getStaticInfo()
           
 String getTimestamp()
           
 boolean isLocal()
           
 void markLocal()
           
 String ToXML(boolean includeStatic, boolean includeDynamic)
           
 void updateTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public String ID

StaticExtensions

public Map<String,ExtensionPair> StaticExtensions

DynamicExtensions

public Map<String,ExtensionPair> DynamicExtensions
Constructor Detail

NodeInfo

public NodeInfo()
Method Detail

getStaticInfo

public Map<String,ExtensionPair> getStaticInfo()
Specified by:
getStaticInfo in interface IInformationSystemElement

getDynamicInfo

public Map<String,ExtensionPair> getDynamicInfo()
Specified by:
getDynamicInfo in interface IInformationSystemElement

getExtension

public String getExtension(String key)

markLocal

public void markLocal()

isLocal

public boolean isLocal()

getTimestamp

public String getTimestamp()

updateTimestamp

public void updateTimestamp()

ToXML

public String ToXML(boolean includeStatic,
                    boolean includeDynamic)
             throws EnvironmentInformationSystemSerializationException
Specified by:
ToXML in interface IInformationSystemElement
Throws:
EnvironmentInformationSystemSerializationException

FromXML

public void FromXML(String xml)
             throws EnvironmentInformationSystemSerializationException
Specified by:
FromXML in interface IInformationSystemElement
Throws:
EnvironmentInformationSystemSerializationException

FromXML

public void FromXML(Element xml)
             throws EnvironmentInformationSystemSerializationException
Specified by:
FromXML in interface IInformationSystemElement
Throws:
EnvironmentInformationSystemSerializationException


Copyright © 2012. All Rights Reserved.