Uses of Class
net.jini.io.MarshalledInstance

Packages that use MarshalledInstance
com.sun.jini.lease Some basic utility classes for helping with client-side lease renewal operations. 
com.sun.jini.proxy   
 

Uses of MarshalledInstance in com.sun.jini.lease
 

Constructors in com.sun.jini.lease with parameters of type MarshalledInstance
BasicRenewalFailureEvent(LeaseRenewalSet source, long seqNum, MarshalledObject handback, MarshalledInstance marshalledLease, MarshalledInstance marshalledThrowable)
          Simple constructor.
 

Uses of MarshalledInstance in com.sun.jini.proxy
 

Methods in com.sun.jini.proxy that return MarshalledInstance
 MarshalledInstance MarshalledWrapper.getMarshalledInstance()
          Returns the MarshalledInstance wrapped by this MarshalledWrapper.
 

Constructors in com.sun.jini.proxy with parameters of type MarshalledInstance
MarshalledWrapper(MarshalledInstance instance)
          Creates a new MarshalledWrapper wrapping the given MarshalledInstance.
 



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