org.gudy.azureus2.pluginsimpl.remote
Class RPReply

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.remote.RPReply
All Implemented Interfaces:
Serializable

public class RPReply
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Map properties
           
 Object response
           
 
Constructor Summary
RPReply(Object _response)
           
 
Method Summary
 Map getProperties()
           
 Object getResponse()
           
 Class getResponseClass()
           
 void setProperty(String name, String value)
           
 void setResponseClass(Class c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

public Object response

properties

protected transient Map properties
Constructor Detail

RPReply

public RPReply(Object _response)
Method Detail

getResponse

public Object getResponse()
                   throws RPException
Throws:
RPException

setProperty

public void setProperty(String name,
                        String value)

getProperties

public Map getProperties()

getResponseClass

public Class getResponseClass()

setResponseClass

public void setResponseClass(Class c)