au.gov.tas.dpiwe.mr.response
Class LoadResponse
java.lang.Object
au.gov.tas.dpiwe.mr.response.Response
au.gov.tas.dpiwe.mr.response.LoadResponse
- All Implemented Interfaces:
- Serializable
public class LoadResponse
- extends Response
The servlet's output for the load command, containing the
repassivated persistent entity bean whose state was
synchronized.
- Since:
- Mr Architecture 1.0
- Version:
- 1.0.0.0
- Author:
- Kade Hansson
- See Also:
LoadCommand,
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 |
LoadResponse
public LoadResponse(EntityBean bean)
- Construct a new load response.
- Parameters:
bean - the bean whose state has been refreshed.