de.tum.binfo.jdrm
Class SessionEntry
java.lang.Object
de.tum.binfo.jdrm.SessionEntry
- All Implemented Interfaces:
- java.io.Serializable
- public class SessionEntry
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- schmidt
This class is a helper class for Session and SessionExtended.
DO NOT USE IT MANUALLY.
- See Also:
- Serialized Form
Constructor Summary |
SessionEntry(int jobId,
java.lang.String uniqueName,
java.lang.String fileName,
int hashcode)
Creates new session entry |
SessionEntry(java.lang.String str)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
jobId
public int jobId
uniqueName
public java.lang.String uniqueName
fileName
public java.lang.String fileName
hashcode
public int hashcode
status
public java.lang.String status
SessionEntry
public SessionEntry(int jobId,
java.lang.String uniqueName,
java.lang.String fileName,
int hashcode)
- Creates new session entry
- Parameters:
jobId
- uniqueName
- fileName
- hashcode
-
SessionEntry
public SessionEntry(java.lang.String str)
throws java.lang.Exception
toString
public java.lang.String toString()
Copyright (c) 2004 Technische Universitaet Muenchen, Schmidt Thorsten