au.gov.tas.dpiwe.mr.response
Class RemoveResponse
java.lang.Object
au.gov.tas.dpiwe.mr.response.Response
au.gov.tas.dpiwe.mr.response.RemoveResponse
- All Implemented Interfaces:
- Serializable
public class RemoveResponse
- extends Response
The servlet's output for the remove command, containing the
now-pooled entity bean.
- Since:
- Mr Architecture 1.0
- Version:
- 1.0.0.2
- Author:
- Kade Hansson
- See Also:
RemoveCommand,
Serialized Form
|
Field Summary |
protected boolean |
cloned
Indicates whether the bean was cloned at store-time. |
| Fields inherited from class au.gov.tas.dpiwe.mr.response.Response |
bean |
|
Method Summary |
Command |
getCommand(Container container)
Returns a duplicate of the command which generated this
response, or null if the operation is not supported for
this response type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cloned
protected boolean cloned
- Indicates whether the bean was cloned at store-time.
RemoveResponse
public RemoveResponse(EntityBean bean,
boolean cloned)
- Construct a new remove response.
- Parameters:
bean - the pooled entity bean.
getCommand
public Command getCommand(Container container)
- Description copied from class:
Response
- Returns a duplicate of the command which generated this
response, or null if the operation is not supported for
this response type.
- Overrides:
getCommand in class Response
- Returns:
- a command corresponding to this response.