Lines Matching defs:in

9  * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
43 * A RoleInfo object summarises a role in a relation type.
53 // Two serial forms are supported in this class. The selected form depends
64 // Serializable fields in old serial form
76 // Serializable fields in new serial form
95 * @serialField minDegree int Minimum degree (i.e. minimum number of referenced MBeans in corresponding role)
96 * @serialField maxDegree int Maximum degree (i.e. maximum number of referenced MBeans in corresponding role)
97 * @serialField referencedMBeanClassName String Name of class of MBean(s) expected to be referenced in corresponding role
154 * @serial Minimum degree (i.e. minimum number of referenced MBeans in corresponding role)
159 * @serial Maximum degree (i.e. maximum number of referenced MBeans in corresponding role)
164 * @serial Name of class of MBean(s) expected to be referenced in corresponding role
177 * be referenced in corresponding role. If an MBean <em>M</em> is in
185 * MBeans to provide in corresponding role
189 * MBeans to provide in corresponding role
198 * can no longer be thrown. It is retained in the declaration of
230 * be referenced in corresponding role. If an MBean <em>M</em> is in
243 * can no longer be thrown. It is retained in the declaration of
246 * exception can no longer be thrown. It is retained in the
278 * be referenced in corresponding role. If an MBean <em>M</em> is in
288 * can no longer be thrown. It is retained in the declaration of
291 * exception can no longer be thrown. It is retained in the
406 * <p>Returns name of type of MBean expected to be referenced in
530 private void readObject(ObjectInputStream in)
534 // Read an object serialized in the old serial form
536 ObjectInputStream.GetField fields = in.readFields();
575 // Read an object serialized in the new serial form
577 in.defaultReadObject();
589 // Serializes this instance in the old serial form
603 // Serializes this instance in the new serial form