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

common
Class CallDaemonResponse

java.lang.Object
  extended bycommon.GeneralResponse
      extended bycommon.CallDaemonResponse
All Implemented Interfaces:
java.io.Serializable

public class CallDaemonResponse
extends GeneralResponse

See Also:
Serialized Form

Field Summary
private  byte[] contents
           
 
Fields inherited from class common.GeneralResponse
ack, reason
 
Constructor Summary
CallDaemonResponse(boolean ack, java.lang.String reason)
           
CallDaemonResponse(boolean ack, java.lang.String reason, byte[] contents)
           
 
Method Summary
 byte[] getContents()
           
 
Methods inherited from class common.GeneralResponse
getReason, isAck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contents

private byte[] contents
Constructor Detail

CallDaemonResponse

public CallDaemonResponse(boolean ack,
                          java.lang.String reason,
                          byte[] contents)

CallDaemonResponse

public CallDaemonResponse(boolean ack,
                          java.lang.String reason)
Method Detail

getContents

public byte[] getContents()