de.tum.binfo.jdrm
Class SessionEntry

java.lang.Object
  extended byde.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

Field Summary
 java.lang.String fileName
           
 int hashcode
           
 int jobId
           
 java.lang.String status
           
 java.lang.String uniqueName
           
 
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
 

Field Detail

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
Constructor Detail

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
Method Detail

toString

public java.lang.String toString()


Copyright (c) 2004 Technische Universitaet Muenchen, Schmidt Thorsten