|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| MultiBeanResponse | A response which contains many beans which are the result of a command implements this interface. |
| Class Summary | |
|---|---|
| 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. |
| 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. |
| 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. |
| Exception Summary | |
|---|---|
| EchoException | An EchoException occurs when a request is made for the server to repeat the last response to a client, but that response is unavailable. |
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. Response tokens wrap beans and each response token sent back from the server corresponds to a command token sent by the client.
A response is an indication of the successful completion of its corresponding command- if any command should fail, no responses are sent by the server, and an exception is sent instead.
Some classes of this package are not intended for use by external clients. Such classes will be indicated by a message similar to "this class is not intended for use by external clients."
Mr Architecture — an EJB 2.1 subset with relational and other extensions
by Kade Hansson <kade.hansson@dpiwe.tas.gov.au>
Concurrent collections framework: Copyright © 1994-2004 Doug Lea and Sun Microsystems, Inc., used under license.
All other code: Copyright © 2001-2004 Department of Primary Industries, Water and Environment (Tasmania.)
Mr Architecture is a not-for-profit project of DPIWE Tasmania. Its code is distributed under the terms of the Lesser GNU Public License (LGPL), either version 2.1 or a later version (at your option.) A copy should have been provided with this distribution, but a copy can be obtained on the web at http://www.gnu.org/licenses/lgpl.html or by writing to:
Free Software Foundation, Inc
59 Temple Place
Suite 330
Boston, MA 02111-1307
USA
Mr Architecture is supplied "as is" without any warranty whatsoever, and should therefore be considered to be without any implied warranty of merchantability or fitness for any particular purpose. See the Lesser GNU Public License (LGPL) for details.
Sun hereby grants Doug Lea a non-exclusive, worldwide, non-transferrable license to use, reproduce, create derivative works of, and distribute the Java software and derivative works thereof in source and binary forms as part of a larger work, and to sublicense the right to use, reproduce and distribute the Java Software and Doug Lea's derivative works as the part of larger works through multiple tiers of sublicensees provided that the following conditions are met:
[The concurrent collections framework] is provided "as is," without warranty of any kind. All express or implied conditions, representations or warranties, including any implied warranty of merchantability, fitness for a particular purpose or non-infringement, are hereby excluded. [Sun] and its licensors shall not be liable for any damages suffered by [a] licensee as a result of using, modifying or distributing the [concurrent collections framework] or its derivatives. In no event will [Sun] or its licensors be liable for any lost revenue, profit or data, or for direct, indirect, special, consequential, incidental or punitive damages, however caused and regardless of the theory of liability, arising out of the use of or inability to use [the concurrent collections framework], even if [Sun] has been advised of the possibility of such damages.
You acknowledge that [the concurrent collections framework] is not designed, licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility.
Response,
au.gov.tas.dpiwe.mr.command
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||