au.gov.tas.dpiwe.mr.response
Class LockResponse

java.lang.Object
  extended by au.gov.tas.dpiwe.mr.response.Response
      extended by au.gov.tas.dpiwe.mr.response.LockResponse
All Implemented Interfaces:
Serializable

public class LockResponse
extends Response

The servlet's output for the lock command, containing the pooled entity bean for the home that has been locked.

Since:
Mr Architecture 3.1
Version:
1.0.0.0
Author:
Kade Hansson
See Also:
LockCommand, Serialized Form

Field Summary
 
Fields inherited from class au.gov.tas.dpiwe.mr.response.Response
bean
 
Constructor Summary
LockResponse(EntityBean bean)
          Construct a new lock response.
 
Method Summary
 
Methods inherited from class au.gov.tas.dpiwe.mr.response.Response
getCommand, getResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockResponse

public LockResponse(EntityBean bean)
Construct a new lock response.

Parameters:
bean - the pooled bean whose home has been locked.