solar.service.pack.proto
Class BaseProtocol.ProtocolState

java.lang.Object
  |
  +--solar.service.pack.proto.BaseProtocol.ProtocolState
Enclosing class:
BaseProtocol

class BaseProtocol.ProtocolState
extends java.lang.Object


Field Summary
(package private)  int _bufferLimit
           
(package private)  java.util.Hashtable _buffers
           
(package private)  int _memoryLimit
           
(package private)  int _size
           
(package private)  int _suspendLimit
           
 
Constructor Summary
BaseProtocol.ProtocolState(int bt, int mt, int st)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_size

int _size

_bufferLimit

int _bufferLimit

_memoryLimit

int _memoryLimit

_suspendLimit

int _suspendLimit

_buffers

java.util.Hashtable _buffers
Constructor Detail

BaseProtocol.ProtocolState

public BaseProtocol.ProtocolState(int bt,
                                  int mt,
                                  int st)