Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Net.jini Classes and Interfaces - 258 results found.
NameDescriptionTypePackageFramework
AbstractConfigurationA skeletal implementation of the Configuration interface, used to simplify writing implementations.Classnet.jiniApache River ( Jini )
AbstractConfiguration .PrimitiveRepresents the value of an entry with a primitive type.Classnet.jiniApache River ( Jini )
AbstractEntryAn abstract implementation of Entry that provides useful implementations of equals, hashCode, andClassnet.jiniApache River ( Jini )
AbstractILFactoryAn abstract implementation of InvocationLayerFactory that provides a convenient way for subclasses to create proxies andClassnet.jiniApache River ( Jini )
AccessPermissionRepresents permission to call a method.Classnet.jiniApache River ( Jini )
AcknowledgmentSourceA server context element for registering interest in receiving an acknowledgment that the remote call's result data has beenInterfacenet.jini.ioApache River ( Jini )
AcknowledgmentSource .ListenerA callback object for registering with an AcknowledgmentSource server context element to handle the receipt of an acknowledgment that the remote call's result dataInterfacenet.jini.ioApache River ( Jini )
ActivatableInvocationHandlerAn invocation handler for activatable remote objects.Classnet.jiniApache River ( Jini )
ActivationExporterAn Exporter implementation for exporting an activatable remote object using its underlying exporter.Classnet.jiniApache River ( Jini )
ActivationGroupSubclass of java.Classnet.jiniApache River ( Jini )
AddressThe address of the physical component of a service.Classnet.jini.lookupApache River ( Jini )
AddressBeanA JavaBeans(TM) component that encapsulates an Address object.Classnet.jini.lookupApache River ( Jini )
AdministrableEvery administrable service should implement this interface.Interfacenet.jiniApache River ( Jini )
AuthenticationPermissionRepresents permission to use the private credentials of subjects for the purpose of authenticating as any subset of the local principals specifiedClassnet.jiniApache River ( Jini )
AvailabilityEventA RemoteEvent marking the transition of an Entry from unavailable toClassnet.jiniApache River ( Jini )
BasicILFactoryA basic implementation of an InvocationLayerFactory.Classnet.jiniApache River ( Jini )
BasicInvocationDispatcherA basic implementation of the InvocationDispatcher interface, providing preinvocation access control forClassnet.jiniApache River ( Jini )
BasicInvocationHandlerA basic implementation of the InvocationHandler interface.Classnet.jiniApache River ( Jini )
BasicJeriExporterAn Exporter implementation for exporting a remote object to use Jini extensible remote invocationClassnet.jiniApache River ( Jini )
BasicJeriTrustVerifierTrust verifier for dynamic proxies and object endpoints used in Jini extensible remote invocation (Jini ERI).Classnet.jiniApache River ( Jini )
BasicMethodConstraintsBasic implementation of MethodConstraints, allowing limited wildcard matching on method names and parameter types.Classnet.jiniApache River ( Jini )
BasicMethodConstraints .MethodDescDescriptor for specifying the constraints associated with one or more methods allowing limited wildcard matching on method names andClassnet.jiniApache River ( Jini )
BasicObjectEndpointReferences a remote object with an Endpoint for sending requests to the object and a Uuid to identifyClassnet.jiniApache River ( Jini )
BasicProxyPreparerA ProxyPreparer for verifying that proxies are trusted, granting them dynamic permissions, and setting their constraints, as well asClassnet.jiniApache River ( Jini )
BasicUntrustedObjectSecurityContextA basic trust verifier context element that provides a security context to use to restrict privileges when invoking methods on untrustedClassnet.jini.securityApache River ( Jini )
CannotAbortExceptionException thrown when a transaction cannot abort because it has already already decided to commit.Classnet.jini.coreApache River ( Jini )
CannotCommitExceptionException thrown when a transaction cannot commit because it has already aborted or must now be aborted.Classnet.jini.coreApache River ( Jini )
CannotJoinExceptionException thrown when a transaction cannot be joined because it is noSince:1.Classnet.jini.coreApache River ( Jini )
CannotNestExceptionException thrown when an object does not support nested transactions.Classnet.jini.coreApache River ( Jini )
ClassAnnotationProvides a class annotation string for classes defined by a class loader that is an instance of this interface.Interfacenet.jiniApache River ( Jini )
ClassLoadingProvides static methods for loading classes using RMIClassLoader with optional verification that the codebase URLs used to load classes provide content integrity (see Security.Classnet.jiniApache River ( Jini )
ClientAuthenticationRepresents a constraint on authentication of the client to the server.Classnet.jini.coreApache River ( Jini )
ClientHostA server context element that can supply the client host address for the remote call.Interfacenet.jini.ioApache River ( Jini )
ClientMaxPrincipalRepresents a constraint on the client, such that if the client authenticates itself, then it may only authenticate itself as one or moreClassnet.jini.coreApache River ( Jini )
ClientMaxPrincipalTypeRepresents a constraint on the client, such that if the client authenticates itself, then it may only authenticate itself as principalsClassnet.jini.coreApache River ( Jini )
ClientMinPrincipalRepresents a constraint on the client, such that if the client authenticates itself, then it must authenticate itself as at least all ofClassnet.jini.coreApache River ( Jini )
ClientMinPrincipalTypeRepresents a constraint on the client, such that if the client authenticates itself, then it must authenticate itself such that, for eachClassnet.jini.coreApache River ( Jini )
ClientSubjectA server context element that can supply the client subject for theSince:2.Interfacenet.jini.ioApache River ( Jini )
CommentA free-form comment about a service.Classnet.jini.lookupApache River ( Jini )
CommentBeanA JavaBeans(TM) component that encapsulates a Comment object.Classnet.jini.lookupApache River ( Jini )
ConfidentialityRepresents a constraint on the confidentiality of message contents.Classnet.jini.coreApache River ( Jini )
ConfidentialityStrengthRepresents a constraint that, if confidentiality of message contents is ensured, the specified strength of confidentiality be used.Classnet.jini.jeriApache River ( Jini )
ConfigurationDefines an interface for obtaining objects needed to configure applications, such as Exporter or ProxyPreparer instances, or otherInterfacenet.jiniApache River ( Jini )
ConfigurationExceptionThrown if a problem occurs when obtaining configuration information.Classnet.jiniApache River ( Jini )
ConfigurationFileSupplies objects needed to configure applications, such as Exporter or ProxyPreparer instances, or application-specific objects,Classnet.jiniApache River ( Jini )
ConfigurationFile .ErrorDescriptor configuration source or a problem encountered when attempting to return an existing entry or the type of an existing entry.Classnet.jiniApache River ( Jini )
ConfigurationNotFoundExceptionThrown if a configuration source location specified when creating a Configuration is not found, including if null isClassnet.jiniApache River ( Jini )
ConfigurationProviderProvides a standard means for obtaining Configuration instances, using a configurable provider.Classnet.jiniApache River ( Jini )
ConnectionRepresents an established client-side connection.Interfacenet.jini.jeriApache River ( Jini )
ConnectionAbsoluteTimeRepresents a constraint on the absolute time by which a network connection must be established.Classnet.jini.coreApache River ( Jini )
ConnectionEndpointRepresents a remote communication endpoint to establish connections to.Interfacenet.jini.jeriApache River ( Jini )
ConnectionManagerProvides client-side connection management using the Jini extensible remote invocation (Jini ERI) multiplexing protocolClassnet.jini.jeriApache River ( Jini )
ConnectionRelativeTimeRepresents a constraint on the maximum amount of time to wait for a network connection to be established.Classnet.jini.coreApache River ( Jini )
ConstantsA holder class for constants that pertain to the unicast and multicast discovery protocols.Classnet.jiniApache River ( Jini )
ConstrainableLookupLocatorLookupLocator subclass which supports constraint operations through the RemoteMethodControl interface.Classnet.jiniApache River ( Jini )
ConstrainableLookupLocatorTrustVerifierTrust verifier for ConstrainableLookupLocator instances.Classnet.jiniApache River ( Jini )
ConstraintAlternativesCombines two or more constraint alternatives into a single overall constraint.Classnet.jini.coreApache River ( Jini )
ConstraintTrustVerifierTrust verifier for instances of the constraint classes defined in the net.Classnet.jiniApache River ( Jini )
ContextPermissionRepresents permissions used to express the access control policy for elements commonly found in the context collections available fromClassnet.jini.ioApache River ( Jini )
CrashCountExceptionException thrown when a transaction cannot be joined because the participant's current crash count is different from the crashClassnet.jini.core.transactionApache River ( Jini )
DelegationRepresents a constraint on delegation from the client to the server.Classnet.jini.coreApache River ( Jini )
DelegationAbsoluteTimeRepresents a constraint on delegation, such that if delegation is permitted, it be permitted only for a range of absolute times.Classnet.jini.coreApache River ( Jini )
DelegationRelativeTimeRepresents a constraint on delegation, such that if delegation is permitted, it be permitted only for a range of time measured relative to the start ofClassnet.jini.coreApache River ( Jini )
DesiredExpirationListenerSubinterface of LeaseListener that clients must implement if they want to receive desired expiration reached eventsInterfacenet.jiniApache River ( Jini )
DiscoveryAdminMethods for controlling which groups a lookup service is a member of, and for controlling which TCP port a lookup service uses for itsInterfacenet.jiniApache River ( Jini )
DiscoveryChangeListenerThis interface must be implemented by entities that wish to receive notification of the following events.Interfacenet.jiniApache River ( Jini )
DiscoveryEventEvent object passed (via either the DiscoveryListener interface or the DiscoveryChangeListener) to indicate toClassnet.jiniApache River ( Jini )
DiscoveryGroupManagementThis interface defines methods and constants related to the management of the sets of lookup services that are to be discovered using theInterfacenet.jiniApache River ( Jini )
DiscoveryListenerThis interface must be implemented by parties that wish to obtain notifications from a LookupDiscovery object.Interfacenet.jiniApache River ( Jini )
DiscoveryLocatorManagementThis interface defines methods related to the management of the set of lookup services that are to be discovered using the unicast discoveryInterfacenet.jiniApache River ( Jini )
DiscoveryManagementThis interface defines methods related to the discovery event mechanism and discovery process termination.Interfacenet.jiniApache River ( Jini )
DiscoveryPermissionPermission for using LookupDiscovery.Classnet.jiniApache River ( Jini )
DownloadPermissionPermission that must be granted to the CodeSource of a downloaded class in order for the class to be defined using RMIClassLoader.Classnet.jiniApache River ( Jini )
DynamicPolicyInterface implemented by security policy providers that may support dynamic granting of permissions at run-time.Interfacenet.jini.securityApache River ( Jini )
DynamicPolicyProviderSecurity policy provider that supports dynamic granting of permissions at run-time.Classnet.jini.securityApache River ( Jini )
EmptyConfigurationA Configuration with no entries.Classnet.jiniApache River ( Jini )
EndpointRepresents a remote communication endpoint to send requests to.Interfacenet.jiniApache River ( Jini )
EntryThis class is the supertype of all entries that can be stored in a Jini Lookup service.Interfacenet.jini.coreApache River ( Jini )
EntryBeanInterface to be implemented by all JavaBeans(TM) components that act as front ends to Entry classes.Interfacenet.jini.lookupApache River ( Jini )
EntryBeansUtility class for handling JavaBeans(TM) components that relate to Entry classes in the Jini lookup service.Classnet.jini.lookupApache River ( Jini )
EventMailboxThe EventMailbox interface allows clients to specify and use a third party for the purpose ofInterfacenet.jiniApache River ( Jini )
EventRegistrationA utility class for use as a return value for event-interest registration methods.Classnet.jini.coreApache River ( Jini )
ExpirationWarningEventEvent generated by a lease renewal set when its lease is about toAuthor:Sun Microsystems, Inc.Classnet.jiniApache River ( Jini )
ExporterAn abstraction for exporting a single remote object such that it can receive remote method invocations, andInterfacenet.jiniApache River ( Jini )
ExportPermissionDefines runtime permissions for Exporter implementations.Classnet.jiniApache River ( Jini )
FileIntegrityVerifierIntegrity verifier for FILE URLs.Classnet.jini.urlApache River ( Jini )
GrantPermissionPermission required to dynamically grant permissions by security policy providers which implement the DynamicPolicy interface.Classnet.jiniApache River ( Jini )
HandlerA stream handler for URLs with the HTTPMD protocol.Classnet.jini.urlApache River ( Jini )
HostClassnet.jini.lookupApache River ( Jini )
HttpEndpointAn implementation of the Endpoint abstraction that uses HTTP messages sent over TCP sockets (instances of Socket) for theClassnet.jini.jeriApache River ( Jini )
HttpmdIntegrityVerifierIntegrity verifier for HTTPMD URLs.Classnet.jini.urlApache River ( Jini )
HttpmdUtilProvides utility methods for creating and using HTTPMD URLs.Classnet.jini.urlApache River ( Jini )
HttpsEndpointAn implementation of Endpoint that uses HTTPS (HTTP over TLS/SSL) to support invocation constraints for communication through firewalls.Classnet.jini.jeriApache River ( Jini )
HttpServerEndpointAn implementation of the ServerEndpoint abstraction that uses HTTP messages sent over TCP sockets (instances of ServerSocket) for the underlying communication mechanism.Classnet.jini.jeriApache River ( Jini )
HttpsIntegrityVerifierIntegrity verifier for HTTPS URLs.Classnet.jini.urlApache River ( Jini )
HttpsServerEndpointAn implementation of ServerEndpoint that uses HTTPS (HTTP over TLS/SSL) to support invocation constraints for communication throughClassnet.jini.jeriApache River ( Jini )
IiopExporterAn IiopExporter can be used to export a single remote object to runtime.Classnet.jiniApache River ( Jini )
InboundRequestRepresents a request that is being received and the corresponding response to be sent in reply.Interfacenet.jiniApache River ( Jini )
InboundRequestHandleAssociates information with a request that is being received on a An InboundRequestHandle is an opaque cookieInterfacenet.jini.jeriApache River ( Jini )
IncomingMulticastAnnouncementEncapsulate the details of unmarshaling an incoming multicast announcement packet.Classnet.jiniApache River ( Jini )
IncomingMulticastRequestEncapsulate the details of unmarshaling an incoming multicastAuthor:Sun Microsystems, Inc.Classnet.jiniApache River ( Jini )
IncomingUnicastRequestEncapsulate the details of unmarshaling an incoming unicast request.Classnet.jiniApache River ( Jini )
IncomingUnicastResponseThis class encapsulates the details of unmarshaling an incomingAuthor:Sun Microsystems, Inc.Classnet.jiniApache River ( Jini )
IntegrityRepresents a constraint on the integrity of message contents, covering not only data transmitted in band as part of the remote call itself, but alsoClassnet.jini.coreApache River ( Jini )
IntegrityEnforcementDefines a context element interface for determining if object integrity is being enforced on a stream or a remote call.Interfacenet.jini.ioApache River ( Jini )
IntegrityVerifierDefines the interface for integrity verifiers used by Security.Interfacenet.jiniApache River ( Jini )
InternalSpaceExceptionThis exception denotes a problem with the local implementation of the JavaSpace interface.Classnet.jiniApache River ( Jini )
InvalidIteratorExceptionAn exception thrown when an event iterator becomes invalid.Classnet.jiniApache River ( Jini )
InvocationConstraintThe marker interface used to identify constraints for method invocations.Interfacenet.jini.coreApache River ( Jini )
InvocationConstraintsAn immutable aggregation of constraints into a set of requirements and a set of preferences.Classnet.jini.coreApache River ( Jini )
InvocationDispatcherAn abstraction used to handle incoming call requests for a remote object.Interfacenet.jiniApache River ( Jini )
InvocationLayerFactoryA factory for creating a compatible proxy and invocation dispatcher for a remote object being exported.Interfacenet.jiniApache River ( Jini )
InvocationLayerFactory .InstancesA container for the proxy and invocation dispatcher instances returned by InvocationLayerFactory.Classnet.jiniApache River ( Jini )
JavaSpaceThis interface is implemented by servers that export a JavaSpaces technology service.Interfacenet.jiniApache River ( Jini )
JavaSpace05The JavaSpace05 interface extends the JavaSpace interface to provide methods that allow clients to perform batch operations on the space (which are generally moreInterfacenet.jiniApache River ( Jini )
JoinAdminThe methods in this interface are used to control a service's participation in the join protocol.Interfacenet.jiniApache River ( Jini )
JoinManagerA goal of any well-behaved service is to advertise the facilities and functions it provides by requesting residency within at least one lookupClassnet.jiniApache River ( Jini )
JrmpExporterA JrmpExporter contains the information necessary to export a single remote object to the Classnet.jiniApache River ( Jini )
JrmpServerContextServer context provider for remote objects exported via JRMP.Classnet.jiniApache River ( Jini )
KerberosEndpointAn Endpoint implementation that uses Kerberos as the underlying network security protocol to support security relatedClassnet.jini.jeriApache River ( Jini )
KerberosServerEndpointA ServerEndpoint implementation that uses Kerberos as the underlying network security protocol to support security relatedClassnet.jini.jeriApache River ( Jini )
KerberosTrustVerifierTrust verifier for verifying the Jini extensible remote invocation (Jini ERI) endpoints of type KerberosEndpoint,Classnet.jini.jeriApache River ( Jini )
LeaseThe Lease interface defines a type of object that is returned to the lease holder and issued by the lease grantor.Interfacenet.jini.coreApache River ( Jini )
LeaseDeniedExceptionAn exception generated when a lease request or renewal is denied.Classnet.jini.coreApache River ( Jini )
LeaseExceptionGeneric superclass for specific lease exceptions.Classnet.jini.coreApache River ( Jini )
LeaseListenerThe interface that receivers of LeaseRenewalEvent instances must implement.Interfacenet.jiniApache River ( Jini )
LeaseMapAn unsynchronized Map from Lease to Long (the duration to use when renewing the lease).Interfacenet.jini.coreApache River ( Jini )
LeaseMapExceptionAn exception generated when a LeaseMap renewAll or cancelAll call generates exceptions on one or more leases in the map.Classnet.jini.coreApache River ( Jini )
LeaseRenewalEventEvent generated when a LeaseRenewalManager cannot renew The LeaseRenewalEvent instances are sent to theClassnet.jiniApache River ( Jini )
LeaseRenewalManagerProvides for the systematic renewal and overall management of a set of leases associated with one or more remote entities on behalf of aClassnet.jiniApache River ( Jini )
LeaseRenewalServiceInterface to the lease renewal service.Interfacenet.jiniApache River ( Jini )
LeaseRenewalSetA collection of leases being managed by a lease renewal service.Interfacenet.jiniApache River ( Jini )
LeaseUnmarshalExceptionException thrown when a lease renewal set can't unmarshal one or more leases being returned by a getLeases call.Classnet.jiniApache River ( Jini )
LocationThe location of the physical component of a service.Classnet.jini.lookupApache River ( Jini )
LocationBeanA JavaBeans(TM) component that encapsulates a Location object.Classnet.jini.lookupApache River ( Jini )
LookupCacheThe LookupCache interface defines the methods provided by the object created and returned by the Interfacenet.jiniApache River ( Jini )
LookupDiscoveryThis class is a helper utility class that encapsulates the functionality required of an entity that wishes to employ multicast discovery to Classnet.jiniApache River ( Jini )
LookupDiscoveryManagerThis class is a helper utility class that organizes and manages all discovery-related activities on behalf of a client or service.Classnet.jiniApache River ( Jini )
LookupDiscoveryRegistrationWhen a client requests a registration with a lookup discovery service, an instance of this interface is returned.Interfacenet.jiniApache River ( Jini )
LookupDiscoveryServiceDefines the interface to the lookup discovery service.Interfacenet.jiniApache River ( Jini )
LookupLocatorLookupLocator supports unicast discovery, using only version 1 of the unicast discovery protocol.Classnet.jini.coreApache River ( Jini )
LookupLocatorDiscoveryThis class encapsulates the functionality required of an entity that wishes to employ the unicast discovery protocol to discover a lookupClassnet.jiniApache River ( Jini )
LookupUnmarshalExceptionWhen unmarshalling an instance of MarshalledObject, different exceptions can occur.Classnet.jiniApache River ( Jini )
MailboxPullRegistrationThe MailboxPullRegistration defines the interface through which a client manages its registration and its notification processing.Interfacenet.jiniApache River ( Jini )
MailboxRegistrationThe MailboxRegistration defines the interface through which a client manages its registration and its notification processing.Interfacenet.jiniApache River ( Jini )
MarshalInputStreamAn extension of ObjectInputStream that implements the dynamic class loading semantics of Java(TM) Remote MethodClassnet.jiniApache River ( Jini )
MarshalledInstanceA MarshalledInstance contains an object in serialized form.Classnet.jiniApache River ( Jini )
MarshalOutputStreamAn extension of ObjectOutputStream that implements the dynamic class loading semantics of Java(TM) Remote Method InvocationClassnet.jiniApache River ( Jini )
MatchSetA collection of Entry instances to be incrementally returned from a JavaSpaces service.Interfacenet.jiniApache River ( Jini )
MethodConstraintsDefines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.Interfacenet.jini.coreApache River ( Jini )
NameThe name of a service as used by users.Classnet.jini.lookupApache River ( Jini )
NameBeanA JavaBeans(TM) component that encapsulates a Name object.Classnet.jini.lookupApache River ( Jini )
NestableServerTransactionClass implementing the NestableTransaction interface, for use with transaction participants that implement the default transactionClassnet.jini.core.transactionApache River ( Jini )
NestableTransactionInterface for classes representing nestable transactions returned by NestableTransactionManager servers for use with transactionInterfacenet.jini.coreApache River ( Jini )
NestableTransaction .CreatedClassnet.jini.coreApache River ( Jini )
NestableTransactionManagerThe interface used for managers of the two-phase commit protocol for nestable transactions.Interfacenet.jini.core.transactionApache River ( Jini )
NoSuchEntryExceptionThrown when an attempt to obtain an object from a Configuration does not find a matching entry.Classnet.jiniApache River ( Jini )
ObjectEndpointReferences a remote object at a remote communication endpoint to An ObjectEndpoint instance contains the informationInterfacenet.jiniApache River ( Jini )
ObjectStreamContextProvides a collection of context information objects that are associated with an ObjectOutputStream or ObjectInputStream instance that implements this interface.Interfacenet.jiniApache River ( Jini )
OutboundRequestRepresents a request that is being sent and the corresponding response received in reply.Interfacenet.jiniApache River ( Jini )
OutboundRequestHandleAssociates information with a request that is being sent to a ConnectionEndpoint.Interfacenet.jini.jeriApache River ( Jini )
OutboundRequestIteratorProduces OutboundRequest instances to use for attempting to send a particular request to a remote communication endpoint.Interfacenet.jiniApache River ( Jini )
OutgoingMulticastAnnouncementEncapsulate the details of marshaling a multicast announcement into one or more packets.Classnet.jiniApache River ( Jini )
OutgoingMulticastRequestEncapsulate the details of marshaling a multicast request into one orAuthor:Sun Microsystems, Inc.Classnet.jiniApache River ( Jini )
OutgoingUnicastRequestEncapsulate the details of marshaling a unicast request.Classnet.jiniApache River ( Jini )
OutgoingUnicastResponseEncapsulate the details of marshaling a unicast response.Classnet.jiniApache River ( Jini )
PolicyFileProviderSecurity policy provider that wraps the J2SE(TM) default PolicyFile security policy provider distributed as part of theClassnet.jini.securityApache River ( Jini )
PolicyInitializationExceptionException indicating failed initialization of a security policy provider.Classnet.jini.securityApache River ( Jini )
PreferredClassLoaderA class loader that supports preferred classes.Classnet.jini.loaderApache River ( Jini )
PreferredClassProviderAn RMIClassLoader provider that supports preferred See the RMIClassLoader specification for informationClassnet.jini.loaderApache River ( Jini )
ProxyAccessorProvides a means to obtain a proxy from an exported remote object.Interfacenet.jiniApache River ( Jini )
ProxyPreparerPerforms operations on a newly unmarshalled remote proxy to prepare it for use.Interfacenet.jiniApache River ( Jini )
ProxyTrustDefines a remote interface for obtaining a proxy trust verifier.Interfacenet.jini.securityApache River ( Jini )
ProxyTrustExporterContains the information necessary to export a remote object that has a proxy that will not directly be considered trusted by clients, such thatClassnet.jini.securityApache River ( Jini )
ProxyTrustILFactoryInvocation layer factory for remote objects exported to use Jini extensible remote invocation (Jini ERI) that produces proxies thatClassnet.jiniApache River ( Jini )
ProxyTrustInvocationHandlerInvocation handler for remote objects, supporting proxy trust verification by clients using ProxyTrustVerifier.Classnet.jini.securityApache River ( Jini )
ProxyTrustIteratorDefines an iterator that produces objects from which a TrustVerifier might be obtained.Interfacenet.jini.securityApache River ( Jini )
ProxyTrustVerifierTrust verifier for service proxies that use dynamically downloaded code.Classnet.jini.securityApache River ( Jini )
PullEventMailboxThe PullEventMailbox interface allows clients to specify and use a third party for the purpose ofInterfacenet.jiniApache River ( Jini )
ReferentUuidDefines an interface that allows a proxy for a resource to express the identity of that resource.Interfacenet.jiniApache River ( Jini )
ReferentUuidsConvenience methods for working with proxies that implementSince:2.Classnet.jiniApache River ( Jini )
RelativeTimeConstraint to support conversion to absolute time constraints.Interfacenet.jini.coreApache River ( Jini )
RemoteDiscoveryEventWhenever the lookup discovery service discovers or discards a lookup service matching the discovery/discard criteria of one or more of its Classnet.jiniApache River ( Jini )
RemoteEventThe base class or superclass for remote events.Classnet.jini.coreApache River ( Jini )
RemoteEventIteratorRemoteEventIterator defines the interface through which a client can synchronously retrieve events associated with a givenInterfacenet.jiniApache River ( Jini )
RemoteEventListenerThe RemoteEventListener interface needs to be implemented by any object that wants to receive a notification of a remote event from some otherInterfacenet.jini.coreApache River ( Jini )
RemoteMethodControlDefines an interface to proxies for setting constraints to control remote method calls.Interfacenet.jini.coreApache River ( Jini )
RenewalFailureEventEvent generated by a lease renewal set when it can't renew a lease it is responsible for.Classnet.jiniApache River ( Jini )
RequestDispatcherA callback object for processing inbound requests.Interfacenet.jiniApache River ( Jini )
RequireDlPermProviderAn RMIClassLoader provider that supports preferred classes and enforces DownloadPermission.Classnet.jini.loaderApache River ( Jini )
SecurityProvides methods for executing actions with privileges enabled, for snapshotting security contexts, for verifying trust in proxies, forClassnet.jiniApache River ( Jini )
SecurityContextInterface implemented by objects representing security contexts, returned from the getContext method of the Security class, which in turn may obtain them from a security manager orInterfacenet.jiniApache River ( Jini )
SecurityContextSourceInterface that a security manager or policy provider can optionally implement in order to support the saving and restoring of custom securityInterfacenet.jini.securityApache River ( Jini )
ServerAuthenticationRepresents a constraint on authentication of the server to the client.Classnet.jini.coreApache River ( Jini )
ServerCapabilitiesRepresents the constraint support capabilities of a server-side transport layer implementation.Interfacenet.jiniApache River ( Jini )
ServerConnectionRepresents an established server-side connection.Interfacenet.jini.jeriApache River ( Jini )
ServerConnectionManagerProvides server-side connection management using the Jini extensible remote invocation (Jini ERI) multiplexing protocolClassnet.jini.jeriApache River ( Jini )
ServerContextThe ServerContext class contains static methods to execute some action within an appropriate server context for theClassnet.jiniApache River ( Jini )
ServerContext .SpiDefines the interface for server context providers, which are consulted by ServerContext.Interfacenet.jiniApache River ( Jini )
ServerEndpointRepresents one or more communication endpoints on the current (local) host to listen for and receive requests on and a templateInterfacenet.jiniApache River ( Jini )
ServerEndpoint .ListenContextA callback object for passing to ServerEndpoint.Interfacenet.jiniApache River ( Jini )
ServerEndpoint .ListenCookieInterfacenet.jiniApache River ( Jini )
ServerEndpoint .ListenEndpointRepresents a communication endpoint on the current (local) host to listen for and receive requests on.Interfacenet.jiniApache River ( Jini )
ServerEndpoint .ListenHandleRepresents a listen operation that has been started on a ListenEndpoint.Interfacenet.jiniApache River ( Jini )
ServerMinPrincipalRepresents a constraint on the server, such that if the server authenticates itself, then it must authenticate itself as at least all ofClassnet.jini.coreApache River ( Jini )
ServerProxyTrustDefines a local interface to obtain a proxy trust verifier.Interfacenet.jini.securityApache River ( Jini )
ServerTransactionClass implementing the Transaction interface, for use with transaction participants that implement the default transaction semantics.Classnet.jini.core.transactionApache River ( Jini )
ServiceControlledThis interface indicates that an Entry class is created and modified by the service with which it is associated.Interfacenet.jini.lookupApache River ( Jini )
ServiceDiscoveryEventThe ServiceDiscoveryEvent class encapsulates the service discovery information made available by the event mechanismClassnet.jiniApache River ( Jini )
ServiceDiscoveryListenerThe ServiceDiscoveryListener interface defines the methods used by objects such as a LookupCache to notify an entity that events of interest related toInterfacenet.jiniApache River ( Jini )
ServiceDiscoveryManagerThe ServiceDiscoveryManager class is a helper utility class that any client-like entity can use to discover services registeredClassnet.jiniApache River ( Jini )
ServiceEventThis class is used for remote events sent by the lookup service.Classnet.jini.coreApache River ( Jini )
ServiceIDA universally unique identifier (UUID) for registered services.Classnet.jini.coreApache River ( Jini )
ServiceIDListenerInterface used by a service that does not yet have a service ID, for callback from the JoinManager when a service ID is assigned.Interfacenet.jiniApache River ( Jini )
ServiceInfoGeneric information about a service.Classnet.jini.lookupApache River ( Jini )
ServiceInfoBeanA JavaBeans(TM) component that encapsulates a ServiceInfo object.Classnet.jini.lookupApache River ( Jini )
ServiceItemItems are stored in and retrieved from the lookup service using instances of this class.Classnet.jini.coreApache River ( Jini )
ServiceItemFilterThe ServiceItemFilter interface defines the methods used by an object such as the ServiceDiscoveryManager or the LookupCache to apply additional selection criteria when searching forInterfacenet.jiniApache River ( Jini )
ServiceMatchesAn instance of this class is used for the return value when looking up multiple items in the lookup service.Classnet.jini.coreApache River ( Jini )
ServiceRegistrarDefines the interface to the lookup service.Interfacenet.jini.coreApache River ( Jini )
ServiceRegistrationA registered service item is manipulated using an instance of this class.Interfacenet.jini.coreApache River ( Jini )
ServiceTemplateItems in the lookup service are matched using instance of this class.Classnet.jini.coreApache River ( Jini )
ServiceTypeHuman-oriented information about the type of a service.Classnet.jini.lookupApache River ( Jini )
SingletonProxyTrustIteratorA simple ProxyTrustIterator that produces a single object as the only element of the iteration.Classnet.jini.securityApache River ( Jini )
SslEndpointAn implementation of Endpoint that uses TLS/SSL to support invocation constraints for direct communication over TCP sockets.Classnet.jini.jeriApache River ( Jini )
SslServerEndpointAn implementation of ServerEndpoint that uses TLS/SSL to support invocation constraints for direct communication over TCP sockets.Classnet.jini.jeriApache River ( Jini )
SslTrustVerifierTrust verifier for the SslEndpoint, HttpsEndpoint, and ConfidentialityStrength classes.Classnet.jini.jeriApache River ( Jini )
StatusThe base class from which other status-related entry classes may beAuthor:Sun Microsystems, Inc.Classnet.jini.lookupApache River ( Jini )
StatusBeanA JavaBeans(TM) component that encapsulates a Status object.Classnet.jini.lookupApache River ( Jini )
StatusTypeInformation pertaining to the severity of a Status object.Classnet.jini.lookupApache River ( Jini )
TcpEndpointAn implementation of the Endpoint abstraction that uses TCP sockets (instances of Socket) for the underlyingClassnet.jini.jeriApache River ( Jini )
TcpServerEndpointAn implementation of the ServerEndpoint abstraction that uses TCP sockets (instances of ServerSocket) for theClassnet.jini.jeriApache River ( Jini )
TimeoutExpiredExceptionException thrown when a transaction timeout has expired.Classnet.jini.coreApache River ( Jini )
TransactionInterface for classes representing transactions returned by TransactionManager servers for use with transactionInterfacenet.jini.coreApache River ( Jini )
Transaction .CreatedClassnet.jini.coreApache River ( Jini )
TransactionConstantsConstants common to transaction managers and participants.Interfacenet.jini.core.transactionApache River ( Jini )
TransactionExceptionBase class for exceptions thrown during a transaction.Classnet.jini.coreApache River ( Jini )
TransactionFactoryFactory methods for creating top-level transactions.Classnet.jini.coreApache River ( Jini )
TransactionManagerThe interface used for managers of the two-phase commit protocol for top-level transactions.Interfacenet.jini.core.transactionApache River ( Jini )
TransactionManager .CreatedClassnet.jini.core.transactionApache River ( Jini )
TransactionParticipantThe interface used for participants of the two-phase commit protocol.Interfacenet.jini.core.transactionApache River ( Jini )
TrustEquivalenceDefines an interface for checking that an object (that is not yet known to be trusted) is equivalent in trust, content, and function to a knownInterfacenet.jini.securityApache River ( Jini )
TrustVerifierDefines the interface for trust verifiers used by Security.Interfacenet.jiniApache River ( Jini )
TrustVerifier .ContextDefines the context for trust verification used by TrustVerifier instances and Security.Interfacenet.jiniApache River ( Jini )
UIDescriptorEntry that enables a UI for a service to be associated with the service in the attribute sets of the service item.Classnet.jini.lookupApache River ( Jini )
UIDescriptorBeanA JavaBeans(TM) component that encapsulates a UIDescriptor object.Classnet.jini.lookupApache River ( Jini )
UmbrellaGrantPermissionPermission that is specially intepreted by PolicyFileProvider as shorthand for a GrantPermissionClassnet.jini.securityApache River ( Jini )
UnknownEventExceptionAn exception thrown when the recipient of a RemoteEvent does not recognize the combination of the event identifier and the event source as somethingClassnet.jini.coreApache River ( Jini )
UnknownLeaseExceptionAn exception used to indicate that a lease is not known to the grantor of the lease.Classnet.jini.coreApache River ( Jini )
UnknownTransactionExceptionException thrown when a transaction is not recognized as a valid or known transaction.Classnet.jini.coreApache River ( Jini )
UnsupportedConstraintExceptionTypically used as the nested exception of a ConnectIOException if the constraints for a remote callClassnet.jiniApache River ( Jini )
UntrustedObjectSecurityContextA trust verifier context element that provides a security context to use to restrict privileges when invoking methods on untrusted objects.Interfacenet.jini.securityApache River ( Jini )
UnusableEntriesExceptionThrown from methods that normally return a collection of Entry instances when one or more of the entries can't be unmarshalled.Classnet.jiniApache River ( Jini )
UnusableEntryExceptionThrown when one tries to get an Entry from a service, but the entry is unusable (due to serialization or other errors).Classnet.jini.coreApache River ( Jini )
UuidA 128-bit value to serve as a universally unique identifier.Classnet.jiniApache River ( Jini )
UuidFactoryProvides static methods for creating Uuid instances.Classnet.jiniApache River ( Jini )
VerifyingProxyPreparerA ProxyPreparer for verifying that proxies are trusted, dynamically granting permissions to trusted proxies, and optionallyClassnet.jiniApache River ( Jini )
WrongMessageDigestExceptionThrown when the message digest for data retrieved from an HTTPMD URL does not match the value specified in the URL.Classnet.jini.urlApache River ( Jini )