Package | Description |
---|---|
net.jini.config |
Provides a
Configuration interface for obtaining
objects needed to configure applications, such as Exporter or ProxyPreparer
instances, or other application-specific objects, from configuration
files, databases, or other sources. |
net.jini.constraint |
Provides a basic implementation of
MethodConstraints and a
TrustVerifier for common constraints. |
net.jini.core.constraint |
Defines constraints and collections of constraints that can be used to control
method invocation, and an interface that proxies implement to allow clients
to specify constraints for remote method calls.
|
net.jini.core.discovery |
A standard utility class for finding particular lookup services.
|
net.jini.core.event |
The
RemoteEventListener interface and related standard classes. |
net.jini.core.lease |
These are distributed leasing interfaces and classes.
|
net.jini.core.lookup |
These are the lookup service interfaces and classes.
|
net.jini.core.transaction |
These are the transaction abstraction's interfaces and classes.
|
net.jini.core.transaction.server |
These are the default transaction semantics for participant/manager interaction.
|
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.id |
Provides classes and interfaces for using universally unique
identifiers.
|
net.jini.io |
Provides I/O interfaces and utility classes.
|
net.jini.security |
Provides mechanisms and abstractions for managing security, especially in the
presence of dynamically downloaded code.
|
net.jini.security.proxytrust |
Historically, proxy trust relied on the Java sandbox, however with the
plethora of security problems relating to serialization.
|
org.apache.river.api.io |
Constructor and Description |
---|
ErrorDescriptor(AtomicSerial.GetArg arg) |
Constructor and Description |
---|
BasicMethodConstraints(AtomicSerial.GetArg arg)
Constructor for
AtomicSerial . |
MethodDesc(AtomicSerial.GetArg arg) |
Constructor and Description |
---|
LookupLocator(AtomicSerial.GetArg arg) |
Constructor and Description |
---|
EventRegistration(AtomicSerial.GetArg arg) |
RemoteEvent(AtomicSerial.GetArg arg) |
Constructor and Description |
---|
LeaseDeniedException(AtomicSerial.GetArg arg) |
LeaseException(AtomicSerial.GetArg arg) |
LeaseMapException(AtomicSerial.GetArg arg)
AtomicSerial constructor
|
UnknownLeaseException(AtomicSerial.GetArg arg) |
Constructor and Description |
---|
ServiceEvent(AtomicSerial.GetArg arg) |
ServiceItem(AtomicSerial.GetArg arg)
AtomicSerial constructor. |
ServiceMatches(AtomicSerial.GetArg arg)
AtomicSerial convenience constructor. |
ServiceTemplate(AtomicSerial.GetArg arg)
Constructor for @AtomicSerial, note that any instances of this
should be cloned in a secure stream to prevent an attacker retaining
a reference to mutable state.
|
Constructor and Description |
---|
Created(AtomicSerial.GetArg arg)
AtomicSerial constructor.
|
Created(AtomicSerial.GetArg arg) |
TimeoutExpiredException(AtomicSerial.GetArg arg)
AtomicSerial constructor
|
TransactionException(AtomicSerial.GetArg arg) |
Constructor and Description |
---|
Created(AtomicSerial.GetArg arg)
AtomicSerial constructor
|
NestableServerTransaction(AtomicSerial.GetArg arg) |
ServerTransaction(AtomicSerial.GetArg arg) |
Constructor and Description |
---|
ConstrainableLookupLocator(AtomicSerial.GetArg arg) |
DiscoveryEvent(AtomicSerial.GetArg arg) |
LookupUnmarshalException(AtomicSerial.GetArg arg)
AtomicSerial constructor.
|
RemoteDiscoveryEvent(AtomicSerial.GetArg arg) |
Constructor and Description |
---|
Uuid(AtomicSerial.GetArg arg) |
Constructor and Description |
---|
MarshalledInstance(AtomicSerial.GetArg arg) |
Constructor and Description |
---|
BasicProxyPreparer(AtomicSerial.GetArg arg)
AtomicSerial constructor
|
Constructor and Description |
---|
ProxyTrustInvocationHandler(AtomicSerial.GetArg arg)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract AtomicSerial.GetArg |
AtomicSerial.GetArg.validateInvariants(String[] fields,
Class[] types,
boolean[] nonNull) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
AtomicSerial.Factory.instantiate(Class<T> type,
AtomicSerial.GetArg arg)
Convenience method for testing implementing class constructor
signature compliance.
|
Constructor and Description |
---|
AtomicException(AtomicSerial.GetArg arg) |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.