This class is a request version of a XAPE message. As XO container, it's a root element for
every XAPE request message which has the following format :
*
in the current state, or a special
ID to precise a system message, depending on value of property system.
responseQueue contains the queue used to receive the response if any.
- Version:
- 2.1
Fields inherited from class com.virtualweaver.xotics.datamodel.XoContainerSupport |
containerEventSupport |
Fields inherited from class com.virtualweaver.xotics.datamodel.XoObjectSupport |
propertyChangeSupport, vetoableChangeSupport |
Methods inherited from class com.virtualweaver.xotics.datamodel.XoContainerSupport |
addXoChild, addXoContainerListener, getXoChildren, getXoChildren, getXoChildrenCount, getXoContainerListeners, getXoContentModel, isXoObjectWelcome, removeXoChild, removeXoContainerListener |
Methods inherited from class com.virtualweaver.xotics.datamodel.XoObjectSupport |
addPropertyChangeListener, addVetoableChangeListener, clone, equalsXoObject, getLocale, getXmlLocalName, getXmlNameSpace, getXmlWhiteSpace, getXoDMInstance, getXoParent, removePropertyChangeListener, removeVetoableChangeListener, setIntegrated, setLocale, setXmlLocalName, setXmlNameSpace, setXmlWhiteSpace, setXoDMInstance, setXoParent, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.virtualweaver.xotics.datamodel.XoObject |
addPropertyChangeListener, addVetoableChangeListener, equalsXoObject, getLocale, getXmlLocalName, getXmlNameSpace, getXmlWhiteSpace, getXoDMInstance, getXoParent, removePropertyChangeListener, removeVetoableChangeListener, setIntegrated, setLocale, setXmlLocalName, setXmlNameSpace, setXmlWhiteSpace, setXoDMInstance, setXoParent |
XapRequest
public XapRequest()
isSystem
public boolean isSystem()
setSystem
public void setSystem(boolean system)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getAppName
public java.lang.String getAppName()
setAppName
public void setAppName(java.lang.String appName)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getInstanceName
public java.lang.String getInstanceName()
setInstanceName
public void setInstanceName(java.lang.String instanceName)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getResponseQueue
public XapQueue getResponseQueue()
setResponseQueue
public void setResponseQueue(XapQueue responseQueue)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getHandler
public java.lang.String getHandler()
setHandler
public void setHandler(java.lang.String handler)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getResponse
public XapResponse getResponse()
isXoPropertyToWrite
public boolean isXoPropertyToWrite(java.lang.String pname)
- Specified by:
isXoPropertyToWrite
in interface com.virtualweaver.xotics.datamodel.XoObject
- Overrides:
isXoPropertyToWrite
in class XapMessage
clone
public java.lang.Object clone()
- Specified by:
clone
in interface com.virtualweaver.xotics.datamodel.XoObject
- Overrides:
clone
in class XapMessage