Package | Description |
---|---|
net.jini.core.event |
The
RemoteEventListener interface and related standard classes. |
net.jini.core.lookup |
These are the lookup service interfaces and classes.
|
org.apache.river.lease |
Some basic utility classes for helping with
client-side lease renewal operations.
|
org.apache.river.proxy |
Modifier and Type | Method and Description |
---|---|
MarshalledInstance |
RemoteEvent.getRegistrationObject2()
Returns the handback object that was provided as a parameter to
the event interest registration method, if any.
|
Modifier and Type | Method and Description |
---|---|
default EventRegistration |
ServiceRegistrar.notiFy(ServiceTemplate tmpl,
int transitions,
RemoteEventListener listener,
MarshalledInstance handback,
long leaseDuration)
Registers for event notification.
|
Constructor and Description |
---|
BasicRenewalFailureEvent(LeaseRenewalSet source,
long seqNum,
MarshalledObject handback,
MarshalledInstance marshalledLease,
MarshalledInstance marshalledThrowable)
Simple constructor.
|
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.