Uses of Package
au.gov.tas.dpiwe.mr.response

Packages that use au.gov.tas.dpiwe.mr.response
au.gov.tas.dpiwe.mr The au.gov.tas.dpiwe.mr package contains the Mr Architecture EJB container and support classes and interfaces. 
au.gov.tas.dpiwe.mr.client The au.gov.tas.dpiwe.mr.client package contains the Mr Architecture EJB container implementation for use in clients, along with supporting classes and interfaces. 
au.gov.tas.dpiwe.mr.command The au.gov.tas.dpiwe.mr.command package contains the command tokens which are sent from the client container implementation to the server container implementation. 
au.gov.tas.dpiwe.mr.response The au.gov.tas.dpiwe.mr.response package contains the response tokens which are sent from the server container implementation back to the client container implementation. 
au.gov.tas.dpiwe.mr.server The au.gov.tas.dpiwe.mr.server package contains the Mr Architecture EJB container implementation for use in servers, along with supporting classes and interfaces. 
au.gov.tas.dpiwe.mr.server.daemon The au.gov.tas.dpiwe.server.daemon package contains the classes and interfaces for server daemons and their containers. 
au.gov.tas.dpiwe.mr.tool The au.gov.tas.dpiwe.mr.tool package contains server monitor and control tools which can be run on clients, classes and interfaces supporting the deployment of Mr Architecture beans, including support classes for the Java close file format, as well as more general tools which allow the leverage of the Java close format in combination with Java language reflection to produce "instant wrappers". 
 

Classes in au.gov.tas.dpiwe.mr.response used by au.gov.tas.dpiwe.mr
AlertResponse
          The output of the alert command.
CreateResponse
          The output of the servlet for the create command, containing the passivated persistent entity bean.
DateResponse
          The output of the servlet for the date command, containing the server date and time.
FindResponse
          The output of the servlet for the find command, containing the passivated persistent entity bean with the primary key requested.
FlushResponse
          The output of the servlet for the flush command.
HeimlichedObstruction
          The output of the servlet for the Heimlich maneuver.
InvokeResponse
          The output of the servlet for the invoke command, containing the resulting bean and the object output by the method.
JoinResponse
          The CommandServlet's response to a JoinCommand, containing a collection of SiameseBeans.
LoadResponse
          The servlet's output for the load command, containing the repassivated persistent entity bean whose state was synchronized.
LockResponse
          The servlet's output for the lock command, containing the pooled entity bean for the home that has been locked.
LogResponse
          The output of the servlet for the log command.
RemoveResponse
          The servlet's output for the remove command, containing the now-pooled entity bean.
Response
          Encapsulates the response to a command which can be performed by the container.
SelectResponse
          The output of the servlet for the select command, containing this and other passivated persistent entity beans forming the result set.
StartResponse
          The output of the servlet for the start daemon command.
StatusResponse
          The output of the servlet for the status command.
StopResponse
          The output of the servlet for the stop daemon command.
StoreResponse
          The servlet's output for the store command, containing the repassivated persistent entity bean after synchronization.
WipeResponse
          The output of the servlet for the wipe command.
 

Classes in au.gov.tas.dpiwe.mr.response used by au.gov.tas.dpiwe.mr.client
Response
          Encapsulates the response to a command which can be performed by the container.
 

Classes in au.gov.tas.dpiwe.mr.response used by au.gov.tas.dpiwe.mr.command
Response
          Encapsulates the response to a command which can be performed by the container.
StoreResponse
          The servlet's output for the store command, containing the repassivated persistent entity bean after synchronization.
 

Classes in au.gov.tas.dpiwe.mr.response used by au.gov.tas.dpiwe.mr.response
MultiBeanResponse
          A response which contains many beans which are the result of a command implements this interface.
Response
          Encapsulates the response to a command which can be performed by the container.
StatusResponse
          The output of the servlet for the status command.
 

Classes in au.gov.tas.dpiwe.mr.response used by au.gov.tas.dpiwe.mr.server
CreateResponse
          The output of the servlet for the create command, containing the passivated persistent entity bean.
DateResponse
          The output of the servlet for the date command, containing the server date and time.
FindResponse
          The output of the servlet for the find command, containing the passivated persistent entity bean with the primary key requested.
FlushResponse
          The output of the servlet for the flush command.
InvokeResponse
          The output of the servlet for the invoke command, containing the resulting bean and the object output by the method.
JoinResponse
          The CommandServlet's response to a JoinCommand, containing a collection of SiameseBeans.
LoadResponse
          The servlet's output for the load command, containing the repassivated persistent entity bean whose state was synchronized.
LockResponse
          The servlet's output for the lock command, containing the pooled entity bean for the home that has been locked.
PurgeResponse
          A response automatically output by the servlet to notify clients of beans which were recently modified.
RemoveResponse
          The servlet's output for the remove command, containing the now-pooled entity bean.
Response
          Encapsulates the response to a command which can be performed by the container.
SelectResponse
          The output of the servlet for the select command, containing this and other passivated persistent entity beans forming the result set.
StatusResponse
          The output of the servlet for the status command.
StoreResponse
          The servlet's output for the store command, containing the repassivated persistent entity bean after synchronization.
WipeResponse
          The output of the servlet for the wipe command.
 

Classes in au.gov.tas.dpiwe.mr.response used by au.gov.tas.dpiwe.mr.server.daemon
StartResponse
          The output of the servlet for the start daemon command.
StopResponse
          The output of the servlet for the stop daemon command.
 

Classes in au.gov.tas.dpiwe.mr.response used by au.gov.tas.dpiwe.mr.tool
Response
          Encapsulates the response to a command which can be performed by the container.