uk.org.ogsadai.sessions.impl
Class SimpleSessionAttributeValue

java.lang.Object
  |
  +--uk.org.ogsadai.sessions.impl.SimpleSessionAttributeValue
All Implemented Interfaces:
SessionAttributeValue

public class SimpleSessionAttributeValue
extends java.lang.Object
implements SessionAttributeValue

An example session attribute that contains no information.

Author:
The OGSA-DAI Project Team

Field Summary
private static?java.lang.String COPYRIGHT_NOTICE
???????????
private static?DAILogger LOG
???????????
?
Constructor Summary
SimpleSessionAttributeValue()
???????????
?
Method Summary
?void initialise(org.w3c.dom.Element?sessionAttribute)
??????????Initialises the session attribute value using the specified element.
?
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
?

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
See Also:
Constant Field Values

LOG

private static final DAILogger LOG
Constructor Detail

SimpleSessionAttributeValue

public SimpleSessionAttributeValue()
Method Detail

initialise

public void initialise(org.w3c.dom.Element?sessionAttribute)
                throws SessionAttrValueCreationException
Description copied from interface: SessionAttributeValue
Initialises the session attribute value using the specified element.

Specified by:
initialise in interface SessionAttributeValue
Parameters:
sessionAttribute - sessionAttribute element corresponding to this session attribute value.
Throws:
SessionAttrValueCreationException - if there is any kind of problem during initialisation.