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.
|
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini Discovery and Join Specification.
|
net.jini.loader |
Provides interfaces and utility classes related to dynamic class
loading with
RMIClassLoader . |
org.apache.river.api.io |
Modifier and Type | Field and Description |
---|---|
protected MarshalledInstance |
RemoteEvent.miHandback
The registration handback object.
|
Modifier and Type | Method and Description |
---|---|
MarshalledInstance |
RemoteEvent.getRegistrationInstance()
Returns the handback object that was provided as a parameter to
the event interest registration method, if any.
|
Constructor and Description |
---|
RemoteEvent(Object source,
long eventID,
long seqNum,
MarshalledInstance miHandback)
Constructs a RemoteEvent object.
|
Constructor and Description |
---|
ServiceEvent(Object source,
long eventID,
long seqNo,
MarshalledInstance miHandback,
ServiceID serviceID,
int transition)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
LookupDiscoveryRegistration |
LookupDiscoveryServiceSafely.register(String[] groups,
LookupLocator[] locators,
RemoteEventListener listener,
MarshalledInstance handback,
long leaseDuration)
Register with the lookup discovery service.
|
Constructor and Description |
---|
RemoteDiscoveryEvent(Object source,
long eventID,
long seqNum,
MarshalledInstance handback,
boolean discarded,
Map<ServiceRegistrar,String[]> groups)
Constructs a new instance of
RemoteDiscoveryEvent . |
Modifier and Type | Method and Description |
---|---|
Object |
ProxyCodebaseSpi.resolve(CodebaseAccessor bootstrapProxy,
MarshalledInstance proxy,
ClassLoader parentLoader,
ClassLoader verifierLoader,
Collection context) |
Modifier and Type | Class and Description |
---|---|
class |
AtomicMarshalledInstance
Implementation of MarshalledInstance that performs input validation
during un-marshaling.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.