|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.norm.GetLeasesResult
final class GetLeasesResult
Holds the results of a call to NormServer.getLeases
.
Field Summary | |
---|---|
(package private) MarshalledInstance[] |
marshalledLeases
The marshalled leases. |
private static ObjectStreamField[] |
serialPersistentFields
|
private static long |
serialVersionUID
|
private boolean |
verifyCodebaseIntegrity
Whether to verify codebase integrity. |
Constructor Summary | |
---|---|
GetLeasesResult(MarshalledInstance[] marshalledLeases)
Creates an object that holds the results of a call to getLeases . |
Method Summary | |
---|---|
private void |
readObject(ObjectInputStream in)
|
(package private) boolean |
verifyCodebaseIntegrity()
Returns whether to verify codebase integrity when unmarshalling leases. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private static final ObjectStreamField[] serialPersistentFields
private transient boolean verifyCodebaseIntegrity
final MarshalledInstance[] marshalledLeases
Constructor Detail |
---|
GetLeasesResult(MarshalledInstance[] marshalledLeases)
getLeases
.
marshalledLeases
- the leases being returned by the callMethod Detail |
---|
boolean verifyCodebaseIntegrity()
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |