Документ взят из кэша поисковой машины. Адрес оригинального документа : http://angel.cs.msu.su/projects/system/javadoc/common/CallDaemonRequest.html
Дата изменения: Tue Dec 21 00:38:44 2004
Дата индексирования: Sun Apr 10 00:06:03 2016
Кодировка:
CallDaemonRequest

common
Class CallDaemonRequest

java.lang.Object
  extended bycommon.GeneralRequest
      extended bycommon.CallDaemonRequest
All Implemented Interfaces:
java.io.Serializable

public class CallDaemonRequest
extends GeneralRequest

See Also:
Serialized Form

Field Summary
private  byte[] contents
           
private  int sessionId
           
 
Fields inherited from class common.GeneralRequest
password, username
 
Constructor Summary
CallDaemonRequest(java.lang.String username, java.lang.String password, int sessionId, byte[] contents)
           
 
Method Summary
 byte[] getContents()
           
 int getSessionId()
           
 
Methods inherited from class common.GeneralRequest
getPassword, getUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionId

private int sessionId

contents

private byte[] contents
Constructor Detail

CallDaemonRequest

public CallDaemonRequest(java.lang.String username,
                         java.lang.String password,
                         int sessionId,
                         byte[] contents)
Method Detail

getContents

public byte[] getContents()

getSessionId

public int getSessionId()