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

java.lang.Object
  extended by au.gov.tas.dpiwe.mr.response.Response
      extended by 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

Field Summary
 
Fields inherited from class au.gov.tas.dpiwe.mr.response.Response
bean
 
Constructor Summary
LoadResponse(EntityBean bean)
          Construct a new load 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

LoadResponse

public LoadResponse(EntityBean bean)
Construct a new load response.

Parameters:
bean - the bean whose state has been refreshed.