Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
private MarshalledInstance |
BasicRenewalFailureEvent.marshalledLease
Lease, in marshalled form, returned by
getLease method. |
private MarshalledInstance |
BasicRenewalFailureEvent.marshalledThrowable
Exception, in marshalled form, returned by
getThrowable
method. |
Constructor and Description |
---|
BasicRenewalFailureEvent(LeaseRenewalSet source,
long seqNum,
MarshalledObject handback,
MarshalledInstance marshalledLease,
MarshalledInstance marshalledThrowable)
Simple constructor.
|
Modifier and Type | Field and Description |
---|---|
private MarshalledInstance |
RemoteEventData.mi
MarshalledObject that holds desired
RemoteEvent . |
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
(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.
|
Constructor and Description |
---|
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 . |
Modifier and Type | Field and Description |
---|---|
private MarshalledInstance[] |
EntryRep.values
The fields of the entry in marshalled form.
|
Modifier and Type | Method and Description |
---|---|
MarshalledInstance |
EntryRep.value(int fieldNum)
Return the
MarshalledObject for the given field. |
Modifier and Type | Field and Description |
---|---|
private MarshalledInstance |
MarshalledWrapper.instance
The wrapped MarshalledInstance.
|
Modifier and Type | Method and Description |
---|---|
MarshalledInstance |
MarshalledWrapper.getMarshalledInstance()
Returns the
MarshalledInstance wrapped by this
MarshalledWrapper . |
Constructor and Description |
---|
MarshalledWrapper(MarshalledInstance instance)
Creates a new
MarshalledWrapper wrapping the given
MarshalledInstance . |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.