com.sun.jini.norm
Class GetLeasesResult

java.lang.Object
  extended by com.sun.jini.norm.GetLeasesResult
All Implemented Interfaces:
Serializable

final class GetLeasesResult
extends Object
implements Serializable

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

serialPersistentFields

private static final ObjectStreamField[] serialPersistentFields

verifyCodebaseIntegrity

private transient boolean verifyCodebaseIntegrity
Whether to verify codebase integrity.


marshalledLeases

final MarshalledInstance[] marshalledLeases
The marshalled leases.

Constructor Detail

GetLeasesResult

GetLeasesResult(MarshalledInstance[] marshalledLeases)
Creates an object that holds the results of a call to getLeases.

Parameters:
marshalledLeases - the leases being returned by the call
Method Detail

verifyCodebaseIntegrity

boolean verifyCodebaseIntegrity()
Returns whether to verify codebase integrity when unmarshalling leases.


readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.