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

common
Class AYTResponse

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

public class AYTResponse
extends GeneralResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class common.GeneralResponse
ack, reason
 
Constructor Summary
AYTResponse(boolean ack, java.lang.String reason)
           
 
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
 

Constructor Detail

AYTResponse

public AYTResponse(boolean ack,
                   java.lang.String reason)