| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
|  VirtualApplication | createApp() | 
|  byte[] | getContent()Returns the content. | 
|  java.lang.String | getLocation()Returns the location. | 
|  java.lang.String | getMetadata()Returns the metadata. | 
|  java.lang.String | getName()Returns the name. | 
|  int | getSessID()Returns the id. | 
|  java.lang.String | getSessType()Returns the type. | 
|  void | mergeSessions(Session newVals) | 
|  java.lang.String | readMetadataAttribute(java.lang.String name) | 
|  org.xml.sax.Attributes | readMetadataAttributes() | 
|  void | setContent(byte[] content)Sets the content. | 
|  void | setLocation(java.lang.String location)Used for merging form vals submitted to webservice with the existing session which contains the web page html Other types session can do their own thing | 
|  void | setMetadata(java.lang.String metadata)Sets the metadata. | 
|  void | setName(java.lang.String name)Sets the name. | 
|  void | setSessID(int id)Sets the id. | 
|  void | setSessType(java.lang.String type)Sets the type. | 
| Method Detail | 
public void mergeSessions(Session newVals)
public VirtualApplication createApp()
public byte[] getContent()
public void setLocation(java.lang.String location)
                 throws AppHereException
AppHereExceptionpublic java.lang.String getLocation()
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to setpublic void setContent(byte[] content)
content - The content to setpublic java.lang.String getSessType()
public void setSessType(java.lang.String type)
type - The type to setpublic java.lang.String getMetadata()
public void setMetadata(java.lang.String metadata)
metadata - The metadata to setpublic int getSessID()
public void setSessID(int id)
id - The id to setpublic java.lang.String readMetadataAttribute(java.lang.String name)
public org.xml.sax.Attributes readMetadataAttributes()
                                              throws org.xml.sax.SAXException
org.xml.sax.SAXException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||