equal
deleted
inserted
replaced
1 <!-- |
1 <!-- |
2 Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved. |
2 Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. |
3 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
4 |
5 This code is free software; you can redistribute it and/or modify it |
5 This code is free software; you can redistribute it and/or modify it |
6 under the terms of the GNU General Public License version 2 only, as |
6 under the terms of the GNU General Public License version 2 only, as |
7 published by the Free Software Foundation. Oracle designates this |
7 published by the Free Software Foundation. Oracle designates this |
29 |
29 |
30 Provides support for RMI Object Activation. A remote |
30 Provides support for RMI Object Activation. A remote |
31 object's reference can be made ``persistent'' and later activated into a |
31 object's reference can be made ``persistent'' and later activated into a |
32 ``live'' object using the RMI activation mechanism. |
32 ``live'' object using the RMI activation mechanism. |
33 |
33 |
|
34 <p>Implementations are not required to support the activation |
|
35 mechanism. If activation is not supported by this implementation, |
|
36 several specific activation API methods are all required to throw |
|
37 {@code UnsupportedOperationException}. If activation is supported by this |
|
38 implementation, these methods must never throw {@code |
|
39 UnsupportedOperationException}. These methods are denoted by the |
|
40 presence of an entry for {@code UnsupportedOperationException} in the |
|
41 <strong>Throws</strong> section of each method's specification. |
|
42 |
34 <!-- |
43 <!-- |
35 <h2>Package Specification</h2> |
44 <h2>Package Specification</h2> |
36 |
45 |
37 ##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT ##### |
46 ##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT ##### |
38 <ul> |
47 <ul> |