|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.apphere.Session
| Field Summary | |
static java.lang.String |
EMAIL
|
static java.lang.String |
WEB
|
static java.lang.String |
WORD
|
| Constructor Summary | |
Session()
|
|
Session(int session_id)
|
|
| Method Summary | |
int |
compareTo(java.lang.Object anotherSession)
|
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)
Method toServerSession. |
org.xml.sax.Attributes |
readMetadataAttributes()
|
void |
setContent(byte[] content)
Sets the content. |
void |
setLocation(java.lang.String location)
Sets the location. |
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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final transient java.lang.String WEB
public static final transient java.lang.String EMAIL
public static final transient java.lang.String WORD
| Constructor Detail |
public Session()
public Session(int session_id)
| Method Detail |
public java.lang.String toString()
public byte[] getContent()
getContent in interface AppHereSession
public void setLocation(java.lang.String location)
throws AppHereException
setLocation in interface AppHereSessionlocation - The location to set
AppHereExceptionpublic java.lang.String getLocation()
getLocation in interface AppHereSessionpublic java.lang.String getName()
getName in interface AppHereSessionpublic void setName(java.lang.String name)
setName in interface AppHereSessionname - The name to setpublic void setContent(byte[] content)
setContent in interface AppHereSessioncontent - The content to setpublic java.lang.String getSessType()
getSessType in interface AppHereSessionpublic void setSessType(java.lang.String type)
setSessType in interface AppHereSessiontype - The type to setpublic java.lang.String getMetadata()
getMetadata in interface AppHereSessionpublic void setMetadata(java.lang.String metadata)
setMetadata in interface AppHereSessionmetadata - The metadata to setpublic int getSessID()
getSessID in interface AppHereSessionpublic void setSessID(int id)
setSessID in interface AppHereSessionid - The id to set
public int compareTo(java.lang.Object anotherSession)
throws java.lang.ClassCastException
compareTo in interface java.lang.Comparablejava.lang.ClassCastExceptionpublic java.lang.String readMetadataAttribute(java.lang.String name)
readMetadataAttribute in interface AppHereSession
public org.xml.sax.Attributes readMetadataAttributes()
throws org.xml.sax.SAXException
readMetadataAttributes in interface AppHereSessionorg.xml.sax.SAXExceptionpublic void mergeSessions(Session newVals)
mergeSessions in interface AppHereSessionpublic VirtualApplication createApp()
createApp in interface AppHereSession
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||