au.gov.tas.dpiwe.mr.response
Class LockResponse
java.lang.Object
au.gov.tas.dpiwe.mr.response.Response
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
| Fields inherited from class au.gov.tas.dpiwe.mr.response.Response |
bean |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockResponse
public LockResponse(EntityBean bean)
- Construct a new lock response.
- Parameters:
bean - the pooled bean whose home has been locked.