|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.wsdm.common.ThreadSession
public class ThreadSession
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()
Method Detail |
---|
public ObjectName getObjectName()
public void setObjectName(ObjectName objectName)
the
- object name of this thread session..public void setWsdlDocument(Document wsdlDoc)
the
- WSDL document of this thread session..public Document getWsdlDocument()
public Element[] getResourceMetadataDescriptor()
public void setResourceMetadataDescriptor(Element[] rmd)
the
- WSDL elements of this thread session..
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |