com.caucho.server.admin
Class DeploySendQuery

java.lang.Object
  extended by com.caucho.server.admin.DeploySendQuery
All Implemented Interfaces:
java.io.Serializable

public class DeploySendQuery
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DeploySendQuery(int seq, java.lang.String sha1, byte[] buffer, int length, boolean isEnd)
           
 
Method Summary
 byte[] getBuffer()
           
 int getLength()
           
 int getSequenceId()
           
 java.lang.String getSha1()
           
 boolean isEnd()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploySendQuery

public DeploySendQuery(int seq,
                       java.lang.String sha1,
                       byte[] buffer,
                       int length,
                       boolean isEnd)
Method Detail

getSequenceId

public int getSequenceId()

getSha1

public java.lang.String getSha1()

getBuffer

public byte[] getBuffer()

getLength

public int getLength()

isEnd

public boolean isEnd()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object