pawn.messages
Class LockResponseMsg
java.lang.Object
|
+--pawn.messages.LockResponseMsg
- public class LockResponseMsg
- extends java.lang.Object
An example query response, which will be wrapped by a Resolver response
message to send the response to the query. The response contains the
answer to the simple math question posed by the query.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LockResponseMsg
public LockResponseMsg(java.lang.String Owner,
java.lang.String Status)
LockResponseMsg
public LockResponseMsg(java.io.InputStream stream)
throws java.lang.Exception
getOwner
public java.lang.String getOwner()
getStatus
public java.lang.String getStatus()
getDocument
public net.jxta.document.Document getDocument(net.jxta.document.MimeMediaType asMimeType)
throws java.lang.Exception
java.lang.Exception
display
public java.lang.String display()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object