|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarshalledInstance | |
---|---|
com.sun.jini.lease | Some basic utility classes for helping with client-side lease renewal operations. |
com.sun.jini.mercury | Provides implementations of the EventMailbox service. |
com.sun.jini.norm | Provides implementations of LeaseRenewalService . |
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
com.sun.jini.proxy |
Uses of MarshalledInstance in com.sun.jini.lease |
---|
Fields in com.sun.jini.lease declared as MarshalledInstance | |
---|---|
private MarshalledInstance |
BasicRenewalFailureEvent.marshalledLease
Lease, in marshalled form, returned by getLease method. |
private MarshalledInstance |
BasicRenewalFailureEvent.marshalledThrowable
Exception, in marshalled form, returned by getThrowable
method. |
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.mercury |
---|
Fields in com.sun.jini.mercury declared as MarshalledInstance | |
---|---|
private MarshalledInstance |
RemoteEventData.mi
MarshalledObject that holds desired
RemoteEvent . |
Uses of MarshalledInstance in com.sun.jini.norm |
---|
Fields in com.sun.jini.norm declared as MarshalledInstance | |
---|---|
private MarshalledInstance |
ClientLeaseWrapper.marshalledClientLease
Client lease in marshalled form. |
private MarshalledInstance |
ClientLeaseWrapper.FailureFactory.marshalledLease
Client lease that could not be renewed in marshalled form |
(package private) MarshalledInstance[] |
GetLeasesResult.marshalledLeases
The marshalled leases. |
private MarshalledInstance |
ClientLeaseWrapper.FailureFactory.marshalledThrowable
Throwable (if any) that was thrown when we tried to renew the lease in marshalled form |
Methods in com.sun.jini.norm that return MarshalledInstance | |
---|---|
(package private) MarshalledInstance[] |
LeaseSet.getLeases()
Return an array of leases in marshalled form. |
(package private) MarshalledInstance |
ClientLeaseWrapper.getMarshalledClientLease()
Return the client lease in marshalled form. |
Constructors in com.sun.jini.norm with parameters of type MarshalledInstance | |
---|---|
ClientLeaseWrapper.FailureFactory(LeaseRenewalSet source,
MarshalledInstance marshalledLease,
MarshalledInstance marshalledThrowable)
Simple constructor |
|
GetLeasesResult(MarshalledInstance[] marshalledLeases)
Creates an object that holds the results of a call to getLeases . |
Uses of MarshalledInstance in com.sun.jini.outrigger |
---|
Fields in com.sun.jini.outrigger declared as MarshalledInstance | |
---|---|
private MarshalledInstance[] |
EntryRep.values
The fields of the entry in marshalled form. |
Methods in com.sun.jini.outrigger that return MarshalledInstance | |
---|---|
MarshalledInstance |
EntryRep.value(int fieldNum)
Return the MarshalledObject for the given field. |
Uses of MarshalledInstance in com.sun.jini.proxy |
---|
Fields in com.sun.jini.proxy declared as MarshalledInstance | |
---|---|
private MarshalledInstance |
MarshalledWrapper.instance
The wrapped MarshalledInstance. |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |