org.apache.qpid.management.wsdm.common
Class ThreadSession

java.lang.Object
  extended by org.apache.qpid.management.wsdm.common.ThreadSession

public class ThreadSession
extends Object

Thread-scoped session.


Constructor Summary
ThreadSession()
          Empty constructor.
 
Method Summary
 ObjectName getObjectName()
          Gets the object name associated with this thread session.
 Element[] getResourceMetadataDescriptor()
          Gets the RDM elements associated with this thread session.
 Document getWsdlDocument()
          Gets the WSDL document associated with this thread session.
 void setObjectName(ObjectName objectName)
          Sets the object name on this thread session.
 void setResourceMetadataDescriptor(Element[] rmd)
          Sets the WSDL elements on this thread session.
 void setWsdlDocument(Document wsdlDoc)
          Sets the WSDL document on this thread session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadSession

ThreadSession()
Empty constructor.

Method Detail

getObjectName

public ObjectName getObjectName()
Gets the object name associated with this thread session.

Returns:
the object name associated with this thread session.

setObjectName

public void setObjectName(ObjectName objectName)
Sets the object name on this thread session.

Parameters:
the - object name of this thread session..

setWsdlDocument

public void setWsdlDocument(Document wsdlDoc)
Sets the WSDL document on this thread session.

Parameters:
the - WSDL document of this thread session..

getWsdlDocument

public Document getWsdlDocument()
Gets the WSDL document associated with this thread session.

Returns:
the WSDL document associated with this thread session.

getResourceMetadataDescriptor

public Element[] getResourceMetadataDescriptor()
Gets the RDM elements associated with this thread session.

Returns:
the RDM elements associated with this thread session.

setResourceMetadataDescriptor

public void setResourceMetadataDescriptor(Element[] rmd)
Sets the WSDL elements on this thread session.

Parameters:
the - WSDL elements of this thread session..


Licensed to the Apache Software Foundation