A B C D E F G H I J K L M N O P R S T U V W Y

A

ABORTED - Static variable in interface net.jini.core.transaction.server.TransactionConstants
Transaction has been aborted.
ABSOLUTE - Static variable in interface net.jini.core.lease.Lease
The serialized form of the lease will contain the time of expiration stored as an absolute time, represented in terms of milliseconds since the beginning of the epoch.
ACTIVATION_SYSTEM_UUID - Static variable in class com.sun.jini.phoenix.PhoenixConstants
An object identifier for exporting the activation system.
ACTIVATOR_UUID - Static variable in class com.sun.jini.phoenix.PhoenixConstants
An object identifier for exporting the activator.
ACTIVE - Static variable in interface net.jini.core.transaction.server.TransactionConstants
Transaction is currently active.
ALL_GROUPS - Static variable in interface net.jini.discovery.DiscoveryGroupManagement
Convenience constant used to request that attempts be made to discover all lookup services that are within range, and which belong to any group.
ALL_GROUPS - Static variable in class net.jini.discovery.LookupDiscovery
Convenience constant used to request that attempts be made to discover all lookup services that are within range, and which belong to any group.
ANY - Static variable in interface net.jini.core.lease.Lease
Used by the requestor to indicate that there is no particular lease time desired, and that the grantor of the lease should supply a time that is most convenient for the grantor.
AbstractConfiguration - class net.jini.config.AbstractConfiguration.
A skeletal implementation of the Configuration interface, used to simplify writing implementations.
AbstractConfiguration() - Constructor for class net.jini.config.AbstractConfiguration
Creates an instance of this class.
AbstractConfiguration.Primitive - class net.jini.config.AbstractConfiguration.Primitive.
Represents the value of an entry with a primitive type.
AbstractConfiguration.Primitive(Object) - Constructor for class net.jini.config.AbstractConfiguration.Primitive
Creates an object that represents a primitive value of the type associated with the specified primitive wrapper object.
AbstractEntry - class net.jini.entry.AbstractEntry.
An abstract implementation of Entry that provides useful implementations of equals, hashCode, and toString.
AbstractEntry() - Constructor for class net.jini.entry.AbstractEntry
Creates an instance of this class.
AbstractILFactory - class net.jini.jeri.AbstractILFactory.
An abstract implementation of InvocationLayerFactory that provides a convenient way for subclasses to create proxies and invocation dispatchers for remote objects.
AbstractILFactory() - Constructor for class net.jini.jeri.AbstractILFactory
Constructs an AbstractILFactory instance with a null class loader.
AbstractILFactory(ClassLoader) - Constructor for class net.jini.jeri.AbstractILFactory
Constructs an AbstractILFactory instance with the specified class loader.
AbstractLease - class com.sun.jini.lease.AbstractLease.
A base class for implementing lease objects.
AbstractLease(long) - Constructor for class com.sun.jini.lease.AbstractLease
Construct a relative-format lease.
AbstractLeaseMap - class com.sun.jini.lease.AbstractLeaseMap.
A base class for implementing LeaseMaps.
AbstractLeaseMap(Lease, long) - Constructor for class com.sun.jini.lease.AbstractLeaseMap
Default to using a small HashMap.
AbstractLeaseMap(Map, Lease, long) - Constructor for class com.sun.jini.lease.AbstractLeaseMap
Provide a map of your choice.
AbstractPlugin - class com.sun.jini.tool.envcheck.AbstractPlugin.
Base class for plugins providing rudimentary I18N support
AbstractPlugin() - Constructor for class com.sun.jini.tool.envcheck.AbstractPlugin
Initialize the base class by obtaining the resource bundle associated with the instantiated class.
AccessILFactory - class com.sun.jini.phoenix.AccessILFactory.
A basic invocation layer factory, used in exporting an ActivationMonitor or ActivationInstantiator to use Jini(TM) extensible remote invocation (Jini ERI), that is similar to BasicILFactory except the returned invocation dispatcher only accepts calls from the local host.
AccessILFactory() - Constructor for class com.sun.jini.phoenix.AccessILFactory
Creates an AccessILFactoryinstance with no server constraints, no permission class, and a null class loader.
AccessILFactory(ClassLoader) - Constructor for class com.sun.jini.phoenix.AccessILFactory
Creates an AccessILFactoryinstance with no server constraints, no permission class, and the specified class loader.
AccessILFactory.AccessDispatcher - class com.sun.jini.phoenix.AccessILFactory.AccessDispatcher.
A subclass of BasicInvocationDispatcher that only accepts calls from the local host.
AccessILFactory.AccessDispatcher(Collection, ServerCapabilities, ClassLoader) - Constructor for class com.sun.jini.phoenix.AccessILFactory.AccessDispatcher
Constructs an invocation dispatcher for the specified methods.
AccessPermission - class net.jini.security.AccessPermission.
Represents permission to call a method.
AccessPermission(String) - Constructor for class net.jini.security.AccessPermission
Creates an instance with the specified target name.
AcknowledgmentSource - interface net.jini.io.context.AcknowledgmentSource.
A server context element for registering interest in receiving an acknowledgment that the remote call's result data has been delivered to and processed by the client.
AcknowledgmentSource.Listener - interface net.jini.io.context.AcknowledgmentSource.Listener.
A callback object for registering with an AcknowledgmentSource server context element to handle the receipt of an acknowledgment that the remote call's result data has been processed by the client.
ActivatableInvocationHandler - class net.jini.activation.ActivatableInvocationHandler.
An invocation handler for activatable remote objects.
ActivatableInvocationHandler(ActivationID, Remote) - Constructor for class net.jini.activation.ActivatableInvocationHandler
Creates an instance with the specified activation identifier, a possibly-null underlying proxy, and null client constraints.
ActivateWrapper - class com.sun.jini.start.ActivateWrapper.
A wrapper for activatable objects, providing separation of the import codebase (where the server classes are loaded from by the activation group) from the export codebase (where clients should load classes from for stubs, etc.) as well as providing an independent security policy file for each activatable object.
ActivateWrapper(ActivationID, MarshalledObject) - Constructor for class com.sun.jini.start.ActivateWrapper
Activatable constructor.
ActivateWrapper.ActivateDesc - class com.sun.jini.start.ActivateWrapper.ActivateDesc.
Descriptor for registering a "wrapped" activatable object.
ActivateWrapper.ActivateDesc(String, URL[], URL[], String, MarshalledObject) - Constructor for class com.sun.jini.start.ActivateWrapper.ActivateDesc
Trivial constructor.
ActivationAdmin - interface com.sun.jini.phoenix.ActivationAdmin.
An administrative interface for the activation system daemon.
ActivationExporter - class net.jini.activation.ActivationExporter.
An Exporter implementation for exporting an activatable remote object using its underlying exporter.
ActivationExporter(ActivationID, Exporter) - Constructor for class net.jini.activation.ActivationExporter
Creates an exporter for an activatable remote object with the specified activation identifier, underlying exporter, and a null class loader.
ActivationExporter(ActivationID, Exporter, ClassLoader) - Constructor for class net.jini.activation.ActivationExporter
Creates an exporter for an activatable remote object with the specified activation identifier, underlying exporter, and class loader.
ActivationGroup - class net.jini.activation.ActivationGroup.
Subclass of java.rmi.activation.ActivationGroup to allow activatable objects that are exported using an Exporter to go inactive.
ActivationGroup(ActivationGroupID) - Constructor for class net.jini.activation.ActivationGroup
Constructs an activation group with the specified activation group identifier.
ActivationGroupData - class com.sun.jini.phoenix.ActivationGroupData.
Initialization data for ActivationGroupImpl, to control the activation group's configuration.
ActivationGroupData(String[]) - Constructor for class com.sun.jini.phoenix.ActivationGroupData
Constructs an instance with the specified Configuration options, if any.
ActivationGroupImpl - class com.sun.jini.phoenix.ActivationGroupImpl.
The default activation group implementation for phoenix.
ActivationGroupImpl(ActivationGroupID, MarshalledObject) - Constructor for class com.sun.jini.phoenix.ActivationGroupImpl
Creates an instance with the specified group identifier and initialization data.
ActivatorPermission - class com.sun.jini.phoenix.ActivatorPermission.
Represents permissions that can be used to express the access control policy for the activator, the remote object handling object activation, if that remote object is exported with BasicJeriExporter.
ActivatorPermission(String) - Constructor for class com.sun.jini.phoenix.ActivatorPermission
Creates an instance with the specified name.
ActivatorSunJrmpExporter - class com.sun.jini.phoenix.ActivatorSunJrmpExporter.
JRMP exporter to export an Activator using the well-known activator object identifier.
ActivatorSunJrmpExporter() - Constructor for class com.sun.jini.phoenix.ActivatorSunJrmpExporter
Creates a JRMP exporter that exports on the standard port (1098).
ActivatorSunJrmpExporter(int) - Constructor for class com.sun.jini.phoenix.ActivatorSunJrmpExporter
Creates a JRMP exporter that exports on the specified port.
Address - class net.jini.lookup.entry.Address.
The address of the physical component of a service.
Address() - Constructor for class net.jini.lookup.entry.Address
Construct an empty instance of this class.
Address(String, String, String, String, String, String, String) - Constructor for class net.jini.lookup.entry.Address
Construct an instance of this class, with all fields initialized appropriately.
AddressBean - class net.jini.lookup.entry.AddressBean.
A JavaBeans(TM) component that encapsulates an Address object.
AddressBean() - Constructor for class net.jini.lookup.entry.AddressBean
Construct an instance of this JavaBeans component that is linked to a new Address object.
AdminIterator - interface com.sun.jini.outrigger.AdminIterator.
Deprecated. Use MatchSet instead. MatchSets can be obtained using the JavaSpace05.contents method.
Administrable - interface net.jini.admin.Administrable.
Every administrable service should implement this interface.
AggregatePolicyProvider - class com.sun.jini.start.AggregatePolicyProvider.
Security policy provider which supports associating security sub-policies with context class loaders.
AggregatePolicyProvider() - Constructor for class com.sun.jini.start.AggregatePolicyProvider
Creates a new AggregatePolicyProvider instance, containing a main policy created as follows: if the com.sun.jini.start.AggregatePolicyProvider.mainPolicyClass security property is set, then its value is interpreted as the class name of the main policy provider; otherwise, a default class name of "net.jini.security.policy.DynamicPolicyProvider" is used.
AggregatePolicyProvider(Policy) - Constructor for class com.sun.jini.start.AggregatePolicyProvider
Creates a new AggregatePolicyProvider instance with the given main policy, which must be non-null.
AuthenticationPermission - class net.jini.security.AuthenticationPermission.
Represents permission to use the private credentials of subjects for the purpose of authenticating as any subset of the local principals specified in the target name, during secure remote calls with any peer that authenticates as at least the set of peer principals specified in the target name.
AuthenticationPermission(String, String) - Constructor for class net.jini.security.AuthenticationPermission
Creates an instance with the specified target name and actions.
AuthenticationPermission(Set, Set, String) - Constructor for class net.jini.security.AuthenticationPermission
Creates an instance with the specified actions and a target name constructed from the specified local and peer principals.
AvailabilityEvent - class net.jini.space.AvailabilityEvent.
A RemoteEvent marking the transition of an Entry from unavailable to available.
AvailabilityEvent(JavaSpace, long, long, MarshalledObject, boolean) - Constructor for class net.jini.space.AvailabilityEvent
Create a new AvailabilityEvent instance.
abort(TransactionManager, long) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
abort() - Method in interface net.jini.core.transaction.Transaction
Abort the transaction.
abort(long) - Method in interface net.jini.core.transaction.Transaction
Abort the transaction, waiting for participants to be notified of the decision.
abort() - Method in class net.jini.core.transaction.server.ServerTransaction
 
abort(long) - Method in class net.jini.core.transaction.server.ServerTransaction
 
abort(long) - Method in interface net.jini.core.transaction.server.TransactionManager
Abort the transaction.
abort(long, long) - Method in interface net.jini.core.transaction.server.TransactionManager
Abort the transaction, waiting for participants to be notified of the decision.
abort(TransactionManager, long) - Method in interface net.jini.core.transaction.server.TransactionParticipant
Requests that the participant roll back any changes for the specified transaction and unlock any resources locked by the transaction.
abort() - Method in interface net.jini.jeri.InboundRequest
Terminates this request, freeing all associated resources.
abort() - Method in interface net.jini.jeri.OutboundRequest
Terminates this request, freeing all associated resources.
abortOp(Long) - Method in interface com.sun.jini.outrigger.LogOps
Log a transaction abort.
acknowledgmentReceived(boolean) - Method in interface net.jini.io.context.AcknowledgmentSource.Listener
Handles either receipt of an acknowledgment that the remote call's result data has been processed by the client or an indication that no acknowledgment will be received.
actionPerformed(ActionEvent) - Method in class com.sun.jini.example.browser.Browser.Exit
Calls System.exit(0).
activeObject(ActivationID, Remote) - Method in class com.sun.jini.phoenix.ActivationGroupImpl
Marks the object as active in this virtual machine, and calls the superclass activeObject method with the same arguments, with the ActivationMonitor constraints (if any) set as contextual client constraints, and with the group's subject (if any) set as the executing subject.
add(Entry[], Entry[]) - Static method in class com.sun.jini.lookup.entry.LookupAttributes
Returns a new array containing the elements of the addAttrSets parameter (that are not duplicates of any of the elements already in the attrSets parameter) added to the elements of attrSets.
add(Entry[], Entry[], boolean) - Static method in class com.sun.jini.lookup.entry.LookupAttributes
Returns a new array containing the elements of the addAttrSets parameter (that are not duplicates of any of the elements already in the attrSets parameter) added to the elements of attrSets.
add(TaskManager.Task) - Method in class com.sun.jini.thread.TaskManager
Add a new task.
addAcknowledgmentListener(AcknowledgmentSource.Listener) - Method in interface net.jini.io.context.AcknowledgmentSource
Registers the specified listener as interested in receiving an acknowledgment that the remote call's result data has been processed by the client.
addAll(Collection) - Method in class com.sun.jini.thread.TaskManager
Add all tasks in a collection, in iterator order.
addApi(String) - Method in class com.sun.jini.tool.PreferredListGen
Initialize the dependency graph with a public API entry.
addAttributes(Entry[]) - Method in interface net.jini.core.lookup.ServiceRegistration
Adds the specified attribute sets (those that aren't duplicates of existing attribute sets) to the registered service item.
addAttributes(Entry[]) - Method in class net.jini.lookup.JoinManager
Associates a new set of attributes with the service, in addition to the service's current set of attributes.
addAttributes(Entry[], boolean) - Method in class net.jini.lookup.JoinManager
Associates a new set of attributes with the service, in addition to the service's current set of attributes.
addClasses(String) - Method in class com.sun.jini.tool.ClassDep
Add an entry into the set of classes that dependencies are going to be computed on.
addDiscoveryListener(DiscoveryListener) - Method in interface net.jini.discovery.DiscoveryManagement
Adds an instance of DiscoveryListener to the set of objects listening for discovery events.
addDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupDiscovery
Register a listener as interested in receiving DiscoveryEvent notifications.
addDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupDiscoveryManager
Adds an instance of DiscoveryListener to the set of objects listening for discovery events.
addDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupLocatorDiscovery
Add a DiscoveryListener to the listener set.
addGroups(String[]) - Method in interface net.jini.discovery.DiscoveryGroupManagement
Adds a set of group names to the managed set of groups.
addGroups(String[]) - Method in class net.jini.discovery.LookupDiscovery
Add a set of groups to the set to be discovered.
addGroups(String[]) - Method in class net.jini.discovery.LookupDiscoveryManager
Adds a set of group names to the managed set of groups.
addGroups(String[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
Adds a set of group names to the managed set of groups associated with this registration.
addHides(String) - Method in class com.sun.jini.tool.ClassDep
Add an entry into the set of package prefixes that are to remain hidden from processing.
addIfNew(TaskManager.Task) - Method in class com.sun.jini.thread.TaskManager
Add a new task if it is not equal to (using the equals method) to any existing active or pending task.
addImpl(String) - Method in class com.sun.jini.tool.PreferredListGen
Initialize the dependency graph with a private API entry.
addInside(String) - Method in class com.sun.jini.tool.ClassDep
Add an entry into the working set of package prefixes that will make up the working domain space.
addJar(String) - Method in class com.sun.jini.tool.PreferredListGen
Add jarName to the list of JAR files to process.
addListenEndpoint(ServerEndpoint.ListenEndpoint) - Method in interface net.jini.jeri.ServerEndpoint.ListenContext
Adds listenEndpoint to this ListenContext's collection of ListenEndpoint instances for the ServerEndpoint it was passed to, starts a listen operation on listenEndpoint if necessary, and returns the ListenCookie for an active listen operation on listenEndpoint.
addListener(ServiceDiscoveryListener) - Method in interface net.jini.lookup.LookupCache
Registers a ServiceDiscoveryListener object with the event mechanism of a LookupCache.
addLocators(LookupLocator[]) - Method in interface net.jini.discovery.DiscoveryLocatorManagement
Adds a set of locators to the managed set of locators.
addLocators(LookupLocator[]) - Method in class net.jini.discovery.LookupDiscoveryManager
Adds a set of locators to the managed set of locators.
addLocators(LookupLocator[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
Adds a set of LookupLocator objects to the managed set of locators associated with this registration.
addLocators(LookupLocator[]) - Method in class net.jini.discovery.LookupLocatorDiscovery
Adds a set of locators to the managed set of locators.
addLookupAttributes(Entry[]) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
addLookupAttributes(Entry[]) - Method in interface net.jini.admin.JoinAdmin
Add attribute sets for the service.
addLookupGroups(String[]) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
addLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
Add new groups to the set to join.
addLookupLocators(LookupLocator[]) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
addLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
Add locators for specific new lookup services to join.
addMemberGroups(String[]) - Method in interface net.jini.lookup.DiscoveryAdmin
Adds the given set of names to the set whose elements are the names of the groups in which the lookup service is currently a member.
addOutside(String) - Method in class com.sun.jini.tool.ClassDep
Add an entry into the set of package prefixes that will bypassed during dependency checking.
addProxy(String) - Method in class com.sun.jini.tool.PreferredListGen
Add proxy to the set of proxies used to identify roots.
addPrune(String) - Method in class com.sun.jini.tool.ClassDep
Add an entry into the set of package prefixes that will be skipped as part of the dependency generation.
addRoots(String) - Method in class com.sun.jini.tool.ClassDep
Add an entry into the set of directories to look under for the classes that fall within the working domain space as defined by the intersection of the following sets: inside,outside,prune,show, and hide.
addShow(String) - Method in class com.sun.jini.tool.ClassDep
Add an entry into the set of package prefixes that we want to display.
addSkip(String) - Method in class com.sun.jini.tool.ClassDep
Add an entry into the set of classes that should be skipped during dependency generation.
addTell(String) - Method in class com.sun.jini.tool.PreferredListGen
Add tellName to the tell list.
addTells(String) - Method in class com.sun.jini.tool.ClassDep
Add an entry in to the set of classes whose dependents that lie with the inside set are listed.
addUnknownEvents(Collection) - Method in interface net.jini.event.MailboxPullRegistration
Adds the provided collection of unknown events to this registration.
addr - Variable in class net.jini.discovery.IncomingMulticastRequest
The address to which any responses should go.
aid - Variable in class com.sun.jini.start.SharedActivatableServiceDescriptor.Created
The activation id of the service
annotateClass(Class) - Method in class net.jini.io.MarshalOutputStream
Annotates the stream descriptor for the class cl.
annotateProxyClass(Class) - Method in class net.jini.io.MarshalOutputStream
Annotates the stream descriptor for the proxy class cl.
assoc - Variable in class net.jini.lookup.entry.AddressBean
The Address object associated with this JavaBeans component.
assoc - Variable in class net.jini.lookup.entry.CommentBean
The Entry object associated with this JavaBeans component.
assoc - Variable in class net.jini.lookup.entry.LocationBean
The Location object associated with this JavaBeans component.
assoc - Variable in class net.jini.lookup.entry.NameBean
The Name object associated with this JavaBeans component.
assoc - Variable in class net.jini.lookup.entry.ServiceInfoBean
The ServiceInfo object associated with this JavaBeans component.
assoc - Variable in class net.jini.lookup.entry.StatusBean
The Status object associated with this JavaBeans component.
attempt() - Method in class com.sun.jini.thread.RetryTask
Return the attempt number, starting with zero.
attributeSetTemplates - Variable in class net.jini.core.lookup.ServiceTemplate
Attribute set templates to match, or null.
attributeSets - Variable in class net.jini.core.lookup.ServiceItem
Attribute sets.

B

BasicILFactory - class net.jini.jeri.BasicILFactory.
A basic implementation of an InvocationLayerFactory.
BasicILFactory() - Constructor for class net.jini.jeri.BasicILFactory
Creates a BasicILFactory instance with no server constraints, no permission class, and a null class loader.
BasicILFactory(MethodConstraints, Class) - Constructor for class net.jini.jeri.BasicILFactory
Creates a BasicILFactory with the specified server constraints, permission class, and a null class loader.
BasicILFactory(MethodConstraints, Class, ClassLoader) - Constructor for class net.jini.jeri.BasicILFactory
Creates a BasicILFactory with the specified server constraints, permission class, and class loader.
BasicInvocationDispatcher - class net.jini.jeri.BasicInvocationDispatcher.
A basic implementation of the InvocationDispatcher interface, providing preinvocation access control for remote objects exported using BasicJeriExporter.
BasicInvocationDispatcher(Collection, ServerCapabilities, MethodConstraints, Class, ClassLoader) - Constructor for class net.jini.jeri.BasicInvocationDispatcher
Creates an invocation dispatcher to receive incoming remote calls for the specified methods, for a server and transport with the specified capabilities, enforcing the specified constraints, performing preinvocation access control using the specified permission class (if any).
BasicInvocationHandler - class net.jini.jeri.BasicInvocationHandler.
A basic implementation of the InvocationHandler interface.
BasicInvocationHandler(ObjectEndpoint, MethodConstraints) - Constructor for class net.jini.jeri.BasicInvocationHandler
Creates a new BasicInvocationHandler with the specified ObjectEndpoint and server constraints.
BasicInvocationHandler(BasicInvocationHandler, MethodConstraints) - Constructor for class net.jini.jeri.BasicInvocationHandler
Creates a new BasicInvocationHandler with the specified client constraints and with the same ObjectEndpoint and server constraints as the given other BasicInvocationHandler.
BasicJeriExporter - class net.jini.jeri.BasicJeriExporter.
An Exporter implementation for exporting a remote object to use Jini(TM) extensible remote invocation (Jini ERI).
BasicJeriExporter(ServerEndpoint, InvocationLayerFactory) - Constructor for class net.jini.jeri.BasicJeriExporter
Creates a new BasicJeriExporter with the given server endpoint and invocation layer factory.
BasicJeriExporter(ServerEndpoint, InvocationLayerFactory, boolean, boolean) - Constructor for class net.jini.jeri.BasicJeriExporter
Creates a new BasicJeriExporter with the given server endpoint, invocation layer factory, enableDGC flag, and keepAlive flag.
BasicJeriExporter(ServerEndpoint, InvocationLayerFactory, boolean, boolean, Uuid) - Constructor for class net.jini.jeri.BasicJeriExporter
Creates a new BasicJeriExporter with the given server endpoint, invocation layer factory, enableDGC flag, keepAlive flag, and object identifier.
BasicJeriTrustVerifier - class net.jini.jeri.BasicJeriTrustVerifier.
Trust verifier for dynamic proxies and object endpoints used in Jini(TM) extensible remote invocation (Jini ERI).
BasicJeriTrustVerifier() - Constructor for class net.jini.jeri.BasicJeriTrustVerifier
Creates an instance.
BasicMethodConstraints - class net.jini.constraint.BasicMethodConstraints.
Basic implementation of MethodConstraints, allowing limited wildcard matching on method names and parameter types.
BasicMethodConstraints(BasicMethodConstraints.MethodDesc[]) - Constructor for class net.jini.constraint.BasicMethodConstraints
Creates an instance with the specified ordered array of descriptors.
BasicMethodConstraints(InvocationConstraints) - Constructor for class net.jini.constraint.BasicMethodConstraints
Creates an instance that maps all methods to the specified constraints.
BasicMethodConstraints.MethodDesc - class net.jini.constraint.BasicMethodConstraints.MethodDesc.
Descriptor for specifying the constraints associated with one or more methods allowing limited wildcard matching on method names and parameter types.
BasicMethodConstraints.MethodDesc(String, Class[], InvocationConstraints) - Constructor for class net.jini.constraint.BasicMethodConstraints.MethodDesc
Creates a descriptor that only matches methods with exactly the specified name and parameter types.
BasicMethodConstraints.MethodDesc(String, InvocationConstraints) - Constructor for class net.jini.constraint.BasicMethodConstraints.MethodDesc
Creates a descriptor that matches all methods with names that equal the specified name or that match the specified pattern, regardless of their parameter types.
BasicMethodConstraints.MethodDesc(InvocationConstraints) - Constructor for class net.jini.constraint.BasicMethodConstraints.MethodDesc
Creates a default descriptor that matches all methods.
BasicObjectEndpoint - class net.jini.jeri.BasicObjectEndpoint.
References a remote object with an Endpoint for sending requests to the object and a Uuid to identify the object at that Endpoint.
BasicObjectEndpoint(Endpoint, Uuid, boolean) - Constructor for class net.jini.jeri.BasicObjectEndpoint
Creates a new BasicObjectEndpoint to reference a remote object at the specified Endpoint with the specified Uuid.
BasicProxyPreparer - class net.jini.security.BasicProxyPreparer.
A ProxyPreparer for verifying that proxies are trusted, granting them dynamic permissions, and setting their constraints, as well as for creating other proxy preparer subclasses that include those operations.
BasicProxyPreparer() - Constructor for class net.jini.security.BasicProxyPreparer
Creates a proxy preparer that specifies not to verify proxies, grant them permissions, or set their constraints.
BasicProxyPreparer(boolean, Permission[]) - Constructor for class net.jini.security.BasicProxyPreparer
Creates a proxy preparer that specifies whether proxies should be verified, using the constraints on the proxy by default, and specifies what permissions to grant to proxies.
BasicProxyPreparer(boolean, MethodConstraints, Permission[]) - Constructor for class net.jini.security.BasicProxyPreparer
Creates a proxy preparer that specifies whether proxies should be verified, specifies permissions to grant them, and specifies what method constraints to use when verifying and setting constraints.
BasicProxyTrustVerifier - class com.sun.jini.proxy.BasicProxyTrustVerifier.
A basic trust verifier for proxies.
BasicProxyTrustVerifier(Object) - Constructor for class com.sun.jini.proxy.BasicProxyTrustVerifier
Creates a trust verifier containing the specified trusted proxy.
BasicRenewalFailureEvent - class com.sun.jini.lease.BasicRenewalFailureEvent.
Basic implementation of RenewalFailureEvent that defers unmarshalling.
BasicRenewalFailureEvent(LeaseRenewalSet, long, MarshalledObject, MarshalledInstance, MarshalledInstance) - Constructor for class com.sun.jini.lease.BasicRenewalFailureEvent
Simple constructor.
BasicServiceType - class com.sun.jini.lookup.entry.BasicServiceType.
An implementation of ServiceType that uses ResourceBundles.
BasicServiceType() - Constructor for class com.sun.jini.lookup.entry.BasicServiceType
Simple constructor, leaves type field set to null.
BasicServiceType(String) - Constructor for class com.sun.jini.lookup.entry.BasicServiceType
Simple constructor, sets type field to parameter value.
BasicUntrustedObjectSecurityContext - class net.jini.security.proxytrust.BasicUntrustedObjectSecurityContext.
A basic trust verifier context element that provides a security context to use to restrict privileges when invoking methods on untrusted objects, based on a specified set of permissions.
BasicUntrustedObjectSecurityContext(Permission[]) - Constructor for class net.jini.security.proxytrust.BasicUntrustedObjectSecurityContext
Constructs an instance with the specified permissions.
Browser - class com.sun.jini.example.browser.Browser.
Example service browser.
Browser(ActionListener, Configuration) - Constructor for class com.sun.jini.example.browser.Browser
Creates an instance with the given action listener for the Exit menu item and the given configuration.
Browser(String[], LifeCycle) - Constructor for class com.sun.jini.example.browser.Browser
Creates an instance with the given command line arguments and life cycle callback.
Browser.Exit - class com.sun.jini.example.browser.Browser.Exit.
A simple action listener that calls System.exit.
Browser.Exit() - Constructor for class com.sun.jini.example.browser.Browser.Exit
 
block() - Method in class com.sun.jini.thread.InProgress
Signal the blocking of the operation this object bounds.
blocked() - Method in class com.sun.jini.thread.InProgress
Return true if at least one block has been invoked without its corresponding unblock.
bootOp(long, long) - Method in interface com.sun.jini.outrigger.LogOps
Log a server boot (first time start or any reactivation).
building - Variable in class net.jini.lookup.entry.Location
A building name or code.

C

COMMITTED - Static variable in interface net.jini.core.transaction.server.TransactionConstants
Transaction has been committed.
COMPONENT_NAME - Static variable in class com.sun.jini.outrigger.OutriggerServerImpl
Component name we use to find items in the configuration and loggers.
CannotAbortException - exception net.jini.core.transaction.CannotAbortException.
Exception thrown when a transaction cannot abort because it has already already decided to commit.
CannotAbortException(String) - Constructor for class net.jini.core.transaction.CannotAbortException
Constructs an instance with a detail message.
CannotAbortException() - Constructor for class net.jini.core.transaction.CannotAbortException
Constructs an instance with no detail message.
CannotCommitException - exception net.jini.core.transaction.CannotCommitException.
Exception thrown when a transaction cannot commit because it has already aborted or must now be aborted.
CannotCommitException(String) - Constructor for class net.jini.core.transaction.CannotCommitException
Constructs an instance with a detail message.
CannotCommitException() - Constructor for class net.jini.core.transaction.CannotCommitException
Constructs an instance with no detail message.
CannotJoinException - exception net.jini.core.transaction.CannotJoinException.
Exception thrown when a transaction cannot be joined because it is no longer active.
CannotJoinException(String) - Constructor for class net.jini.core.transaction.CannotJoinException
Constructs an instance with a detail message.
CannotJoinException() - Constructor for class net.jini.core.transaction.CannotJoinException
Constructs an instance with no detail message.
CannotNestException - exception net.jini.core.transaction.CannotNestException.
Exception thrown when an object does not support nested transactions.
CannotNestException(String) - Constructor for class net.jini.core.transaction.CannotNestException
Constructs an instance with a detail message.
CannotNestException() - Constructor for class net.jini.core.transaction.CannotNestException
Constructs an instance with no detail message.
CheckConfigurationFile - class com.sun.jini.tool.CheckConfigurationFile.
Checks the format of the source for a ConfigurationFile.
CheckSer - class com.sun.jini.tool.CheckSer.
Tool to check for serializable classes that do not have explicit serialVersionUID fields.
CheckSer() - Constructor for class com.sun.jini.tool.CheckSer
 
ClassAnnotation - interface net.jini.loader.ClassAnnotation.
Provides a class annotation string for classes defined by a class loader that is an instance of this interface.
ClassDep - class com.sun.jini.tool.ClassDep.
Tool used to analyze a set of classes and determine on what other classes they directly or indirectly depend.
ClassDep() - Constructor for class com.sun.jini.tool.ClassDep
No argument constructor.
ClassDep(String[]) - Constructor for class com.sun.jini.tool.ClassDep
Constructor that takes command line arguments and fills in the appropriate fields.
ClassLoaderUtil - class com.sun.jini.start.ClassLoaderUtil.
This class provides useful utilities for creating and manipulating class loaders.
ClassLoading - class net.jini.loader.ClassLoading.
Provides static methods for loading classes using RMIClassLoader with optional verification that the codebase URLs used to load classes provide content integrity (see Security.verifyCodebaseIntegrity).
ClassServer - class com.sun.jini.tool.ClassServer.
A simple HTTP server, for serving up JAR and class files.
ClassServer(int, String, boolean, boolean) - Constructor for class com.sun.jini.tool.ClassServer
Construct a server that does not support network shutdown.
ClassServer(int, String, boolean, boolean, boolean) - Constructor for class com.sun.jini.tool.ClassServer
Construct a server.
ClassServer(String[], LifeCycle) - Constructor for class com.sun.jini.tool.ClassServer
Construct a running server, accepting the same command line options supported by main, except for the -stop option.
Client - class com.sun.jini.discovery.kerberos.Client.
Implements the client side of the net.jini.discovery.kerberos unicast discovery format.
Client() - Constructor for class com.sun.jini.discovery.kerberos.Client
Creates a new instance.
Client - class com.sun.jini.discovery.plaintext.Client.
Implements the client side of the net.jini.discovery.plaintext discovery format.
Client() - Constructor for class com.sun.jini.discovery.plaintext.Client
Constructs a new instance.
Client - class com.sun.jini.discovery.ssl.Client.
Implements the client side of the net.jini.discovery.ssl unicast discovery format.
Client() - Constructor for class com.sun.jini.discovery.ssl.Client
 
Client - class com.sun.jini.discovery.x500.sha1withdsa.Client.
Implements the client side of the net.jini.discovery.x500.SHA1withDSA format.
Client() - Constructor for class com.sun.jini.discovery.x500.sha1withdsa.Client
Constructs a new instance.
Client - class com.sun.jini.discovery.x500.sha1withrsa.Client.
Implements the client side of the net.jini.discovery.x500.SHA1withRSA format.
Client() - Constructor for class com.sun.jini.discovery.x500.sha1withrsa.Client
Constructs a new instance.
ClientAuthentication - class net.jini.core.constraint.ClientAuthentication.
Represents a constraint on authentication of the client to the server.
ClientHost - interface net.jini.io.context.ClientHost.
A server context element that can supply the client host address for the remote call.
ClientMaxPrincipal - class net.jini.core.constraint.ClientMaxPrincipal.
Represents a constraint on the client, such that if the client authenticates itself, then it may only authenticate itself as one or more of the specified principals.
ClientMaxPrincipal(Principal) - Constructor for class net.jini.core.constraint.ClientMaxPrincipal
Creates a constraint containing the specified principal.
ClientMaxPrincipal(Principal[]) - Constructor for class net.jini.core.constraint.ClientMaxPrincipal
Creates a constraint containing the specified principals, with duplicates removed.
ClientMaxPrincipal(Collection) - Constructor for class net.jini.core.constraint.ClientMaxPrincipal
Creates a constraint containing the specified principals, with duplicates removed.
ClientMaxPrincipalType - class net.jini.core.constraint.ClientMaxPrincipalType.
Represents a constraint on the client, such that if the client authenticates itself, then it may only authenticate itself as principals that are instances of one or more of the specified classes.
ClientMaxPrincipalType(Class) - Constructor for class net.jini.core.constraint.ClientMaxPrincipalType
Creates a constraint containing the specified class.
ClientMaxPrincipalType(Class[]) - Constructor for class net.jini.core.constraint.ClientMaxPrincipalType
Creates a constraint containing the specified classes, with redundant classes removed.
ClientMaxPrincipalType(Collection) - Constructor for class net.jini.core.constraint.ClientMaxPrincipalType
Creates a constraint containing the specified classes, with redundant classes removed.
ClientMinPrincipal - class net.jini.core.constraint.ClientMinPrincipal.
Represents a constraint on the client, such that if the client authenticates itself, then it must authenticate itself as at least all of the specified principals.
ClientMinPrincipal(Principal) - Constructor for class net.jini.core.constraint.ClientMinPrincipal
Creates a constraint containing the specified principal.
ClientMinPrincipal(Principal[]) - Constructor for class net.jini.core.constraint.ClientMinPrincipal
Creates a constraint containing the specified principals, with duplicates removed.
ClientMinPrincipal(Collection) - Constructor for class net.jini.core.constraint.ClientMinPrincipal
Creates a constraint containing the specified principals, with duplicates removed.
ClientMinPrincipalType - class net.jini.core.constraint.ClientMinPrincipalType.
Represents a constraint on the client, such that if the client authenticates itself, then it must authenticate itself such that, for each specified class, at least one authenticated principal is an instance of that class.
ClientMinPrincipalType(Class) - Constructor for class net.jini.core.constraint.ClientMinPrincipalType
Creates a constraint containing the specified class.
ClientMinPrincipalType(Class[]) - Constructor for class net.jini.core.constraint.ClientMinPrincipalType
Creates a constraint containing the specified classes, with redundant classes removed.
ClientMinPrincipalType(Collection) - Constructor for class net.jini.core.constraint.ClientMinPrincipalType
Creates a constraint containing the specified classes, with redundant classes removed.
ClientPermissionChecker - class com.sun.jini.discovery.ClientPermissionChecker.
Implementation of ClientSubjectChecker that approves or rejects client subjects based on whether or not they have been granted a particular permission.
ClientPermissionChecker(Permission) - Constructor for class com.sun.jini.discovery.ClientPermissionChecker
Creates instance that checks if client subjects have been granted the specified permission.
ClientSubject - interface net.jini.io.context.ClientSubject.
A server context element that can supply the client subject for the remote call.
ClientSubjectChecker - interface com.sun.jini.discovery.ClientSubjectChecker.
Interface for approving or rejecting client subjects during unicast discovery and decoding of multicast requests.
Comment - class net.jini.lookup.entry.Comment.
A free-form comment about a service.
Comment() - Constructor for class net.jini.lookup.entry.Comment
Construct an empty instance of this class.
Comment(String) - Constructor for class net.jini.lookup.entry.Comment
Construct an instance of this class, with all fields initialized appropriately.
CommentBean - class net.jini.lookup.entry.CommentBean.
A JavaBeans(TM) component that encapsulates a Comment object.
CommentBean() - Constructor for class net.jini.lookup.entry.CommentBean
Construct a new JavaBeans component, linked to a new empty Comment object.
ComputeDigest - class com.sun.jini.tool.ComputeDigest.
Prints the message digest for the contents of a URL.
ComputeHttpmdCodebase - class com.sun.jini.tool.ComputeHttpmdCodebase.
Computes the message digests for a codebase with HTTPMD URLs.
Confidentiality - class net.jini.core.constraint.Confidentiality.
Represents a constraint on the confidentiality of message contents.
ConfidentialityStrength - class net.jini.jeri.ssl.ConfidentialityStrength.
Represents a constraint that, if confidentiality of message contents is ensured, the specified strength of confidentiality be used.
Config - class com.sun.jini.config.Config.
Provides static methods for getting entries from a Configuration.
ConfigUtil - class com.sun.jini.config.ConfigUtil.
A set of static convenience methods for use in configuration files.
Configuration - interface net.jini.config.Configuration.
Defines an 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.
ConfigurationException - exception net.jini.config.ConfigurationException.
Thrown if a problem occurs when obtaining configuration information.
ConfigurationException(String) - Constructor for class net.jini.config.ConfigurationException
Creates an instance with the specified detail message.
ConfigurationException(String, Throwable) - Constructor for class net.jini.config.ConfigurationException
Creates an instance with the specified detail message and causing exception, which should not be an instance of Error.
ConfigurationFile - class net.jini.config.ConfigurationFile.
Supplies objects needed to configure applications, such as Exporter or ProxyPreparer instances, or application-specific objects, constructed from data in a configuration source and override options, as well as data supplied in the call to getEntry.
ConfigurationFile(String[]) - Constructor for class net.jini.config.ConfigurationFile
Creates an instance containing the entries specified by the options, using the calling thread's context class loader for interpreting class names.
ConfigurationFile(String[], ClassLoader) - Constructor for class net.jini.config.ConfigurationFile
Creates an instance containing the entries specified by the options, using the specified class loader for interpreting class names.
ConfigurationFile(Reader, String[]) - Constructor for class net.jini.config.ConfigurationFile
Creates an instance containing the entries parsed from the specified character stream and options, using the calling thread's context class loader for interpreting class names.
ConfigurationFile(Reader, String[], ClassLoader) - Constructor for class net.jini.config.ConfigurationFile
Creates an instance containing the entries parsed from the specified character stream and options, using the specified class loader for interpreting class names.
ConfigurationFile.ErrorDescriptor - class net.jini.config.ConfigurationFile.ErrorDescriptor.
Class used to represent a syntax error encountered when parsing a configuration source or a problem encountered when attempting to return an existing entry or the type of an existing entry.
ConfigurationFile.ErrorDescriptor(int, int, String, String, Throwable) - Constructor for class net.jini.config.ConfigurationFile.ErrorDescriptor
Creates a new error descriptor.
ConfigurationFile.ErrorDescriptor(int, int, String, String) - Constructor for class net.jini.config.ConfigurationFile.ErrorDescriptor
Creates a new error descriptor.
ConfigurationFile.ErrorDescriptor(int, int, String) - Constructor for class net.jini.config.ConfigurationFile.ErrorDescriptor
Creates a new error descriptor.
ConfigurationNotFoundException - exception net.jini.config.ConfigurationNotFoundException.
Thrown if a configuration source location specified when creating a Configuration is not found, including if null is specified for provider options and the implementation does not provide default options.
ConfigurationNotFoundException(String) - Constructor for class net.jini.config.ConfigurationNotFoundException
Creates an instance with the specified detail message.
ConfigurationNotFoundException(String, Throwable) - Constructor for class net.jini.config.ConfigurationNotFoundException
Creates an instance with the specified detail message and causing exception, which should not be an instance of Error.
ConfigurationProvider - class net.jini.config.ConfigurationProvider.
Provides a standard means for obtaining Configuration instances, using a configurable provider.
Connection - interface net.jini.jeri.connection.Connection.
Represents an established client-side connection.
ConnectionAbsoluteTime - class net.jini.core.constraint.ConnectionAbsoluteTime.
Represents a constraint on the absolute time by which a network connection must be established.
ConnectionAbsoluteTime(long) - Constructor for class net.jini.core.constraint.ConnectionAbsoluteTime
Creates a constraint with the specified deadline for connection establishment.
ConnectionEndpoint - interface net.jini.jeri.connection.ConnectionEndpoint.
Represents a remote communication endpoint to establish connections to.
ConnectionManager - class net.jini.jeri.connection.ConnectionManager.
Provides client-side connection management using the Jini(TM) extensible remote invocation (Jini ERI) multiplexing protocol to frame and multiplex requests and responses over connections.
ConnectionManager(ConnectionEndpoint) - Constructor for class net.jini.jeri.connection.ConnectionManager
Creates a new ConnectionManager that manages client-side connections to the specified connection endpoint.
ConnectionRelativeTime - class net.jini.core.constraint.ConnectionRelativeTime.
Represents a constraint on the maximum amount of time to wait for a network connection to be established.
ConnectionRelativeTime(long) - Constructor for class net.jini.core.constraint.ConnectionRelativeTime
Creates a constraint with the specified duration.
Constants - class net.jini.discovery.Constants.
A holder class for constants that pertain to the unicast and multicast discovery protocols.
ConstrainableJavaSpaceAdmin - interface com.sun.jini.outrigger.ConstrainableJavaSpaceAdmin.
Deprecated. The JavaSpace05.contents method can be used to view the space's contents.
ConstrainableLandlordLease - class com.sun.jini.landlord.ConstrainableLandlordLease.
Constrainable sub-class of LandlordLease.
ConstrainableLandlordLease(Uuid, Landlord, Uuid, long, MethodConstraints) - Constructor for class com.sun.jini.landlord.ConstrainableLandlordLease
Create a new ConstrainableLandlordLease.
ConstrainableLandlordLeaseMap - class com.sun.jini.landlord.ConstrainableLandlordLeaseMap.
Constrainable sub-class of LandlordLeaseMap.
ConstrainableLookupLocator - class net.jini.discovery.ConstrainableLookupLocator.
LookupLocator subclass which supports constraint operations through the RemoteMethodControl interface.
ConstrainableLookupLocator(String, MethodConstraints) - Constructor for class net.jini.discovery.ConstrainableLookupLocator
Constructs a new ConstrainableLookupLocator instance which can be used to perform unicast discovery to the host and port named by the given URL with the provided constraints applied.
ConstrainableLookupLocator(String, int, MethodConstraints) - Constructor for class net.jini.discovery.ConstrainableLookupLocator
Constructs a new ConstrainableLookupLocator instance which can be used to perform unicast discovery to the given host and port with the provided constraints applied.
ConstrainableLookupLocatorTrustVerifier - class net.jini.discovery.ConstrainableLookupLocatorTrustVerifier.
Trust verifier for ConstrainableLookupLocator instances.
ConstrainableLookupLocatorTrustVerifier() - Constructor for class net.jini.discovery.ConstrainableLookupLocatorTrustVerifier
Creates an instance.
ConstrainableProxyUtil - class com.sun.jini.proxy.ConstrainableProxyUtil.
A collection of utility methods for use in implementing constrainable proxies.
ConstraintAlternatives - class net.jini.core.constraint.ConstraintAlternatives.
Combines two or more constraint alternatives into a single overall constraint.
ConstraintAlternatives(InvocationConstraint[]) - Constructor for class net.jini.core.constraint.ConstraintAlternatives
Creates an instance containing the specified alternative constraints, with duplicate constraints removed.
ConstraintAlternatives(Collection) - Constructor for class net.jini.core.constraint.ConstraintAlternatives
Creates an instance containing the specified alternative constraints, with duplicate constraints removed.
ConstraintTrustVerifier - class net.jini.constraint.ConstraintTrustVerifier.
Trust verifier for instances of the constraint classes defined in the net.jini.core.constraint package, and for the BasicMethodConstraints, X500Principal and KerberosPrincipal classes.
ConstraintTrustVerifier() - Constructor for class net.jini.constraint.ConstraintTrustVerifier
Creates an instance.
ContextPermission - class net.jini.io.context.ContextPermission.
Represents permissions used to express the access control policy for elements commonly found in the context collections available from ServerContext and ObjectStreamContext.
ContextPermission(String) - Constructor for class net.jini.io.context.ContextPermission
Creates an instance with the specified name.
CrashCountException - exception net.jini.core.transaction.server.CrashCountException.
Exception thrown when a transaction cannot be joined because the participant's current crash count is different from the crash count the manager received in a previous join by that participant.
CrashCountException(String) - Constructor for class net.jini.core.transaction.server.CrashCountException
Constructs an instance with a detail message.
CrashCountException() - Constructor for class net.jini.core.transaction.server.CrashCountException
Constructs an instance with no detail message.
calculateDuration(LeasedResource, long) - Method in class com.sun.jini.landlord.FixedLeasePeriodPolicy
Returns the duration this policy is willing to grant for the passed resource at this time.
canBatch(Lease) - Method in class com.sun.jini.landlord.ConstrainableLandlordLease
 
canBatch(Lease) - Method in class com.sun.jini.landlord.LandlordLease
 
canBatch(Lease) - Method in interface net.jini.core.lease.Lease
Returns a boolean indicating whether or not the lease given as a parameter can be batched (placed in the same LeaseMap) with the current lease.
canContainKey(Object) - Method in class com.sun.jini.landlord.ConstrainableLandlordLeaseMap
 
canContainKey(Object) - Method in class com.sun.jini.landlord.LandlordLeaseMap
 
canContainKey(Object) - Method in interface net.jini.core.lease.LeaseMap
Returns true if the given object is a Lease which can be renewed and cancelled in a batch with other leases in the map.
cancel(Uuid) - Method in interface com.sun.jini.landlord.Landlord
Called by the lease when its cancel method is called.
cancel() - Method in class com.sun.jini.landlord.LandlordLease
 
cancel(Uuid) - Method in interface com.sun.jini.landlord.LocalLandlord
Cancel the lease that is associated with the given cookie.
cancel(Uuid) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
cancel() - Method in class com.sun.jini.thread.RetryTask
Cancel the retrying of the task.
cancel(WakeupManager.Ticket) - Method in class com.sun.jini.thread.WakeupManager
Cancel the given ticket.
cancel() - Method in interface net.jini.core.lease.Lease
Used by the lease holder to indicate that it is no longer interested in the resource or information held by the lease.
cancel(Lease) - Method in class net.jini.lease.LeaseRenewalManager
Removes a given lease from the managed set, and cancels it.
cancelAll(Uuid[]) - Method in interface com.sun.jini.landlord.Landlord
Called by the lease map when its cancelAll method is called.
cancelAll() - Method in class com.sun.jini.landlord.LandlordLeaseMap
 
cancelAll(LocalLandlord, Uuid[]) - Static method in class com.sun.jini.landlord.LandlordUtil
Call landlord.cancel() for each object in cookies[], passing cookies[i].
cancelAll(Uuid[]) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
cancelAll() - Method in class com.sun.jini.thread.WakeupManager
Cancel all tickets.
cancelAll() - Method in interface net.jini.core.lease.LeaseMap
Cancels all leases in the LeaseMap.
cancelOp(Uuid, boolean) - Method in interface com.sun.jini.outrigger.LogOps
Log a cancel and entry or registration.
cancelled() - Method in class com.sun.jini.thread.RetryTask
Return true if cancel has been invoked.
changed(DiscoveryEvent) - Method in interface net.jini.discovery.DiscoveryChangeListener
Called when changes are detected in the discovery state of one or more of the previously discovered lookup services; in particular, when changes occur in the member groups to which those lookup services belong.
check(Entry[], boolean) - Static method in class com.sun.jini.lookup.entry.LookupAttributes
Throws an IllegalArgumentException if any element of the array is not an instance of a valid Entry class (the class is not public, or does not have a no-arg constructor, or has primitive public non-static non-final fields).
check() - Method in class com.sun.jini.thread.ReadyState
Checks if the service is ready to use, waiting if it is initializing, and throwing NoSuchObjectException if it is shutting down.
check(String, ClassLoader, String[], String, PrintStream) - Static method in class com.sun.jini.tool.CheckConfigurationFile
Checks the format of a configuration source file.
check(ConfigurationFile, Properties, ClassLoader, PrintStream) - Static method in class com.sun.jini.tool.CheckConfigurationFile
Checks the format of a ConfigurationFile.
check(String, int) - Static method in class com.sun.jini.tool.CheckSer
Checks the class file directory hierarchy starting from the specified directory.
check(ServiceItem) - Method in interface net.jini.lookup.ServiceItemFilter
This method defines the implementation of the additional selection criteria (additional matching and/or proxy preparation) to apply to a ServiceItem object found through standard template matching.
checkAccess(Remote, Method, InvocationConstraints, Collection) - Method in class com.sun.jini.phoenix.AccessILFactory.AccessDispatcher
Checks that the client is calling from the local host.
checkAccess(Remote, Method, InvocationConstraints, Collection) - Method in class com.sun.jini.phoenix.SystemAccessILFactory.SystemDispatcher
Checks that the client is calling from the local host.
checkAccess(Remote, Method, InvocationConstraints, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
Checks that the client has permission to invoke the specified method on the specified remote object.
checkClientPermission(Permission) - Static method in class net.jini.jeri.BasicInvocationDispatcher
Checks that the client subject for the current remote call has the specified permission.
checkClientSubject(Subject) - Method in class com.sun.jini.discovery.ClientPermissionChecker
Checks whether or not to permit exchanging or accepting data with/from a client authenticated as the given subject, by testing if the subject has been granted the permission that this instance was constructed with.
checkClientSubject(Subject) - Method in interface com.sun.jini.discovery.ClientSubjectChecker
Checks whether or not to permit exchanging or accepting data with/from a client authenticated as the given subject.
checkConstraints() - Method in class com.sun.jini.discovery.MulticastAnnouncement
Checks if the constraints whose checking was delayed when this instance was decoded, if any, are satisfied.
checkConstraints() - Method in class com.sun.jini.discovery.MulticastRequest
Checks if the constraints whose checking was delayed when this instance was decoded, if any, are satisfied.
checkConstraints(InvocationConstraints) - Method in interface net.jini.jeri.InboundRequest
Verifies that this request satisfies the transport layer aspects of all of the specified requirements, and returns the requirements that must be at least partially implemented by higher layers in order to fully satisfy the specified requirements.
checkConstraints(InvocationConstraints) - Method in interface net.jini.jeri.ServerCapabilities
Verifies that this instance supports the transport layer aspects of all of the specified requirements (both in general and in the current security context), and returns the requirements that must be at least partially implemented by higher layers in order to fully satisfy all of the specified requirements.
checkConstraints(InboundRequestHandle, InvocationConstraints) - Method in interface net.jini.jeri.connection.ServerConnection
Implements InboundRequest.checkConstraints for a request with the specified handle.
checkConstraints(InvocationConstraints) - Method in class net.jini.jeri.http.HttpServerEndpoint
Verifies that this instance supports the transport layer aspects of all of the specified requirements (both in general and in the current security context), and returns the requirements that must be at least partially implemented by higher layers in order to fully satisfy all of the specified requirements. This method may also return preferences that must be at least partially implemented by higher layers in order to fully satisfy some of the specified preferences.

For any given constraint, there must be a clear delineation of which aspects (if any) must be implemented by the transport layer. This method must not return a constraint (as a requirement or a preference, directly or as an element of another constraint) unless this instance can implement all of those aspects. Also, this method must not return a constraint for which all aspects must be implemented by the transport layer. Most of the constraints in the net.jini.core.constraint package must be fully implemented by the transport layer and thus must not be returned by this method; the one exception is Integrity, for which the transport layer is responsible for the data integrity aspect and higher layers are responsible for the code integrity aspect.

For any ConstraintAlternatives in the specified constraints, this method should only return a corresponding constraint if all of the alternatives supported by this instance need to be at least partially implemented by higher layers in order to be fully satisfied.

The constraints passed to this method may include constraints based on relative time.

checkConstraints(InvocationConstraints) - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
 
checkConstraints(InvocationConstraints) - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
Checks that it is possible to receive requests that either fully or partially satisfy the specified requirements, and returns any constraints that must be fully or partially implemented by higher layers in order to fully satisfy all of the specified requirements.
checkConstraints(InvocationConstraints) - Method in class net.jini.jeri.ssl.SslServerEndpoint
Checks that it is possible to receive requests that either fully or partially satisfy the specified requirements, and returns any constraints that must be fully or partially implemented by higher layers in order to fully satisfy all of the specified requirements.
checkConstraints(InvocationConstraints) - Method in class net.jini.jeri.tcp.TcpServerEndpoint
Verifies that this instance supports the transport layer aspects of all of the specified requirements (both in general and in the current security context), and returns the requirements that must be at least partially implemented by higher layers in order to fully satisfy all of the specified requirements. This method may also return preferences that must be at least partially implemented by higher layers in order to fully satisfy some of the specified preferences.

For any given constraint, there must be a clear delineation of which aspects (if any) must be implemented by the transport layer. This method must not return a constraint (as a requirement or a preference, directly or as an element of another constraint) unless this instance can implement all of those aspects. Also, this method must not return a constraint for which all aspects must be implemented by the transport layer. Most of the constraints in the net.jini.core.constraint package must be fully implemented by the transport layer and thus must not be returned by this method; the one exception is Integrity, for which the transport layer is responsible for the data integrity aspect and higher layers are responsible for the code integrity aspect.

For any ConstraintAlternatives in the specified constraints, this method should only return a corresponding constraint if all of the alternatives supported by this instance need to be at least partially implemented by higher layers in order to be fully satisfied.

The constraints passed to this method may include constraints based on relative time.

checkFile(String, String) - Method in class com.sun.jini.tool.envcheck.EnvCheck
Check for the existence of a file identified by a property supplied on the command line being analyzed.
checkFileName(String, String) - Static method in class com.sun.jini.tool.envcheck.Util
Validate the accessibility of the non-directory file identified by name.
checkGroup(ActivationGroupDesc) - Method in class com.sun.jini.phoenix.DefaultGroupPolicy
Checks permissions for the specified group descriptor.
checkGroup(ActivationGroupDesc) - Method in interface com.sun.jini.phoenix.GroupPolicy
Checks if the caller is permitted to use the specified group descriptor.
checkInvocationHandlerContent(BasicInvocationHandler, TrustVerifier.Context) - Static method in class net.jini.jeri.BasicJeriTrustVerifier
Returns true if the specified invocation handler's constraints and object endpoint are trusted; returns false otherwise.
checkKey(Object) - Method in class com.sun.jini.lease.AbstractLeaseMap
Check that the key is valid for this map
checkPermission(Permission) - Method in class com.sun.jini.phoenix.DefaultGroupPolicy
Calls BasicInvocationDispatcher.checkClientPermission with the specified permission.
checkPermissionClass(Class) - Static method in class net.jini.jeri.BasicInvocationDispatcher
Checks that the specified class is a valid permission class for use in preinvocation access control.
checkPermissions() - Method in interface net.jini.jeri.InboundRequest
Verifies that the current security context has all of the security permissions necessary to receive this request.
checkPermissions() - Method in interface net.jini.jeri.ServerEndpoint.ListenEndpoint
Verifies that the current security context has all of the security permissions necessary to listen for requests on this ListenEndpoint.
checkPermissions(InboundRequestHandle) - Method in interface net.jini.jeri.connection.ServerConnection
Implements InboundRequest.checkPermissions for a request with the specified handle.
checkProtocolVersion(int) - Method in class com.sun.jini.discovery.DiscoveryConstraints
Checks the protocol version of an incoming multicast request, announcement, or unicast discovery attempt, throwing an UnsupportedConstraintException if handling of the given protocol does not satisfy the constraints of this instance.
checkSystemPropertyFile(String, String) - Static method in class com.sun.jini.tool.envcheck.Util
Validate the accessibility of the non-directory file identified by the system property prop.
checkTrustEquivalence(Object) - Method in class net.jini.activation.ActivatableInvocationHandler
Returns true if the specified object (which is not yet known to be trusted) is equivalent in trust, content, and function to this known trusted object, and false otherwise.
checkTrustEquivalence(Object) - Method in class net.jini.jeri.BasicInvocationHandler
Returns true if the specified object (which is not yet known to be trusted) is equivalent in trust, content, and function to this known trusted object, and false otherwise.
checkTrustEquivalence(Object) - Method in class net.jini.jeri.BasicObjectEndpoint
Returns true if the specified object (which is not yet known to be trusted) is equivalent in trust, content, and function to this known trusted object, and false otherwise.
checkTrustEquivalence(Object) - Method in class net.jini.jeri.http.HttpEndpoint
Returns true if the specified object (which is not yet known to be trusted) is equivalent in trust, content, and function to this known trusted object, and false otherwise.
checkTrustEquivalence(Object) - Method in class net.jini.jeri.kerberos.KerberosEndpoint
Returns true if the argument is an instance of KerberosEndpoint with the same values for server principal, server host, and port; and either both this instance and the argument have null socket factories, or the factories have the same actual class and are equal; and returns false otherwise.
checkTrustEquivalence(Object) - Method in class net.jini.jeri.ssl.HttpsEndpoint
Returns true if the argument is an instance of HttpsEndpoint with the same values for server host and port; and either both this instance and the argument have null socket factories, or the factories have the same actual class and are equal; and returns false otherwise.
checkTrustEquivalence(Object) - Method in class net.jini.jeri.ssl.SslEndpoint
Returns true if the argument is an instance of SslEndpoint with the same values for server host and port; and either both this instance and the argument have null socket factories, or the factories have the same actual class and are equal; and returns false otherwise.
checkTrustEquivalence(Object) - Method in class net.jini.jeri.tcp.TcpEndpoint
Returns true if the specified object (which is not yet known to be trusted) is equivalent in trust, content, and function to this known trusted object, and false otherwise.
checkTrustEquivalence(Object) - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
Returns true if the argument is an instance of this class, and calling the checkTrustEquivalence method on the main proxy of this invocation handler, passing the main proxy of the argument, returns true, and calling the checkTrustEquivalence method on the bootstrap proxy of this invocation handler, passing the bootstrap proxy of the argument, returns true, and returns false otherwise.
checkTrustEquivalence(Object) - Method in interface net.jini.security.proxytrust.TrustEquivalence
Returns true if the specified object (that is not yet known to be trusted) is equivalent in trust, content, and function to this known trusted object, and returns false otherwise.
checkURL(URL, String) - Static method in class com.sun.jini.tool.envcheck.Util
Check the accessibility of the given URL.
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in interface com.sun.jini.discovery.UnicastDiscoveryClient
Checks and returns normally if this client is capable of fulfilling the given absolute constraints.
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in interface com.sun.jini.discovery.UnicastDiscoveryServer
Checks and returns normally if this server is capable of fulfilling the given absolute constraints.
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class com.sun.jini.discovery.kerberos.Client
 
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class com.sun.jini.discovery.kerberos.Server
 
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class com.sun.jini.discovery.plaintext.Client
 
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class com.sun.jini.discovery.plaintext.Server
 
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class com.sun.jini.discovery.ssl.Client
 
checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class com.sun.jini.discovery.ssl.Server
 
checkValue(Object) - Static method in class com.sun.jini.lease.AbstractLeaseMap
Check that the value is a Long
chooseProtocolVersion() - Method in class com.sun.jini.discovery.DiscoveryConstraints
Returns the protocol version to use for sending multicast requests or announcements, or initiating unicast discovery.
className - Variable in class com.sun.jini.start.ActivateWrapper.ActivateDesc
The activatable object's class name.
clear() - Method in class com.sun.jini.lease.AbstractLeaseMap
 
clear() - Method in class net.jini.lease.LeaseRenewalManager
Removes all leases from the managed set of leases.
clearExpirationWarningListener() - Method in interface net.jini.lease.LeaseRenewalSet
Remove the listener currently registered for expiration warning events.
clearRenewalFailureListener() - Method in interface net.jini.lease.LeaseRenewalSet
Remove the listener currently registered for renewal failure events.
close() - Method in interface com.sun.jini.outrigger.AdminIterator
Deprecated. Tell the server that this iterator is no longer in use.
close(Uuid) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
close() - Method in interface com.sun.jini.outrigger.Store
Close the store, release VM resources (stop independent threads, close files, etc.) but do not destroy any persistent state.
close() - Method in class com.sun.jini.outrigger.logstore.LogOutputStream
A LogOutputStream cannot be closed, so this does nothing.
close() - Method in class com.sun.jini.outrigger.logstore.LogStore
 
close() - Method in class com.sun.jini.outrigger.snaplogstore.LogOutputStream
A LogOutputStream cannot be closed, so this does nothing.
close() - Method in class com.sun.jini.outrigger.snaplogstore.LogStore
 
close() - Method in interface net.jini.event.RemoteEventIterator
Ends all event processing being performed by this iterator and invalidates the iterator.
close() - Method in interface net.jini.jeri.ServerEndpoint.ListenHandle
Stops listening for requests on the associated ListenEndpoint.
close() - Method in interface net.jini.jeri.connection.Connection
Closes this connection.
close() - Method in interface net.jini.jeri.connection.ServerConnection
Closes this connection.
com.sun.jini.admin - package com.sun.jini.admin
Interfaces that a service might choose to use for some common administrative tasks.
com.sun.jini.config - package com.sun.jini.config
Defines convenience classes for writing configuration files and accessing Configuration entries.
com.sun.jini.discovery - package com.sun.jini.discovery
Provides a set of constraints, low-level utility classes, and provider interfaces for participating in versions 1 and 2 of the multicast request, multicast announcement, and unicast discovery protocols.
com.sun.jini.discovery.kerberos - package com.sun.jini.discovery.kerberos
Provides an implementation of the net.jini.discovery.kerberos discovery format, specified in the Jini(TM) Discovery and Join Specification.
com.sun.jini.discovery.plaintext - package com.sun.jini.discovery.plaintext
Provides an implementation of the net.jini.discovery.plaintext discovery format, specified in the Jini(TM) Discovery and Join Specification.
com.sun.jini.discovery.ssl - package com.sun.jini.discovery.ssl
Provides an implementation of the net.jini.discovery.ssl discovery format, specified in the Jini(TM) Discovery and Join Specification.
com.sun.jini.discovery.x500.sha1withdsa - package com.sun.jini.discovery.x500.sha1withdsa
Provides an implementation of the net.jini.discovery.x500.SHA1withDSA discovery format, specified in the Jini(TM) Discovery and Join Specification.
com.sun.jini.discovery.x500.sha1withrsa - package com.sun.jini.discovery.x500.sha1withrsa
Provides an implementation of the net.jini.discovery.x500.SHA1withRSA discovery format, specified in the Jini(TM) Discovery and Join Specification.
com.sun.jini.example.browser - package com.sun.jini.example.browser
A visualization tool for exploring Jini(TM) Network Technology communities (djinns).
com.sun.jini.fiddler - package com.sun.jini.fiddler
Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService).
com.sun.jini.landlord - package com.sun.jini.landlord
This is a utility for services implementing leases.
com.sun.jini.lease - package com.sun.jini.lease
Some basic utility classes for helping with client-side lease renewal operations.
com.sun.jini.logging - package com.sun.jini.logging
Defines convenience classes for use with the java.util.logging package.
com.sun.jini.lookup.entry - package com.sun.jini.lookup.entry
Helper utility classes for managing entries used as lookup service attributes.
com.sun.jini.mercury - package com.sun.jini.mercury
Provides implementations of the EventMailbox service.
com.sun.jini.norm - package com.sun.jini.norm
Provides implementations of LeaseRenewalService.
com.sun.jini.outrigger - package com.sun.jini.outrigger
This is an implementation of a JavaSpaces(TM) technology-enabled service.
com.sun.jini.outrigger.logstore - package com.sun.jini.outrigger.logstore
 
com.sun.jini.outrigger.snaplogstore - package com.sun.jini.outrigger.snaplogstore
 
com.sun.jini.phoenix - package com.sun.jini.phoenix
A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation.
com.sun.jini.proxy - package com.sun.jini.proxy
 
com.sun.jini.reggie - package com.sun.jini.reggie
Provides implementations of ServiceRegistrar.
com.sun.jini.resource - package com.sun.jini.resource
Utility classes for manipulating resources.
com.sun.jini.start - package com.sun.jini.start
Provides the utilities and APIs used to launch the contributed services provided in the Jini(TM) Technology Starter Kit (starter kit).
com.sun.jini.thread - package com.sun.jini.thread
These are utility classes and interfaces for helping with tasks done in multiple threads.
com.sun.jini.tool - package com.sun.jini.tool
Tools for: checking configuration files; checking for missing serialVersionUID fields; computing class dependencies; generating permission grants to debug security policy setup; providing HTTP service; generating message digests; generating HTTPMD URLs; generating wrapper JAR files; and generating preferred lists.
com.sun.jini.tool.envcheck - package com.sun.jini.tool.envcheck
Tool for examining the run-time environment of a Jini component.
combine(InvocationConstraints, InvocationConstraints) - Static method in class net.jini.core.constraint.InvocationConstraints
Returns an instance of this class that has all of the requirements from each non-null argument added as requirements and has all of the preferences from each non-null argument added as preferences.
comment - Variable in class net.jini.lookup.entry.Comment
The comment itself.
commit(TransactionManager, long) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
commit() - Method in interface net.jini.core.transaction.Transaction
Commit the transaction.
commit(long) - Method in interface net.jini.core.transaction.Transaction
Commit the transaction, waiting for participants to be notified of the decision.
commit() - Method in class net.jini.core.transaction.server.ServerTransaction
 
commit(long) - Method in class net.jini.core.transaction.server.ServerTransaction
 
commit(long) - Method in interface net.jini.core.transaction.server.TransactionManager
Commit the transaction.
commit(long, long) - Method in interface net.jini.core.transaction.server.TransactionManager
Commit the transaction, waiting for participants to be notified of the decision.
commit(TransactionManager, long) - Method in interface net.jini.core.transaction.server.TransactionParticipant
Requests that the participant make all of its PREPARED changes for the specified transaction visible outside of the transaction and unlock any resources locked by the transaction.
commitOp(Long) - Method in interface com.sun.jini.outrigger.LogOps
Log a transaction commit or prepareAndCommit.
committed - Variable in class net.jini.core.transaction.TimeoutExpiredException
True if the transaction committed before the timeout.
compare(Object, Object) - Static method in class net.jini.id.ReferentUuids
Returns true if the two passed objects are non-null, implement ReferentUuid and their getReferentUuid methods return equivalent Uuids, or if they are both null.
compareTo(Object) - Method in class com.sun.jini.thread.WakeupManager.Ticket
 
complete() - Method in class com.sun.jini.thread.RetryTask
Return true if tryOnce has returned successfully.
compute() - Method in class com.sun.jini.tool.ClassDep
Method that takes the user provided switches that logically define the domain in which to look for dependencies.
compute() - Method in class com.sun.jini.tool.PreferredListGen
Load JAR files, initialize the dependency graph, and perform the dependency analysis.
computeDigest(URL, String) - Static method in class net.jini.url.httpmd.HttpmdUtil
Computes the message digest of data specified by a URL.
computeDigestCodebase(String, String) - Static method in class net.jini.url.httpmd.HttpmdUtil
Computes the message digests for a codebase with HTTPMD URLs.
concat(Object[]) - Static method in class com.sun.jini.config.ConfigUtil
Concatenate the strings resulting from calling String.valueOf(Object) on each element of an array of objects.
connect(OutboundRequestHandle) - Method in interface net.jini.jeri.connection.ConnectionEndpoint
Returns a new connection that can be used to send a request for the specified handle.
connect(OutboundRequestHandle, Collection, Collection) - Method in interface net.jini.jeri.connection.ConnectionEndpoint
Returns an existing or new connection that can be used to send a request for the specified handle, or null if a new connection needs to be created in a way that requires synchronous I/O.
containsKey(Object) - Method in class com.sun.jini.lease.AbstractLeaseMap
 
containsValue(Object) - Method in class com.sun.jini.lease.AbstractLeaseMap
 
contents(Entry, Transaction) - Method in interface com.sun.jini.outrigger.ConstrainableJavaSpaceAdmin
Deprecated. Return an AdminIterator that will iterate over all the entries in the space that match the given template and are visible under the given transaction.
contents(Entry, Transaction, int) - Method in interface com.sun.jini.outrigger.ConstrainableJavaSpaceAdmin
Deprecated. Return an AdminIterator that will iterate over all the entries in the space that match the given template and are visible under the given transaction.
contents(Entry, Transaction, int, MethodConstraints) - Method in interface com.sun.jini.outrigger.ConstrainableJavaSpaceAdmin
Deprecated. Return an AdminIterator that will iterate over all the entries in the space that match the given template and are visible under the given transaction.
contents(Entry, Transaction) - Method in interface com.sun.jini.outrigger.JavaSpaceAdmin
Deprecated. Return an AdminIterator that will iterate over all the entries in the space that match the given template and are visible under the given transaction.
contents(Entry, Transaction, int) - Method in interface com.sun.jini.outrigger.JavaSpaceAdmin
Deprecated. Return an AdminIterator that will iterate over all the entries in the space that match the given template and are visible under the given transaction.
contents(EntryRep[], Transaction, long, long) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
contents(EntryRep, Transaction) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
contents(Collection, Transaction, long, long) - Method in interface net.jini.space.JavaSpace05
Creates a match set that can be used to exhaustively read through all of the matching entries in the space that are visible to the passed Transaction and remain visible for the lifetime of the match set.
convertToMarshalledObject() - Method in class net.jini.io.MarshalledInstance
Creates a new MarshalledObject that will contain an object equivalent to the object contained in this MarshalledInstance object.
country - Variable in class net.jini.lookup.entry.Address
Country name.
create(Configuration) - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
Attempts to create a service instance based on the service description information provided via constructor parameters.
create(Configuration) - Method in interface com.sun.jini.start.ServiceDescriptor
Creates an object described by the actual ServiceDescriptor instance.
create(Configuration) - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
Method that attempts to create a service based on the service description information provided via constructor parameters.
create(Configuration) - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
Method that attempts to create a shared activation system group from the description information provided via constructor parameters.
create(InvocationConstraint[]) - Static method in class net.jini.core.constraint.ConstraintAlternatives
Returns a constraint representing the specified alternative constraints, with duplicate constraints removed.
create(Collection) - Static method in class net.jini.core.constraint.ConstraintAlternatives
Returns a constraint representing the specified alternative constraints, with duplicate constraints removed.
create(NestableTransactionManager, long) - Method in interface net.jini.core.transaction.NestableTransaction
Create a new nested transaction, with the current transaction as parent, managed by the given transaction manager.
create(long) - Method in interface net.jini.core.transaction.NestableTransaction
Create a new nested transaction, with the current transaction as parent, managed by the same transaction manager as the current transaction.
create(TransactionManager, long) - Static method in class net.jini.core.transaction.TransactionFactory
Create a new top-level transaction.
create(NestableTransactionManager, long) - Static method in class net.jini.core.transaction.TransactionFactory
Create a new top-level transaction, under which nested transactions can be created.
create(NestableTransactionManager, long) - Method in class net.jini.core.transaction.server.NestableServerTransaction
 
create(long) - Method in class net.jini.core.transaction.server.NestableServerTransaction
 
create(NestableTransactionManager, long, long) - Method in interface net.jini.core.transaction.server.NestableTransactionManager
Begin a nested transaction, with the specified transaction as parent.
create(long) - Method in interface net.jini.core.transaction.server.TransactionManager
Begin a new top-level transaction.
create(long, long) - Static method in class net.jini.id.UuidFactory
Creates a new Uuid with the specified 128-bit value.
create(String) - Static method in class net.jini.id.UuidFactory
Creates a new Uuid with the 128-bit value represented by the specified string.
createBean(Entry) - Static method in class net.jini.lookup.entry.EntryBeans
Create a bean of the appropriate type for the given Entry object, and link it to the object for immediate manipulation.
createClassLoader(URL[], ClassLoader, boolean) - Method in class net.jini.loader.pref.PreferredClassProvider
Creates the class loader for this PreferredClassProvider to use to load classes from the specified path of URLs with the specified delegation parent.
createGroup(ActivationGroupID, ActivationGroupDesc, long) - Static method in class com.sun.jini.phoenix.ActivationGroupImpl
Creates an ActivationGroup instance and returns it.
createGroup(ActivationGroupID, ActivationGroupDesc, long) - Static method in class net.jini.activation.ActivationGroup
Creates and sets the activation group for the current virtual machine.
createInstances(Remote, ObjectEndpoint, ServerCapabilities) - Method in class net.jini.jeri.AbstractILFactory
Returns a compatible proxy and invocation dispatcher for a remote object being exported. The proxy and invocation dispatcher are returned in an InvocationLayerFactory.Instances container object. The proxy sends calls to the remote object using the supplied ObjectEndpoint.

The returned proxy implements an implementation-specific set of remote interfaces of impl and may implement additional implementation-specific interfaces.

A given Exporter implementation should only call this method once per export. An invocation dispatcher constructed for a previous export should not be reused. AbstractILFactory implements this method to return a Proxy instance where: If the class loader specified during construction is not null, the proxy's class is defined by the specified loader.

createInstances(Remote, ObjectEndpoint, ServerCapabilities) - Method in interface net.jini.jeri.InvocationLayerFactory
Returns a compatible proxy and invocation dispatcher for a remote object being exported.
createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class com.sun.jini.phoenix.AccessILFactory
Returns an AccessILFactory.AccessDispatcher instance constructed with the specified methods, the specified server capabilities, and the class loader specified at construction.
createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class com.sun.jini.phoenix.SystemAccessILFactory
Returns a SystemAccessILFactory.SystemDispatcher instance constructed with the specified methods, the class loader specified during construction, the remote object, server capabilities, and the server constraints, permission class, and group policy that this factory was constructed with and a flag indicating whether the dispatcher should only accept calls from the local host.
createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class com.sun.jini.phoenix.SystemAccessProxyTrustILFactory
Returns a SystemAccessILFactory.SystemDispatcher instance constructed with the specified methods, the class loader specified during construction, the remote object, server capabilities, and the server constraints, permission class, and group policy that this factory was constructed with and a flag indicating whether the dispatcher should only accept calls from the local host.
createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class net.jini.jeri.AbstractILFactory
Returns an invocation dispatcher to receive incoming remote calls for the specified methods to the specified remote object, for a server and transport with the specified capabilities.
createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class net.jini.jeri.BasicILFactory
Returns an invocation dispatcher to receive incoming remote calls for the specified methods to the specified remote object, for a server and transport with the specified capabilities.
createInvocationHandler(Class[], Remote, ObjectEndpoint) - Method in class net.jini.jeri.AbstractILFactory
Returns an invocation handler to use with a Proxy instance implementing the specified interfaces, communicating with the specified remote object using the specified object endpoint.
createInvocationHandler(Class[], Remote, ObjectEndpoint) - Method in class net.jini.jeri.BasicILFactory
Returns an invocation handler to use with a Proxy instance implementing the specified interfaces, communicating with the specified remote object using the specified object endpoint.
createLeaseMap(long) - Method in class com.sun.jini.landlord.ConstrainableLandlordLease
 
createLeaseMap(long) - Method in class com.sun.jini.landlord.LandlordLease
 
createLeaseMap(long) - Method in interface net.jini.core.lease.Lease
Creates a Map object that can contain leases whose renewal or cancellation can be batched, and adds the current lease to that map.
createLeaseRenewalSet(long) - Method in interface net.jini.lease.LeaseRenewalService
Create a new LeaseRenewalSet that the client can populate with leases to be renewed.
createLookupCache(ServiceTemplate, ServiceItemFilter, ServiceDiscoveryListener) - Method in class net.jini.lookup.ServiceDiscoveryManager
The createLookupCache method allows the client-like entity to request that the ServiceDiscoveryManager create a new managed set (or cache) and populate it with services, which match criteria defined by the entity, and whose references are registered with one or more of the lookup services the entity has targeted for discovery.
createMarshalInputStream(Object, InboundRequest, boolean, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
Returns a new marshal input stream to use to read objects from the request input stream obtained by invoking the getRequestInputStream method on the given request.
createMarshalInputStream(Object, Method, OutboundRequest, boolean, Collection) - Method in class net.jini.jeri.BasicInvocationHandler
Returns a new ObjectInputStream instance to use to read objects from the response input stream obtained by invoking the getResponseInputStream method on the given request.
createMarshalOutputStream(Object, Method, InboundRequest, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
Returns a new marshal output stream to use to write objects to the response output stream obtained by invoking the getResponseOutputStream method on the given request.
createMarshalOutputStream(Object, Method, OutboundRequest, Collection) - Method in class net.jini.jeri.BasicInvocationHandler
Returns a new ObjectOutputStream instance to use to write objects to the request output stream obtained by invoking the getRequestOutputStream method on the given request.
createServiceID(String) - Static method in class com.sun.jini.config.ConfigUtil
Returns a ServiceID constructed from a 128-bit value represented by a string.
currentTime() - Method in class com.sun.jini.landlord.FixedLeasePeriodPolicy
Method that provides some notion of the current time in milliseconds since the beginning of the epoch.

D

DURATION - Static variable in interface net.jini.core.lease.Lease
The serialized form of the lease will convert the time of lease expiration into a duration (in milliseconds) from the time of serialization.
DatagramBufferFactory - interface com.sun.jini.discovery.DatagramBufferFactory.
Factory that produces byte buffers, each corresponding to a separate datagram packet to be sent.
DebugDynamicPolicyProvider - class com.sun.jini.tool.DebugDynamicPolicyProvider.
Defines a DynamicPolicy that logs information about missing permissions, and optionally grants all permissions, which is FOR DEBUGGING ONLY.
DebugDynamicPolicyProvider() - Constructor for class com.sun.jini.tool.DebugDynamicPolicyProvider
Creates an instance of this class that wraps a default underlying policy, as specified by DynamicPolicyProvider().
DebugDynamicPolicyProvider(Policy) - Constructor for class com.sun.jini.tool.DebugDynamicPolicyProvider
Creates an instance of this class that wraps around the given non-null base policy object.
DefaultGroupPolicy - class com.sun.jini.phoenix.DefaultGroupPolicy.
Group policy that requires the appropriate ExecPermission and set of ExecOptionPermission have been granted to the client subject or the empty protection domain (a domain with all null elements) if there is no client subject.
DefaultGroupPolicy() - Constructor for class com.sun.jini.phoenix.DefaultGroupPolicy
 
DelayedMulticastAnnouncementDecoder - interface com.sun.jini.discovery.DelayedMulticastAnnouncementDecoder.
Interface implemented by classes which decode multicast announcement data and additionally support delayed constraint checking.
DelayedMulticastRequestDecoder - interface com.sun.jini.discovery.DelayedMulticastRequestDecoder.
Interface implemented by classes which decode multicast request data and additionally support delayed constraint checking.
Delegation - class net.jini.core.constraint.Delegation.
Represents a constraint on delegation from the client to the server.
DelegationAbsoluteTime - class net.jini.core.constraint.DelegationAbsoluteTime.
Represents a constraint on delegation, such that if delegation is permitted, it be permitted only for a range of absolute times.
DelegationAbsoluteTime(long, long, long, long) - Constructor for class net.jini.core.constraint.DelegationAbsoluteTime
Creates a constraint with the specified absolute times.
DelegationAbsoluteTime(Date, Date, Date, Date) - Constructor for class net.jini.core.constraint.DelegationAbsoluteTime
Creates a constraint with the specified dates.
DelegationRelativeTime - class net.jini.core.constraint.DelegationRelativeTime.
Represents a constraint on delegation, such that if delegation is permitted, it be permitted only for a range of time measured relative to the start of the remote call.
DelegationRelativeTime(long, long, long, long) - Constructor for class net.jini.core.constraint.DelegationRelativeTime
Creates a constraint with the specified durations.
DesiredExpirationListener - interface net.jini.lease.DesiredExpirationListener.
Subinterface of LeaseListener that clients must implement if they want to receive desired expiration reached events in addition to renewal failure events.
DestroyAdmin - interface com.sun.jini.admin.DestroyAdmin.
Admin interface for destroying a service.
DestroySharedGroup - class com.sun.jini.start.DestroySharedGroup.
This class contains the command-line interface for destroying an instance of a shared activation group.
Discovery - class com.sun.jini.discovery.Discovery.
Class providing methods for participating in versions 1 and 2 of the discovery protocol.
Discovery() - Constructor for class com.sun.jini.discovery.Discovery
 
DiscoveryAdmin - interface net.jini.lookup.DiscoveryAdmin.
Methods for controlling which groups a lookup service is a member of, and for controlling which TCP port a lookup service uses for its lookup locator.
DiscoveryChangeListener - interface net.jini.discovery.DiscoveryChangeListener.
This interface must be implemented by entities that wish to receive notification of the following events.
DiscoveryConstraintTrustVerifier - class com.sun.jini.discovery.DiscoveryConstraintTrustVerifier.
Trust verifier for instances of the constraint classes defined in the com.sun.jini.discovery package.
DiscoveryConstraintTrustVerifier() - Constructor for class com.sun.jini.discovery.DiscoveryConstraintTrustVerifier
Creates an instance.
DiscoveryConstraints - class com.sun.jini.discovery.DiscoveryConstraints.
Class for processing constraints which apply to the discovery protocol: DiscoveryProtocolVersion, MulticastMaxPacketSize, MulticastTimeToLive, UnicastSocketTimeout, ConnectionRelativeTime, ConnectionAbsoluteTime.
DiscoveryEvent - class net.jini.discovery.DiscoveryEvent.
Event object passed (via either the DiscoveryListener interface or the DiscoveryChangeListener) to indicate to interested parties that one or more ServiceRegistrar objects have been discovered or discarded during the discovery process.
DiscoveryEvent(Object, ServiceRegistrar[]) - Constructor for class net.jini.discovery.DiscoveryEvent
Construct a new DiscoveryEvent object, with the given source and set of registrars.
DiscoveryEvent(Object, Map) - Constructor for class net.jini.discovery.DiscoveryEvent
Construct a new DiscoveryEvent object, with the given source and registrars-to-groups mapping.
DiscoveryFormatProvider - interface com.sun.jini.discovery.DiscoveryFormatProvider.
Interface implemented by all discovery format provider classes, which is used by the Discovery class to identify format providers available via resource, as described in the documentation for the Discovery.getProtocol2(ClassLoader) method.
DiscoveryGroupManagement - interface net.jini.discovery.DiscoveryGroupManagement.
This interface defines methods and constants related to the management of the sets of lookup services that are to be discovered using the multicast discovery protocol; that is, lookup services that are discovered by way of group discovery.
DiscoveryListener - interface net.jini.discovery.DiscoveryListener.
This interface must be implemented by parties that wish to obtain notifications from a LookupDiscovery object.
DiscoveryLocatorManagement - interface net.jini.discovery.DiscoveryLocatorManagement.
This interface defines methods related to the management of the set of lookup services that are to be discovered using the unicast discovery protocol; that is, lookup services that are discovered by way of locator discovery.
DiscoveryManagement - interface net.jini.discovery.DiscoveryManagement.
This interface defines methods related to the discovery event mechanism and discovery process termination.
DiscoveryPermission - class net.jini.discovery.DiscoveryPermission.
Permission for using LookupDiscovery.
DiscoveryPermission(String) - Constructor for class net.jini.discovery.DiscoveryPermission
Simple constructor.
DiscoveryPermission(String, String) - Constructor for class net.jini.discovery.DiscoveryPermission
Simple constructor.
DiscoveryProtocolException - exception com.sun.jini.discovery.DiscoveryProtocolException.
Exception indicating a discovery protocol error, such as failure to interpret packet data, or multicast request/announcement data that cannot fit within a given packet length.
DiscoveryProtocolException(String) - Constructor for class com.sun.jini.discovery.DiscoveryProtocolException
Constructs a new DiscoveryProtocolException with the specified detail message.
DiscoveryProtocolException(String, Throwable) - Constructor for class com.sun.jini.discovery.DiscoveryProtocolException
Constructs a new DiscoveryProtocolException with the specified detail message and cause.
DiscoveryProtocolVersion - class com.sun.jini.discovery.DiscoveryProtocolVersion.
Represents a constraint on the version of the discovery protocol used to contact lookup services.
DownloadPermission - class net.jini.loader.DownloadPermission.
Permission that must be granted to the CodeSource of a downloaded class in order for the class to be defined using RMIClassLoader.
DownloadPermission() - Constructor for class net.jini.loader.DownloadPermission
Creates a new DownloadPermission with the name "permit".
DynamicPolicy - interface net.jini.security.policy.DynamicPolicy.
Interface implemented by security policy providers that may support dynamic granting of permissions at run-time.
DynamicPolicyProvider - class net.jini.security.policy.DynamicPolicyProvider.
Security policy provider that supports dynamic granting of permissions at run-time.
DynamicPolicyProvider() - Constructor for class net.jini.security.policy.DynamicPolicyProvider
Creates a new DynamicPolicyProvider instance that wraps a default underlying policy.
DynamicPolicyProvider(Policy) - Constructor for class net.jini.security.policy.DynamicPolicyProvider
Creates a new DynamicPolicyProvider instance that wraps around the given non-null base policy object.
data - Variable in class com.sun.jini.start.ActivateWrapper.ActivateDesc
The activatable object's initialization data.
debug(boolean) - Method in class com.sun.jini.thread.InProgress
Set the debug mode on or off.
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints, boolean) - Method in interface com.sun.jini.discovery.DelayedMulticastAnnouncementDecoder
Decodes the multicast announcement data contained in the given buffer in a manner that satisfies the specified absolute constraints, returning a MulticastAnnouncement instance that contains the decoded data, with constraint checking optionally delayed.
decodeMulticastAnnouncement(DatagramPacket, InvocationConstraints) - Method in class com.sun.jini.discovery.Discovery
Decodes the multicast announcement data contained in the given datagram in a manner that satisfies the specified constraints, returning a MulticastAnnouncement instance that contains the decoded data.
decodeMulticastAnnouncement(DatagramPacket, InvocationConstraints, boolean) - Method in class com.sun.jini.discovery.Discovery
Decodes the multicast announcement data contained in the given datagram in a manner that satisfies the specified constraints, returning a MulticastAnnouncement instance that contains the decoded data, with constraint checking optionally delayed.
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in interface com.sun.jini.discovery.MulticastAnnouncementDecoder
Decodes the multicast announcement data contained in the given buffer in a manner that satisfies the specified absolute constraints, returning a MulticastAnnouncement instance that contains the decoded data.
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in class com.sun.jini.discovery.plaintext.Client
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in class com.sun.jini.discovery.x500.sha1withdsa.Client
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints, boolean) - Method in class com.sun.jini.discovery.x500.sha1withdsa.Client
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in class com.sun.jini.discovery.x500.sha1withrsa.Client
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints, boolean) - Method in class com.sun.jini.discovery.x500.sha1withrsa.Client
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker, boolean) - Method in interface com.sun.jini.discovery.DelayedMulticastRequestDecoder
Decodes the multicast request data contained in the given buffer in a manner that satisfies the specified absolute constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data, with constraint checking optionally delayed.
decodeMulticastRequest(DatagramPacket, InvocationConstraints, ClientSubjectChecker) - Method in class com.sun.jini.discovery.Discovery
Decodes the multicast request data contained in the given datagram in a manner that satisfies the specified constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data.
decodeMulticastRequest(DatagramPacket, InvocationConstraints, ClientSubjectChecker, boolean) - Method in class com.sun.jini.discovery.Discovery
Decodes the multicast request data contained in the given datagram in a manner that satisfies the specified constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data, with constraint checking optionally delayed.
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in interface com.sun.jini.discovery.MulticastRequestDecoder
Decodes the multicast request data contained in the given buffer in a manner that satisfies the specified absolute constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data.
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in class com.sun.jini.discovery.plaintext.Server
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in class com.sun.jini.discovery.x500.sha1withdsa.Server
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker, boolean) - Method in class com.sun.jini.discovery.x500.sha1withdsa.Server
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in class com.sun.jini.discovery.x500.sha1withrsa.Server
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker, boolean) - Method in class com.sun.jini.discovery.x500.sha1withrsa.Server
 
definePackage(String, String, String, String, String, String, String, URL) - Method in class net.jini.loader.pref.PreferredClassLoader
 
delete() - Method in interface com.sun.jini.outrigger.AdminIterator
Deprecated. The effect of this call depends on the most recent call to next(): If the last call to next() returned an Entry that entry will be removed from the space.
delete(Uuid, Uuid) - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
denied - Variable in class com.sun.jini.landlord.Landlord.RenewResults
The ith -1 in granted was denied because of denied[i].
desc - Variable in class com.sun.jini.thread.WakeupManager.Ticket
The ThreadDesc, or null if none.
descCreated - Variable in class com.sun.jini.start.NonActivatableServiceDescriptor
Flag indicating when create() has been called
descCreatedLock - Variable in class com.sun.jini.start.NonActivatableServiceDescriptor
Lock object for descCreated flag
destroy() - Method in interface com.sun.jini.admin.DestroyAdmin
Destroy the service, if possible, including its persistent storage.
destroy() - Method in class com.sun.jini.outrigger.OutriggerServerImpl
Destroy this space, exiting when finished.
destroy() - Method in interface com.sun.jini.outrigger.Store
Destroy any persistent state and release any resources associated with this store.
destroy() - Method in class com.sun.jini.outrigger.logstore.LogStore
Destroy everything.
destroy() - Method in class com.sun.jini.outrigger.snaplogstore.LogStore
Destroy everything.
destroyVM() - Method in interface com.sun.jini.start.SharedGroup
Cause the hosting VM to exit.
destroyVM() - Method in class com.sun.jini.start.SharedGroupImpl
 
disableDelivery() - Method in interface net.jini.event.MailboxRegistration
Ceases delivery of stored notifications to the existing target listener, if any.
discard(ServiceRegistrar) - Method in interface net.jini.discovery.DiscoveryManagement
Removes an instance of ServiceRegistrar from the managed set of lookup services, making the corresponding lookup service eligible for re-discovery.
discard(ServiceRegistrar) - Method in class net.jini.discovery.LookupDiscovery
Discard a registrar from the set of registrars already discovered.
discard(ServiceRegistrar) - Method in class net.jini.discovery.LookupDiscoveryManager
Removes an instance of ServiceRegistrar from the managed set of lookup services, making the corresponding lookup service eligible for re-discovery.
discard(ServiceRegistrar) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
Informs the lookup discovery service of the existence of an unavailable lookup service and requests that the lookup discovery service discard the unavailable lookup service.
discard(ServiceRegistrar) - Method in class net.jini.discovery.LookupLocatorDiscovery
Removes an instance of ServiceRegistrar from the managed set of lookup services, making the corresponding lookup service eligible for re-discovery.
discard(Object) - Method in interface net.jini.lookup.LookupCache
Deletes a service reference from the cache and causes a notification to be sent to all registered listeners indicating that the service has been discarded.
discarded(DiscoveryEvent) - Method in interface net.jini.discovery.DiscoveryListener
Called when one or more lookup service registrars has been discarded.
discarded - Variable in class net.jini.discovery.RemoteDiscoveryEvent
Flag indicating whether the event is a discovery event or a discard event.
discovered(DiscoveryEvent) - Method in interface net.jini.discovery.DiscoveryListener
Called when one or more lookup service registrars has been discovered.
discoveryPort - Static variable in class net.jini.discovery.Constants
The port for both unicast and multicast boot requests.
dispatch(Remote, InboundRequest, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
Dispatches the specified inbound request to the specified remote object.
dispatch(Remote, InboundRequest, Collection) - Method in interface net.jini.jeri.InvocationDispatcher
Dispatches the invocation represented by an InboundRequest to the specified remote object.
dispatch(InboundRequest) - Method in interface net.jini.jeri.RequestDispatcher
Processes an inbound request.
displayClassLoaderTree(ClassLoader) - Static method in class com.sun.jini.start.ClassLoaderUtil
Utility method that displays the class loader delegation tree for the given class loader.
displayContextClassLoaderTree() - Static method in class com.sun.jini.start.ClassLoaderUtil
Utility method that displays the class loader delegation tree for the current context class loader.
doPrivileged(PrivilegedAction) - Static method in class net.jini.security.Security
Executes the specified action's run method with privileges enabled, preserving the domain combiner (if any) of the calling context.
doPrivileged(PrivilegedExceptionAction) - Static method in class net.jini.security.Security
Executes the specified action's run method with privileges enabled, preserving the domain combiner (if any) of the calling context.
doRenew(long) - Method in class com.sun.jini.landlord.LandlordLease
 
doRenew(long) - Method in class com.sun.jini.lease.AbstractLease
Renew the lease for a duration relative to now, and return the duration actually granted.
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection) - Method in class com.sun.jini.discovery.Discovery
Performs the client side of unicast discovery, obtaining the returned response data over the provided socket using the given default and codebase verifier class loaders and collection of object stream context objects in a manner that satisfies the specified constraints.
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in interface com.sun.jini.discovery.UnicastDiscoveryClient
Performs the client side of unicast discovery, obtaining the returned response data over the provided socket using the given default and codebase verifier class loaders and collection of object stream context objects in a manner that satisfies the specified absolute constraints.
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in class com.sun.jini.discovery.kerberos.Client
 
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in class com.sun.jini.discovery.plaintext.Client
 
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in class com.sun.jini.discovery.ssl.Client
 
doWithServerContext(Runnable, Collection) - Static method in class net.jini.export.ServerContext
Sets the server context for the current thread to the supplied context collection and invokes the run method of the supplied runnable object.
duration - Variable in class com.sun.jini.landlord.LeasePeriodPolicy.Result
The duration.

E

EMPTY - Static variable in class net.jini.core.constraint.InvocationConstraints
An empty instance, one that has no requirements and no preferences.
ERROR - Static variable in class com.sun.jini.tool.envcheck.Reporter
the level at which error messages are generated
ERROR - Static variable in class net.jini.lookup.entry.StatusType
An error has occurred that is preventing a service from operating correctly.
EXPIRATION_WARNING_EVENT_ID - Static variable in interface net.jini.lease.LeaseRenewalSet
The event id for all ExpirationWarningEvent objects.
EmptyConfiguration - class net.jini.config.EmptyConfiguration.
A Configuration with no entries.
EncodeIterator - interface com.sun.jini.discovery.EncodeIterator.
Iterator for performing multicast encode operations on (potentially) multiple discovery format providers.
Endpoint - interface net.jini.jeri.Endpoint.
Represents a remote communication endpoint to send requests to.
Entry - interface net.jini.core.entry.Entry.
This class is the supertype of all entries that can be stored in a Jini(TM) Lookup service.
EntryBean - interface net.jini.lookup.entry.EntryBean.
Interface to be implemented by all JavaBeans(TM) components that act as "front ends" to Entry classes.
EntryBeans - class net.jini.lookup.entry.EntryBeans.
Utility class for handling JavaBeans(TM) components that relate to Entry classes in the Jini(TM) lookup service.
EntryBeans() - Constructor for class net.jini.lookup.entry.EntryBeans
 
EnvCheck - class com.sun.jini.tool.envcheck.EnvCheck.
Tool used to perform validity checks on the run-time environment of a client or service.
EnvCheck() - Constructor for class com.sun.jini.tool.envcheck.EnvCheck
 
EventMailbox - interface net.jini.event.EventMailbox.
The EventMailbox interface allows clients to specify and use a third party for the purpose of storing and retrieving events.
EventRegistration - class net.jini.core.event.EventRegistration.
A utility class for use as a return value for event-interest registration methods.
EventRegistration(long, Object, Lease, long) - Constructor for class net.jini.core.event.EventRegistration
Constructs an EventRegistration object.
ExecOptionPermission - class com.sun.jini.phoenix.ExecOptionPermission.
Represents permission to use a specific option or options in the command for creating an activation group.
ExecOptionPermission(String) - Constructor for class com.sun.jini.phoenix.ExecOptionPermission
Constructs an instance with the specified name.
ExecPermission - class com.sun.jini.phoenix.ExecPermission.
Represents permission to execute a command to create an activation group.
ExecPermission(String) - Constructor for class com.sun.jini.phoenix.ExecPermission
Constructs an instance with the specified name.
Executor - interface com.sun.jini.thread.Executor.
Executor is an abstraction for a thread factory or thread pool for executing actions asynchronously.
ExpirationWarningEvent - class net.jini.lease.ExpirationWarningEvent.
Event generated by a lease renewal set when its lease is about to expire.
ExpirationWarningEvent(LeaseRenewalSet, long, MarshalledObject) - Constructor for class net.jini.lease.ExpirationWarningEvent
Simple constructor.
ExportPermission - class net.jini.export.ExportPermission.
Defines runtime permissions for Exporter implementations.
ExportPermission(String) - Constructor for class net.jini.export.ExportPermission
Creates an instance with the specified name.
ExportPermission(String, String) - Constructor for class net.jini.export.ExportPermission
Creates an instance with the specified name.
Exporter - interface net.jini.export.Exporter.
An abstraction for exporting a single remote object such that it can receive remote method invocations, and later for unexporting that same remote object.
elements() - Method in class net.jini.core.constraint.ClientMaxPrincipal
Returns an immutable set of all of the principals.
elements() - Method in class net.jini.core.constraint.ClientMaxPrincipalType
Returns an immutable set of all of the classes.
elements() - Method in class net.jini.core.constraint.ClientMinPrincipal
Returns an immutable set of all of the principals.
elements() - Method in class net.jini.core.constraint.ClientMinPrincipalType
Returns an immutable set of all of the classes.
elements() - Method in class net.jini.core.constraint.ConstraintAlternatives
Returns an immutable set of all of the constraints.
elements() - Method in class net.jini.core.constraint.ServerMinPrincipal
Returns an immutable set of all of the principals.
enableDelivery(RemoteEventListener) - Method in interface net.jini.event.MailboxRegistration
Initiates delivery of stored notifications to the supplied target listener, if any.
enclosedBy(NestableTransaction) - Method in class net.jini.core.transaction.server.NestableServerTransaction
Return true if the specified transaction is an ancestor of this transaction.
encodeMulticastAnnouncement(MulticastAnnouncement, int, InvocationConstraints) - Method in class com.sun.jini.discovery.Discovery
Returns an iterator which can be used to encode the given multicast announcement data into sets of DatagramPackets, each bounded in length by the specified maximum packet size, in a manner that satisfies the given constraints.
encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in interface com.sun.jini.discovery.MulticastAnnouncementEncoder
Encodes the given multicast announcement data into byte buffers obtained from the provided datagram buffer factory, in a manner that satisfies the specified absolute constraints.
encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in class com.sun.jini.discovery.plaintext.Server
 
encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in class com.sun.jini.discovery.x500.sha1withdsa.Server
 
encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in class com.sun.jini.discovery.x500.sha1withrsa.Server
 
encodeMulticastRequest(MulticastRequest, int, InvocationConstraints) - Method in class com.sun.jini.discovery.Discovery
Returns an iterator which can be used to encode the given multicast request data into sets of DatagramPackets, each bounded in length by the specified maximum packet size, in a manner that satisfies the given constraints.
encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in interface com.sun.jini.discovery.MulticastRequestEncoder
Encodes the given multicast request data into byte buffers obtained from the provided datagram buffer factory, in a manner that satisfies the specified absolute constraints.
encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in class com.sun.jini.discovery.plaintext.Client
 
encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in class com.sun.jini.discovery.x500.sha1withdsa.Client
 
encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in class com.sun.jini.discovery.x500.sha1withrsa.Client
 
entrySet() - Method in class com.sun.jini.lease.AbstractLeaseMap
 
enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in interface net.jini.jeri.ServerEndpoint
Enumerates the communication endpoints represented by this ServerEndpoint by passing the ListenEndpoint for each of them to listenContext, which will ensure an active listen operation on each endpoint, and returns an Endpoint instance corresponding to the listen operations chosen by listenContext.
enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in class net.jini.jeri.http.HttpServerEndpoint
Passes the ListenEndpoint for this HttpServerEndpoint to listenContext, which will ensure an active listen operation on the endpoint, and returns an HttpEndpoint instance corresponding to the listen operation chosen by listenContext.
enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Passes the ListenEndpoint for this KerberosServerEndpoint to listenContext, which will ensure an active listen operation on the endpoint, and returns a KerberosEndpoint instance corresponding to the listen operation chosen by listenContext.
enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
Passes the ListenEndpoint for this HttpsServerEndpoint to listenContext, which will ensure an active listen operation on the endpoint, and returns an HttpsEndpoint instance corresponding to the listen operation chosen by listenContext.
enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in class net.jini.jeri.ssl.SslServerEndpoint
Passes the ListenEndpoint for this SslServerEndpoint to listenContext, which will ensure an active listen operation on the endpoint, and returns an SslEndpoint instance corresponding to the listen operation chosen by listenContext.
enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in class net.jini.jeri.tcp.TcpServerEndpoint
Passes the ListenEndpoint for this TcpServerEndpoint to listenContext, which will ensure an active listen operation on the endpoint, and returns a TcpEndpoint instance corresponding to the listen operation chosen by listenContext.
equal(Entry, Entry) - Static method in class com.sun.jini.lookup.entry.LookupAttributes
Test that two entries are the same type, with the same public fields.
equal(Entry[], Entry[]) - Static method in class com.sun.jini.lookup.entry.LookupAttributes
Tests that two Entry[] arrays are the same.
equals(Object) - Method in class com.sun.jini.discovery.DiscoveryProtocolVersion
 
equals(Object) - Method in class com.sun.jini.discovery.MulticastMaxPacketSize
 
equals(Object) - Method in class com.sun.jini.discovery.MulticastTimeToLive
 
equals(Object) - Method in class com.sun.jini.discovery.UnicastSocketTimeout
 
equals(Object) - Method in class com.sun.jini.landlord.LandlordLease
 
equals(Object) - Method in class com.sun.jini.lease.AbstractLeaseMap
 
equals(Object) - Method in class com.sun.jini.phoenix.ExecOptionPermission
Two instances of this class are equal if each implies the other; that is, every option that matches the name of one instance matches the name of the other instance.
equals(Object) - Method in class com.sun.jini.phoenix.ExecPermission
Two instances of this class are equal if FilePermission instances created with their names are equal.
equals(Object) - Method in class com.sun.jini.proxy.MarshalledWrapper
Compares the specified object with this MarshalledWrapper for equality.
equals(Object) - Method in class com.sun.jini.start.SharedActivationPolicyPermission
Two instances are equal if they have the same name.
equals(Object) - Method in class com.sun.jini.thread.WakeupManager.Ticket
 
equals(Object) - Method in class net.jini.activation.ActivatableInvocationHandler
Compares the specified object with this ActivatableInvocationHandler for equality.
equals(Object) - Method in class net.jini.config.AbstractConfiguration.Primitive
Returns true if the argument is a Primitive for which the result of calling getValue is the same as the value for this instance, otherwise false.
equals(Object) - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
Two instances of this class are equal if they have the same name, the same parameter types, and the same constraints.
equals(Object) - Method in class net.jini.constraint.BasicMethodConstraints
Two instances of this class are equal if they have the same descriptors in the same order.
equals(Object) - Method in class net.jini.core.constraint.ClientMaxPrincipal
Two instances of this class are equal if they have the same principals (ignoring order).
equals(Object) - Method in class net.jini.core.constraint.ClientMaxPrincipalType
Two instances of this class are equal if they have the same classes (ignoring order).
equals(Object) - Method in class net.jini.core.constraint.ClientMinPrincipal
Two instances of this class are equal if they have the same principals (ignoring order).
equals(Object) - Method in class net.jini.core.constraint.ClientMinPrincipalType
Two instances of this class are equal if they have the same classes (ignoring order).
equals(Object) - Method in class net.jini.core.constraint.ConnectionAbsoluteTime
Two instances of this class are equal if both have the same deadline.
equals(Object) - Method in class net.jini.core.constraint.ConnectionRelativeTime
Two instances of this class are equal if both have the same duration.
equals(Object) - Method in class net.jini.core.constraint.ConstraintAlternatives
Two instances of this class are equal if they have the same constraints (ignoring order).
equals(Object) - Method in class net.jini.core.constraint.DelegationAbsoluteTime
Two instances of this class are equal if both have the same minimum start, the same maximum start, the same minimum stop, and the same maximum stop.
equals(Object) - Method in class net.jini.core.constraint.DelegationRelativeTime
Two instances of this class are equal if both have the same minimum start, the same maximum start, the same minimum stop, and the same maximum stop.
equals(Object) - Method in class net.jini.core.constraint.InvocationConstraints
Two instances of this class are equal if they have the same requirements and the same preferences.
equals(Object) - Method in class net.jini.core.constraint.ServerMinPrincipal
Two instances of this class are equal if they have the same principals (ignoring order).
equals(Object) - Method in class net.jini.core.discovery.LookupLocator
Two locators are equal if they have the same host and port fields.
equals(Object) - Method in class net.jini.core.lookup.ServiceID
Service IDs are equal if they represent the same 128-bit value.
equals(Object) - Method in class net.jini.core.transaction.server.ServerTransaction
Two instances are equal if they have the same transaction manager and the same transaction id.
equals(Object) - Method in class net.jini.discovery.DiscoveryPermission
Two instances are equal if they have the same name.
equals(Object) - Method in class net.jini.discovery.IncomingMulticastAnnouncement
Two announcements are equal if they have the same service ID.
equals(Object) - Method in class net.jini.discovery.IncomingMulticastRequest
Two requests are equal if they have the same address, port, groups, and service IDs.
equals(Object) - Method in class net.jini.discovery.IncomingUnicastResponse
Two responses are equal if they have the same registrar.
equals(Object) - Method in class net.jini.entry.AbstractEntry
Compares this AbstractEntry to the specified object.
equals(Entry, Entry) - Static method in class net.jini.entry.AbstractEntry
Returns true if the two arguments are of the same class and for each entry field F, the arguments' values for F are either both null or the invocation of equals on one argument's value for F with the other argument's value for F as its parameter returns true.
equals(Object) - Method in class net.jini.id.Uuid
Compares the specified object with this Uuid for equality.
equals(Object) - Method in class net.jini.io.MarshalledInstance
Compares this MarshalledInstance to another object.
equals(Object) - Method in class net.jini.jeri.AbstractILFactory
Compares the specified object with this invocation layer factory for equality.
equals(Object) - Method in class net.jini.jeri.BasicILFactory
Compares the specified object with this invocation layer factory for equality.
equals(Object) - Method in class net.jini.jeri.BasicInvocationHandler
Compares the specified object with this BasicInvocationHandler for equality.
equals(Object) - Method in class net.jini.jeri.BasicObjectEndpoint
Compares the specified object with this BasicObjectEndpoint for equality.
equals(Object) - Method in class net.jini.jeri.http.HttpEndpoint
Compares the specified object with this HttpEndpoint for equality.
equals(Object) - Method in class net.jini.jeri.http.HttpServerEndpoint
Compares the specified object with this HttpServerEndpoint for equality.
equals(Object) - Method in class net.jini.jeri.kerberos.KerberosEndpoint
Two instances of this class are equal if they contain the same server principal, host, and port, and their socket factories are both null or have the same actual class and are equal.
equals(Object) - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Two instances of this class are equal if they have server subjects that compare equal using ==; have the same server principal; have the same values for server host and port; have socket factories that are either both null, or have the same actual class and are equal; and have server socket factories that are either both null, or have the same actual class and are equal.
equals(Object) - Method in class net.jini.jeri.ssl.HttpsEndpoint
Two instances of this class are equal if they have the same values for server host and port; and have socket factories that are either both null, or have the same actual class and are equal.
equals(Object) - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
Two instances of this class are equal if they have server subjects that compare equal using ==; have server principals that are either both null or are equal when compared as the elements of a Set; have the same values for server host and port; have socket factories that are either both null, or have the same actual class and are equal; and have server socket factories that are either both null, or have the same actual class and are equal.
equals(Object) - Method in class net.jini.jeri.ssl.SslEndpoint
Two instances of this class are equal if they have the same values for server host and port; and have socket factories that are either both null, or have the same actual class and are equal.
equals(Object) - Method in class net.jini.jeri.ssl.SslServerEndpoint
Two instances of this class are equal if they have server subjects that compare equal using ==; have server principals that are either both null or are equal when compared as the elements of a Set; have the same values for server host and port; have socket factories that are either both null, or have the same actual class and are equal; and have server socket factories that are either both null, or have the same actual class and are equal.
equals(Object) - Method in class net.jini.jeri.tcp.TcpEndpoint
Compares the specified object with this TcpEndpoint for equality.
equals(Object) - Method in class net.jini.jeri.tcp.TcpServerEndpoint
Compares the specified object with this TcpServerEndpoint for equality.
equals(Object) - Method in class net.jini.security.AccessPermission
Returns true if the specified object is an instance of the same class as this permission and has the same target name as this permission; returns false otherwise.
equals(Object) - Method in class net.jini.security.AuthenticationPermission
Two instances of this class are equal if each implies the other; that is, both instances have the same actions, every principal that matches the local principals of one instance matches the local principals of the other instance, and (if the instances have any action besides listen) every principal that matches the peer principals of one instance matches the peer principals of the other instance.
equals(Object) - Method in class net.jini.security.BasicProxyPreparer
Returns true if the given object is an instance of the same class as this object, with the same value for verify, with method constraints that are equals or similarly not specified, and with permissions containing the same elements, independent of order.
equals(Object) - Method in class net.jini.security.GrantPermission
Returns true if the given object is a GrantPermission which both implies and is implied by this permission; returns false otherwise.
equals(Object) - Method in class net.jini.security.VerifyingProxyPreparer
Returns true if the specified object and this object are both instances of this class that were constructed with equivalent arguments.
equals(Object) - Method in class net.jini.security.policy.UmbrellaGrantPermission
Behaves as specified by Permission.equals(java.lang.Object).
equals(Object) - Method in class net.jini.security.proxytrust.BasicUntrustedObjectSecurityContext
Returns true if the specified object and this object are both instances of this class that were constructed with equivalent permissions.
equals(Object) - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
Returns true if the argument is an instance of this class with the same main proxy and the same bootstrap proxy, and false otherwise.
equivalentConstraints(MethodConstraints, MethodConstraints, Method[]) - Static method in class com.sun.jini.proxy.ConstrainableProxyUtil
Test to see if two MethodConstraints instances are equivalent given a method-to-method mapping.
error(String) - Static method in class com.sun.jini.thread.StreamPlugThread
 
eventID - Variable in class net.jini.core.event.EventRegistration
The event identifier.
eventID - Variable in class net.jini.core.event.RemoteEvent
The event identifier.
exceptionMap - Variable in class net.jini.core.lease.LeaseMapException
A Map from Lease to Exception, containing each lease that failed to renew or cancel, and the exception that resulted from that lease's renewal or cancel attempt.
execute(Runnable, String) - Method in interface com.sun.jini.thread.Executor
Executes the given Runnable action asynchronously in some thread.
executeCall(OutboundRequest) - Method in class net.jini.jeri.BasicObjectEndpoint
Synchronously executes a remote call in progress to the identified remote object, so that the response can be read.

This method should be passed an OutboundRequest that was produced by an OutboundRequestIterator returned from this object's newCall method. This method must be invoked after writing the request data to and before reading any response data from the OutboundRequest.

If the remote call was successfully executed (such that the response data may now be read) this method returns null. This method returns a non-null RemoteException to indicate a RemoteException that the remote call should fail with. For example, if the referenced object does not exist at the remote endpoint, a NoSuchObjectException will be returned. This method throws an IOException for other communication failures. This method reads a byte from the response input stream of call.

executeCall(OutboundRequest) - Method in interface net.jini.jeri.ObjectEndpoint
Synchronously executes a remote call in progress to the identified remote object, so that the response can be read.
expiration - Variable in class com.sun.jini.landlord.LeasePeriodPolicy.Result
The expiration time.
expiration - Variable in class com.sun.jini.lease.AbstractLease
The lease expiration, in local absolute time.
expirationReached(LeaseRenewalEvent) - Method in interface net.jini.lease.DesiredExpirationListener
Method used to delivered desired expiration reached events.
export(Remote) - Method in class com.sun.jini.phoenix.InstantiatorAccessExporter
Wraps the specified remote object in an ActivationInstantiator implementation that only accepts calls from the local host before delegating to the specified remote object, exports the wrapper with the underlying exporter, and returns the resulting proxy.
export(Remote) - Method in class com.sun.jini.phoenix.MonitorAccessExporter
Wraps the specified remote object in an ActivationMonitor implementation that only accepts calls from the local host before delegating to the specified remote object, exports the wrapper with the underlying exporter, and returns the resulting proxy.
export(Remote) - Method in class com.sun.jini.phoenix.SunJrmpExporter
 
export(Remote) - Method in class com.sun.jini.phoenix.SystemAccessExporter
Wraps the specified remote object in an ActivationSystem implementation that only accepts calls from the local host and enforces the group policy (if any) before delegating to the specified remote object, exports the wrapper with the underlying exporter, and returns the resulting proxy.
export(Remote) - Method in class net.jini.activation.ActivationExporter
Exports an activatable remote object.
export(Remote) - Method in interface net.jini.export.Exporter
Exports the specified remote object and returns a proxy that can be used to invoke remote methods on the exported remote object.
export(Remote) - Method in class net.jini.iiop.IiopExporter
Exports a remote object, impl, to the RMI-IIOP runtime and returns a proxy (stub) for the remote object.
export(Remote) - Method in class net.jini.jeri.BasicJeriExporter
Exports the specified remote object and returns a proxy for the remote object.
export(Remote) - Method in class net.jini.jrmp.JrmpExporter
Exports a remote object, impl, to the JRMP runtime and returns a proxy (stub) for the remote object.
export(Remote) - Method in class net.jini.security.proxytrust.ProxyTrustExporter
Exports the specified main remote object and returns a dynamic proxy for the object.
exportLocation - Variable in class com.sun.jini.start.ActivateWrapper.ActivateDesc
The codebase where clients should load classes from for stubs, etc.
exporter - Variable in class com.sun.jini.start.SharedGroupImpl
The exporter for exporting and unexporting

F

FAILED - Static variable in class com.sun.jini.logging.Levels
FAILED is a message level indicating that a facility has experienced a failure that it will reflect to its caller.
FOREVER - Static variable in interface net.jini.core.lease.Lease
Used to request a lease that never expires.
FROM_GROUP - Static variable in class net.jini.discovery.LookupDiscoveryManager
Constant that indicates the discovery mechanism is group discovery
FROM_LOCATOR - Static variable in class net.jini.discovery.LookupDiscoveryManager
Constant that indicates the discovery mechanism is locator discovery
FiddlerAdmin - interface com.sun.jini.fiddler.FiddlerAdmin.
An administrative interface for the Fiddler implementation of the lookup discovery service (see Fiddler).
FiddlerPermission - class com.sun.jini.fiddler.FiddlerPermission.
Special purpose permission class, specific to the Fiddler implementation of the lookup discovery service, that can be used to express the access control policy for that service's backend server when it is exported with a BasicJeriExporter.
FiddlerPermission(String) - Constructor for class com.sun.jini.fiddler.FiddlerPermission
Creates an instance of this class having the specified target name.
FileIntegrityVerifier - class net.jini.url.file.FileIntegrityVerifier.
Integrity verifier for FILE URLs.
FileIntegrityVerifier() - Constructor for class net.jini.url.file.FileIntegrityVerifier
 
FixedLeasePeriodPolicy - class com.sun.jini.landlord.FixedLeasePeriodPolicy.
Simple implementation of LeasePeriodPolicy that grants lease times based on a fixed default and maximum lease.
FixedLeasePeriodPolicy(long, long) - Constructor for class com.sun.jini.landlord.FixedLeasePeriodPolicy
Create a new FixedLeasePeriodPolicy with the specified values for the maxium and default lease lengths.
fileDownloaded(String, InetAddress) - Method in class com.sun.jini.tool.ClassServer
This method provides a way for subclasses to be notified when a file has been completely downloaded.
finalize() - Method in class net.jini.id.Uuid
Delegates to the superclass's finalize method.
firstPending - Variable in class com.sun.jini.thread.TaskManager
Index of the first pending task; all earlier tasks are active
floor - Variable in class net.jini.lookup.entry.Location
A floor designation.
followLink() - Method in class net.jini.lookup.entry.AddressBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.CommentBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in interface net.jini.lookup.entry.EntryBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.LocationBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.NameBean
Return the Name linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.StatusBean
Return the Entry linked to by this JavaBeans component.
formatExplanation() - Method in class com.sun.jini.tool.envcheck.Reporter.Message
Returns the flag indicating whether to format the explanation text.
fullyEquals(Object) - Method in class net.jini.io.MarshalledInstance
Compares this MarshalledInstance to another object.

G

GetThreadPoolAction - class com.sun.jini.thread.GetThreadPoolAction.
Provides security-checked access to internal thread pools as a java.security.PrivilegedAction, to be used conveniently with an AccessController.doPrivileged or Security.doPrivileged.
GetThreadPoolAction(boolean) - Constructor for class com.sun.jini.thread.GetThreadPoolAction
Creates an action that will obtain an internal thread pool.
GrantPermission - class net.jini.security.GrantPermission.
Permission required to dynamically grant permissions by security policy providers which implement the DynamicPolicy interface.
GrantPermission(String) - Constructor for class net.jini.security.GrantPermission
Creates a GrantPermission for the permission(s) specified in the name string.
GrantPermission(Permission) - Constructor for class net.jini.security.GrantPermission
Creates a GrantPermission for the given permission.
GrantPermission(Permission[]) - Constructor for class net.jini.security.GrantPermission
Creates a GrantPermission for the given permissions.
GroupOutputHandler - interface com.sun.jini.phoenix.GroupOutputHandler.
Defines the interface for handlers of the output of activation group processes.
GroupPolicy - interface com.sun.jini.phoenix.GroupPolicy.
Interface for policy objects to control what ActivationGroupDesc instances can be used.
generate() - Method in class com.sun.jini.reggie.UuidGenerator
Generates a new Uuid.
generate() - Static method in class net.jini.id.UuidFactory
Generates a new Uuid with 122 bits of its value produced from a cryptographically strong random sequence.
generatePreferredList(PrintWriter) - Method in class com.sun.jini.tool.PreferredListGen
Generate the preferred list from the dependency graph.
get(Object) - Method in class com.sun.jini.lease.AbstractLeaseMap
 
get() - Method in class com.sun.jini.proxy.MarshalledWrapper
Returns the result of calling the get method of the wrapped MarshalledInstance, passing the integrity value sampled during deserialization as the verifyCodebaseIntegrity argument.
get(boolean) - Method in class net.jini.io.MarshalledInstance
Returns a new copy of the contained object.
get(ClassLoader, boolean, ClassLoader, Collection) - Method in class net.jini.io.MarshalledInstance
Returns a new copy of the contained object.
getAccessControlContext() - Method in interface net.jini.security.SecurityContext
Returns access control context portion of snapshotted security context.
getActions() - Method in class com.sun.jini.phoenix.ExecOptionPermission
Returns the empty string.
getActions() - Method in class com.sun.jini.phoenix.ExecPermission
Returns the empty string.
getActions() - Method in class com.sun.jini.start.SharedActivationPolicyPermission
 
getActions() - Method in class net.jini.discovery.DiscoveryPermission
Always returns the empty string; this permission type has no actions list.
getActions() - Method in class net.jini.security.AccessPermission
Returns the empty string.
getActions() - Method in class net.jini.security.AuthenticationPermission
Returns the actions.
getActions() - Method in class net.jini.security.GrantPermission
Returns canonical string representation of this permission's actions, which for GrantPermission is always the empty string "".
getActions() - Method in class net.jini.security.policy.UmbrellaGrantPermission
Behaves as specified by Permission.getActions().
getActivatableObjects(ActivationGroupID) - Method in interface com.sun.jini.phoenix.ActivationAdmin
Returns a map from ActivationID to ActivationDesc for all activatable objects registered in the group registered under the specified activation group identifier.
getActivationGroups() - Method in interface com.sun.jini.phoenix.ActivationAdmin
Returns a map from ActivationGroupID to ActivationGroupDesc for all registered activation groups.
getActivationID() - Method in class net.jini.activation.ActivatableInvocationHandler
Returns the activation identifier supplied during construction of this invocation handler.
getActivationID() - Method in class net.jini.jrmp.JrmpExporter
Returns the activation ID associated with the object exported by this exporter, or null if activation is not being used with this exporter.
getActivationSystemHost() - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
Activation system host accessor method.
getActivationSystemHost() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
Activation system host accessor method.
getActivationSystemPort() - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
Activation system port accessor method.
getActivationSystemPort() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
Activation system port accessor method.
getAddress() - Method in class net.jini.discovery.IncomingMulticastRequest
Return the address of the host to contact in order to start unicast discovery.
getAdmin() - Method in class com.sun.jini.outrigger.OutriggerServerImpl
Return a proxy that implements that JavaSpaceAdmin interface.
getAdmin() - Method in interface net.jini.admin.Administrable
Returns an object that implements whatever administration interfaces are appropriate for the particular service.
getAnnouncementAddress() - Static method in class net.jini.discovery.Constants
Return the address of the multicast group over which the multicast announcement protocol takes place.
getArgs() - Method in class com.sun.jini.tool.envcheck.EnvCheck
Get the command line arguments of the command being analyzed.
getAttributes() - Method in class net.jini.lookup.JoinManager
Returns an array containing the set of attributes currently associated with the service.
getBeanClass(Class) - Static method in class net.jini.lookup.entry.EntryBeans
Return the class of JavaBeans component that corresponds to a particular Entry class.
getBuilding() - Method in class net.jini.lookup.entry.LocationBean
Return the value of the building field in the Location object linked to by this JavaBeans component.
getBundle() - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
Get the resource bundle for this class.
getCallerContext() - Method in interface net.jini.security.TrustVerifier.Context
Returns a collection of context objects for use by trust verifiers.
getCause() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
Returns the exception associated with this error or null if there is no exception associated with this error.
getChannel() - Method in interface net.jini.jeri.connection.Connection
Returns a socket channel that performs I/O on this connection, or null if no socket channel is available.
getChannel() - Method in interface net.jini.jeri.connection.ServerConnection
Returns a socket channel that performs I/O on this connection, or null if no socket channel is available.
getClassAnnotation() - Method in interface net.jini.loader.ClassAnnotation
Returns the class annotation string for classes defined by this class loader.
getClassAnnotation() - Method in class net.jini.loader.pref.PreferredClassLoader
Returns the class annotation string for classes defined by this class loader. The returned value may be null. PreferredClassLoader implements this method as follows: If this PreferredClassLoader was constructed with a non-null export class annotation string, then this method returns that string.
getClassAnnotation(Class) - Method in class net.jini.loader.pref.PreferredClassProvider
Provides the implementation for RMIClassLoaderSpi.getClassAnnotation(Class).
getClassAnnotation(ClassLoader) - Method in class net.jini.loader.pref.PreferredClassProvider
Returns the annotation string for the specified class loader.
getClassLoader() - Method in class net.jini.jeri.AbstractILFactory
Returns the class loader specified during construction.
getClassLoader() - Method in class net.jini.jeri.BasicInvocationDispatcher
Returns the class loader specified during construction.
getClassLoader(String) - Method in class net.jini.loader.pref.PreferredClassProvider
Provides the implementation for RMIClassLoaderSpi.getClassLoader(String).
getClassLoader() - Method in interface net.jini.security.TrustVerifier.Context
Returns the class loader that can be used as a basis for trust verification.
getClasspath() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
Classpath accessor method.
getClasspath() - Method in class com.sun.jini.tool.envcheck.EnvCheck
Get the classpath provided by the command line being analyzed.
getClasspathURLs(String) - Static method in class com.sun.jini.start.ClassLoaderUtil
Utility method that converts the components of a String representing a classpath into file URL(s).
getClientConstraints() - Method in class net.jini.jeri.BasicInvocationHandler
Returns this BasicInvocationHandler's client constraints.
getClientHost() - Method in interface net.jini.io.context.ClientHost
Returns the client host address for the remote call.
getClientSocketFactory() - Method in class net.jini.jrmp.JrmpExporter
Returns the client socket factory for this exporter, or null if none (in which case Socket objects are created directly).
getClientSubject() - Method in interface net.jini.io.context.ClientSubject
Returns the authenticated identity of the client as a read-only instance, or null if the client was not authenticated.
getCodebaseURLs(String) - Static method in class com.sun.jini.start.ClassLoaderUtil
Utility method that converts the components of a String representing a codebase into standard URL(s).
getComment() - Method in class net.jini.lookup.entry.CommentBean
Return the value of the comment field in the Comment object linked to by this JavaBeans component.
getConfig() - Method in class com.sun.jini.phoenix.ActivationGroupData
Returns the configuration options, or null.
getConnectionDeadline(long) - Method in class com.sun.jini.discovery.DiscoveryConstraints
Returns the deadline by which a network connection must be established during unicast discovery, or defaultValue if not constrained.
getConstraints() - Method in class com.sun.jini.landlord.ConstrainableLandlordLease
 
getConstraints() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
Returns the constraints as a non-null value.
getConstraints(Method) - Method in class net.jini.constraint.BasicMethodConstraints
Returns the constraints for the specified remote method as a non-null value.
getConstraints(Method) - Method in interface net.jini.core.constraint.MethodConstraints
Returns the constraints for the specified method as a non-null value.
getConstraints() - Method in interface net.jini.core.constraint.RemoteMethodControl
Returns the client constraints placed on this proxy.
getConstraints() - Method in class net.jini.discovery.ConstrainableLookupLocator
 
getContext() - Method in class com.sun.jini.start.AggregatePolicyProvider
Returns a snapshot of the current security context, which can be used to restore the context at a later time.
getContext() - Static method in class net.jini.security.Security
Returns a snapshot of the current security context, which can be used to restore the context at a later time.
getContext() - Method in interface net.jini.security.policy.SecurityContextSource
Returns a snapshot of the current security context, which can be used to restore the context at a later time.
getContext() - Method in class net.jini.security.proxytrust.BasicUntrustedObjectSecurityContext
Returns a security context to use to restrict privileges when invoking methods on untrusted objects.
getContext() - Method in interface net.jini.security.proxytrust.UntrustedObjectSecurityContext
Returns a security context to use to restrict privileges when invoking methods on untrusted objects.
getCookie() - Method in interface com.sun.jini.landlord.LeasedResource
Returns the universally unique identifier associated with this lease.
getCookie() - Method in interface net.jini.jeri.ServerEndpoint.ListenHandle
Returns a ListenCookie to identify the listen operation as the return value of the ListenContext.addListenEndpoint method.
getCountry() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the country field in the Address object linked to by this JavaBeans component.
getCurrentProxy() - Method in class net.jini.activation.ActivatableInvocationHandler
Returns the current value for the underlying proxy.
getDefaultPort() - Method in class net.jini.url.httpmd.Handler
Returns the default port for a URL parsed by this handler, which is 80.
getDeliveryStatus() - Method in interface net.jini.jeri.OutboundRequest
Returns false if it is guaranteed that no data written for this request has been processed by the recipient.
getDescription() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
Returns a textual description of the error encountered.
getDescriptors() - Method in class com.sun.jini.tool.envcheck.EnvCheck
Return the ServiceDescriptors contained in the service starter configuration.
getDiscoveredLocators() - Method in class net.jini.discovery.LookupLocatorDiscovery
Returns the set of LookupLocator objects representing the desired lookup services that are currently discovered.
getDiscoveryManager() - Method in class net.jini.lookup.JoinManager
Returns the instance of DiscoveryManagement that was either passed into the constructor, or that was created as a result of null being input to that parameter.
getDiscoveryManager() - Method in class net.jini.lookup.ServiceDiscoveryManager
The getDiscoveryManager method will return an object that implements the DiscoveryManagement interface.
getDisplayName() - Method in class com.sun.jini.lookup.entry.BasicServiceType
Returns the resource named "name", else the type field stripped of any package prefix (i.e., any characters up to and including the last dot ('.').
getDisplayName() - Method in class net.jini.lookup.entry.ServiceType
Return the localized display name of this service.
getEnableDGC() - Method in class net.jini.jeri.BasicJeriExporter
Returns true if DGC is enabled on the server endpoint to the object corresponding to this exporter; otherwise returns false.
getEnableDGC() - Method in class net.jini.jeri.BasicObjectEndpoint
Returns true if this BasicObjectEndpoint participates in DGC and false otherwise.
getEndpoint() - Method in class net.jini.jeri.BasicObjectEndpoint
Returns the Endpoint for the referenced remote object.
getEntries() - Method in class net.jini.entry.UnusableEntriesException
Returns a Collection of the entries that could be unmarshalled by the operation.
getEntry(String, String, Class) - Method in class net.jini.config.AbstractConfiguration
Returns an object of the specified type created using the information in the entry matching the specified component and name, which must be found, and supplying no data.
getEntry(String, String, Class, Object) - Method in class net.jini.config.AbstractConfiguration
Returns an object of the specified type created using the information in the entry matching the specified component and name, and supplying no data, returning the default value if no matching entry is found and the default value is not Configuration.NO_DEFAULT.
getEntry(String, String, Class, Object, Object) - Method in class net.jini.config.AbstractConfiguration
Returns an object of the specified type created using the information in the entry matching the specified component and name, and using the specified data (unless it is Configuration.NO_DATA), returning the default value if no matching entry is found and the default value is not Configuration.NO_DEFAULT.
getEntry(String, String, Class) - Method in interface net.jini.config.Configuration
Returns an object of the specified type created using the information in the entry matching the specified component and name, which must be found, and supplying no data.
getEntry(String, String, Class, Object) - Method in interface net.jini.config.Configuration
Returns an object of the specified type created using the information in the entry matching the specified component and name, and supplying no data, returning the default value if no matching entry is found and the default value is not Configuration.NO_DEFAULT.
getEntry(String, String, Class, Object, Object) - Method in interface net.jini.config.Configuration
Returns an object of the specified type created using the information in the entry matching the specified component and name, and using the specified data (unless it is Configuration.NO_DATA), returning the default value if no matching entry is found and the default value is not Configuration.NO_DEFAULT.
getEntry() - Method in class net.jini.space.AvailabilityEvent
Returns a copy of the Entry whose transition triggered this event.
getEntryClasses(ServiceTemplate) - Method in interface net.jini.core.lookup.ServiceRegistrar
Looks at all service items that match the specified template, finds every entry (among those service items) that either doesn't match any entry templates or is a subclass of at least one matching entry template, and returns the set of the (most specific) classes of those entries.
getEntryInternal(String, String, Class, Object) - Method in class net.jini.config.AbstractConfiguration
Returns an object created using the information in the entry matching the specified component and name, and the specified data, for the requested type.
getEntryInternal(String, String, Class, Object) - Method in class net.jini.config.ConfigurationFile
Returns an object created using the information in the entry matching the specified component and name, and the specified data, for the requested type.
getEntryInternal(String, String, Class, Object) - Method in class net.jini.config.EmptyConfiguration
Always throws an exception -- this configuration contains no entries.
getEntryNames() - Method in class net.jini.config.ConfigurationFile
Returns a set containing the fully qualified names of all non-private entries defined for this instance.
getEntryType(String, String) - Method in class net.jini.config.ConfigurationFile
Returns the static type of the expression specified for the entry with the specified component and name.
getErrorCount() - Static method in class com.sun.jini.tool.envcheck.Reporter
Get the total number of error records that were generated.
getEventRegistration() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
Returns an EventRegistration object that encapsulates the information needed by the client to identify a notification sent by the lookup discovery service to the registration's listener.
getException() - Method in class net.jini.lease.LeaseRenewalEvent
Returns the exception (if any) that caused the event to be sent.
getExceptions() - Method in class net.jini.discovery.LookupUnmarshalException
Accessor method that returns an array consisting of instances of Throwable, where each element of the array corresponds to one of the exceptions that occurred during the unmarshalling process.
getExceptions() - Method in class net.jini.lease.LeaseUnmarshalException
Accessor method that returns an array consisting of instances of Throwable, where each element of the array corresponds to one of the exceptions that occurred during the unmarshalling process.
getExpiration() - Method in interface com.sun.jini.landlord.LeasedResource
Returns the expiration time of the lease.
getExpiration() - Method in class com.sun.jini.lease.AbstractLease
Return the lease expiration.
getExpiration() - Method in interface net.jini.core.lease.Lease
Returns a long that indicates the time that the lease will expire.
getExpiration() - Method in class net.jini.lease.LeaseRenewalEvent
Returns the desired expiration time of the lease to which event pertains.
getExpiration(Lease) - Method in class net.jini.lease.LeaseRenewalManager
Returns the current desired expiration time associated with a particular lease, (not the actual expiration that was granted when the lease was created or last renewed).
getExplanation() - Method in class com.sun.jini.tool.envcheck.Reporter.Message
Returns the explanation text.
getExportCodebase() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
Codebase accessor method.
getExtraProxyInterfaces(Remote) - Method in class net.jini.jeri.AbstractILFactory
Returns a new array containing any additional interfaces that the proxy should implement, beyond the interfaces obtained by passing impl to the getRemoteInterfaces method.
getExtraProxyInterfaces(Remote) - Method in class net.jini.jeri.BasicILFactory
Returns a new array containing any additional interfaces that the proxy should implement, beyond the interfaces obtained by passing impl to the getRemoteInterfaces method.
getFieldValues(ServiceTemplate, int, String) - Method in interface net.jini.core.lookup.ServiceRegistrar
Looks at all service items that match the specified template, finds every entry (among those service items) that matches tmpl.attributeSetTemplates[setIndex], and returns the set of values of the specified field of those entries.
getFiles() - Method in class com.sun.jini.tool.ClassDep
If true classnames will be separated using File.separator, else it will use dots.
getFloatEntry(Configuration, String, String, float, float, float) - Static method in class com.sun.jini.config.Config
Obtains a float that falls within the given inclusive range from the specified Configuration using the specified component and entry names.
getFloor() - Method in class net.jini.lookup.entry.LocationBean
Return the value of the floor field in the Location object linked to by this JavaBeans component.
getFormatName() - Method in interface com.sun.jini.discovery.DiscoveryFormatProvider
Returns the name of the format implemented by this provider.
getFormatName() - Method in class com.sun.jini.discovery.kerberos.Client
 
getFormatName() - Method in class com.sun.jini.discovery.kerberos.Server
 
getFormatName() - Method in class com.sun.jini.discovery.plaintext.Client
 
getFormatName() - Method in class com.sun.jini.discovery.plaintext.Server
 
getFormatName() - Method in class com.sun.jini.discovery.ssl.Client
 
getFormatName() - Method in class com.sun.jini.discovery.ssl.Server
 
getFormatName() - Method in class com.sun.jini.discovery.x500.sha1withdsa.Client
 
getFormatName() - Method in class com.sun.jini.discovery.x500.sha1withdsa.Server
 
getFormatName() - Method in class com.sun.jini.discovery.x500.sha1withrsa.Client
 
getFormatName() - Method in class com.sun.jini.discovery.x500.sha1withrsa.Server
 
getFrom(ServiceRegistrar) - Method in class net.jini.discovery.LookupDiscoveryManager
Return where the proxy come from.
getGrants(Class, Principal[]) - Method in class com.sun.jini.start.AggregatePolicyProvider
If the currently active sub-policy supports dynamic permission grants, delegates to the corresponding getGrants method of the currently active sub-policy to return a new array containing the set of permissions dynamically granted to protection domains which are associated with the class loader of the given class and possess at least the given set of principals.
getGrants(Class, Principal[]) - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
If both underlying policy providers support dynamic grants, delegates to the getGrants method of the underlying policy associated with the loader of the given class (the loader-specific policy if the class loader is null, the same as or a child of the loader specified in the constructor for this instance, or the default loader otherwise).
getGrants(Class, Principal[]) - Method in interface net.jini.security.policy.DynamicPolicy
If this security policy provider supports dynamic permission grants, returns a new array containing the cumulative set of permissions dynamically granted to protection domains (including ones not yet created) that are associated with the class loader of the given class and possess at least the given set of principals.
getGrants(Class, Principal[]) - Method in class net.jini.security.policy.DynamicPolicyProvider
 
getGroup() - Method in class com.sun.jini.thread.WakeupManager.ThreadDesc
The ThreadGroup the thread will be created in.
getGroupDescriptor() - Method in class com.sun.jini.tool.envcheck.EnvCheck
Return the SharedActivationGroupDescriptor contained in the service starter configuration.
getGroups() - Method in class com.sun.jini.discovery.MulticastAnnouncement
Returns the member groups of the lookup service.
getGroups() - Method in class com.sun.jini.discovery.MulticastRequest
Returns the groups targeted by the request.
getGroups() - Method in class com.sun.jini.discovery.UnicastResponse
Returns the member groups of the lookup service.
getGroups() - Method in interface net.jini.core.lookup.ServiceRegistrar
Returns the set of groups that this lookup service is currently a member of.
getGroups() - Method in class net.jini.discovery.DiscoveryEvent
Returns a set that maps to each registrar referenced by this event, the current set of groups in which each registrar is a member.
getGroups() - Method in interface net.jini.discovery.DiscoveryGroupManagement
Returns an array consisting of the elements of the managed set of groups; that is, the names of the groups whose members are the lookup services to discover.
getGroups() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
Return the groups of which the announcing lookup service is a member.
getGroups() - Method in class net.jini.discovery.IncomingMulticastRequest
Return the set of groups in which the requestor is interested.
getGroups() - Method in class net.jini.discovery.IncomingUnicastResponse
Return the set of groups of which the lookup service we discovered was a member when we discovered it.
getGroups() - Method in class net.jini.discovery.LookupDiscovery
Return the set of group names this LookupDiscovery instance is trying to discover.
getGroups() - Method in class net.jini.discovery.LookupDiscoveryManager
Returns an array consisting of the elements of the managed set of groups; that is, the names of the groups whose members are the lookup services to discover.
getGroups() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
Returns an array consisting of the names of the groups whose members are lookup services the lookup discovery service will attempt to discover for this registration.
getGroups() - Method in class net.jini.discovery.RemoteDiscoveryEvent
Returns a set that maps to the service ID of each registrar referenced by this event, the current set of groups in which each registrar is a member.
getHost() - Method in class com.sun.jini.discovery.MulticastAnnouncement
Returns the lookup service host name.
getHost() - Method in class com.sun.jini.discovery.MulticastRequest
Returns the client host name.
getHost() - Method in class com.sun.jini.discovery.UnicastResponse
Returns the lookup service host name.
getHost() - Method in class net.jini.core.discovery.LookupLocator
Returns the name of the host that this instance should contact.
getHost() - Method in class net.jini.jeri.http.HttpEndpoint
Returns the host that this HttpEndpoint connects to.
getHost() - Method in class net.jini.jeri.http.HttpServerEndpoint
Returns the host name that will be used in HttpEndpoint instances produced by listening on this HttpServerEndpoint, or null if the IP address string obtained from InetAddress.getLocalHost will be used.
getHost() - Method in class net.jini.jeri.kerberos.KerberosEndpoint
Returns the server host that this endpoint connects to.
getHost() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns the host name that will be used in KerberosEndpoint instances created by listening on this object.
getHost() - Method in class net.jini.jeri.ssl.HttpsEndpoint
Returns the server host that this endpoint connects to.
getHost() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns the host name that will be used in HttpsEndpoint instances created by listening on this object, or null if enumerateListenEndpoints will use the default server host.
getHost() - Method in class net.jini.jeri.ssl.SslEndpoint
Returns the server host that this endpoint connects to.
getHost() - Method in class net.jini.jeri.ssl.SslServerEndpoint
Returns the host name that will be used in SslEndpoint instances created by listening on this object, or null if enumerateListenEndpoints will use the default server host.
getHost() - Method in class net.jini.jeri.tcp.TcpEndpoint
Returns the host that this TcpEndpoint connects to.
getHost() - Method in class net.jini.jeri.tcp.TcpServerEndpoint
Returns the host name that will be used in TcpEndpoint instances produced by listening on this TcpServerEndpoint, or null if the IP address string obtained from InetAddress.getLocalHost will be used.
getHostAddress() - Static method in class com.sun.jini.config.ConfigUtil
Returns the textual presentation of the local host IP address.
getHostName() - Static method in class com.sun.jini.config.ConfigUtil
Return the local hostname.
getID() - Method in class net.jini.core.event.EventRegistration
Returns the identifier that will be used in all RemoteEvents generated for this interest registration.
getID() - Method in class net.jini.core.event.RemoteEvent
Returns the event identifier, used to identify the kind of event relative to the object in which the event occurred.
getIcon(int) - Method in class com.sun.jini.lookup.entry.BasicServiceType
Returns the resource named "icon.
getIcon(int) - Method in class net.jini.lookup.entry.ServiceType
Get an icon for this service.
getImplClassName() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
Implementation class accessor method.
getImportCodebase() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
Classpath accessor method.
getImportCodebaseURLs(String) - Static method in class com.sun.jini.start.ClassLoaderUtil
Utility method that converts the components of a String representing a codebase or classpath into URL(s).
getInnerProxyPreparer() - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
ProxyPreparer accessor method.
getInputStream() - Method in interface net.jini.jeri.connection.Connection
Returns an input stream that reads data from this connection.
getInputStream() - Method in interface net.jini.jeri.connection.ServerConnection
Returns an input stream that reads data from this connection.
getInstance(int) - Static method in class com.sun.jini.discovery.DiscoveryProtocolVersion
Returns a DiscoveryProtocolVersion constraint for the given version number.
getInstance(String[]) - Static method in class net.jini.config.ConfigurationProvider
Creates and returns an instance of the configuration provider, using the specified options.
getInstance(String[], ClassLoader) - Static method in class net.jini.config.ConfigurationProvider
Creates and returns an instance of the configuration provider, using the specified options and class loader.
getInstance(String, int) - Static method in class net.jini.jeri.http.HttpEndpoint
Returns an HttpEndpoint instance for the given host name and TCP port number.
getInstance(String, int, SocketFactory) - Static method in class net.jini.jeri.http.HttpEndpoint
Returns an HttpEndpoint instance for the given host name and TCP port number that contains the given SocketFactory.
getInstance(int) - Static method in class net.jini.jeri.http.HttpServerEndpoint
Returns an HttpServerEndpoint instance for the given TCP port number.
getInstance(String, int) - Static method in class net.jini.jeri.http.HttpServerEndpoint
Returns an HttpServerEndpoint instance for the given host name and TCP port number.
getInstance(String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.http.HttpServerEndpoint
Returns an HttpServerEndpoint instance for the given host name and TCP port number that contains the given SocketFactory and ServerSocketFactory.
getInstance(String, int, KerberosPrincipal) - Static method in class net.jini.jeri.kerberos.KerberosEndpoint
Returns a KerberosEndpoint instance for the given server host name, TCP port number, and server principal.
getInstance(String, int, KerberosPrincipal, SocketFactory) - Static method in class net.jini.jeri.kerberos.KerberosEndpoint
Returns a KerberosEndpoint instance for the given server host name, TCP port number, server principal, and SocketFactory.
getInstance(int) - Static method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns a KerberosServerEndpoint instance with the specified port, using the default server subject, server principal, and server host.
getInstance(String, int) - Static method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns a KerberosServerEndpoint instance with the specified server host and port, using the default server subject and server principal.
getInstance(String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns a KerberosServerEndpoint instance with the specified server host, port, and socket factories, using the default server subject and server principal.
getInstance(Subject, KerberosPrincipal, String, int) - Static method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns a KerberosServerEndpoint instance with the specified server subject, server principal, server host, and port.
getInstance(Subject, KerberosPrincipal, String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns a KerberosServerEndpoint instance with the specified server subject, server principal, server host, port, and socket factories.
getInstance(String, int) - Static method in class net.jini.jeri.ssl.HttpsEndpoint
Returns an HTTPS endpoint for the specified server host and port.
getInstance(String, int, SocketFactory) - Static method in class net.jini.jeri.ssl.HttpsEndpoint
Returns an HTTPS endpoint for the specified server host, port, and socket factory.
getInstance(int) - Static method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns an HTTPS server endpoint for the specified port.
getInstance(String, int) - Static method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns an HTTPS server endpoint for the specified server host and port.
getInstance(String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns an HTTPS server endpoint for the specified server host, port, and socket factories.
getInstance(Subject, X500Principal[], String, int) - Static method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns an HTTPS server endpoint for the specified server subject, server principals, server host, and port.
getInstance(Subject, X500Principal[], String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns an HTTPS server endpoint for the specified server subject, server principals, server host, port, and socket factories.
getInstance(String, int) - Static method in class net.jini.jeri.ssl.SslEndpoint
Returns a TLS/SSL endpoint for the specified server host and port.
getInstance(String, int, SocketFactory) - Static method in class net.jini.jeri.ssl.SslEndpoint
Returns a TLS/SSL endpoint for the specified server host, port, and socket factory.
getInstance(int) - Static method in class net.jini.jeri.ssl.SslServerEndpoint
Returns a TLS/SSL server endpoint for the specified port.
getInstance(String, int) - Static method in class net.jini.jeri.ssl.SslServerEndpoint
Returns a TLS/SSL server endpoint for the specified server host and port.
getInstance(String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.ssl.SslServerEndpoint
Returns a TLS/SSL server endpoint for the specified server host, port, and socket factories.
getInstance(Subject, X500Principal[], String, int) - Static method in class net.jini.jeri.ssl.SslServerEndpoint
Returns a TLS/SSL server endpoint for the specified server subject, server principals, server host, and port.
getInstance(Subject, X500Principal[], String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.ssl.SslServerEndpoint
Returns a TLS/SSL server endpoint for the specified server subject, server principals, server host, port, and socket factories.
getInstance(String, int) - Static method in class net.jini.jeri.tcp.TcpEndpoint
Returns a TcpEndpoint instance for the given host name and TCP port number.
getInstance(String, int, SocketFactory) - Static method in class net.jini.jeri.tcp.TcpEndpoint
Returns a TcpEndpoint instance for the given host name and TCP port number that contains the given SocketFactory.
getInstance(int) - Static method in class net.jini.jeri.tcp.TcpServerEndpoint
Returns a TcpServerEndpoint instance for the given TCP port number.
getInstance(String, int) - Static method in class net.jini.jeri.tcp.TcpServerEndpoint
Returns a TcpServerEndpoint instance for the given host name and TCP port number.
getInstance(String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.tcp.TcpServerEndpoint
Returns a TcpServerEndpoint instance for the given host name and TCP port number that contains the given SocketFactory and ServerSocketFactory.
getIntEntry(Configuration, String, String, int, int, int) - Static method in class com.sun.jini.config.Config
Obtains an int that falls within the given inclusive range from the specified Configuration using the specified component and entry names.
getIntegrity() - Method in class com.sun.jini.proxy.MarshalledWrapper
Returns the integrity value sampled during deserialization of this MarshalledWrapper instance, or false if this instance was not produced by deserialization or was deserialized from a stream with no integrity protection setting.
getInvocationDispatcher() - Method in class net.jini.jeri.InvocationLayerFactory.Instances
Returns the invocation dispatcher.
getInvocationDispatcherMethods(Remote) - Method in class net.jini.jeri.AbstractILFactory
Returns a new, modifiable collection of Method objects, containing all remote methods for which the invocation dispatcher should accept incoming remote calls.
getInvocationLayerFactory() - Method in class net.jini.jeri.BasicJeriExporter
Returns the InvocationLayerFactory for this exporter.
getJarToRun() - Method in class com.sun.jini.tool.envcheck.EnvCheck
Return the name of the executable JAR file supplied on the command line being analyzed.
getJavaCmd() - Method in class com.sun.jini.tool.envcheck.EnvCheck
Return the java command for the command line being analyzed.
getJoinSet() - Method in class net.jini.lookup.JoinManager
Returns an array of ServiceRegistrar objects, each corresponding to a lookup service with which the service is currently registered (joined).
getKeepAlive() - Method in class net.jini.jeri.BasicJeriExporter
Returns true if the virtual machine is kept alive while the object corresponding to this exporter is exported; otherwise returns false.
getKeyStore(String, String) - Static method in class com.sun.jini.config.KeyStores
Returns a KeyStore initialized with contents read from a location specified as a file or URL.
getLease() - Method in class com.sun.jini.lease.BasicRenewalFailureEvent
Returns the lease that could not be renewed.
getLease() - Method in class net.jini.core.event.EventRegistration
Returns the Lease object for this registration.
getLease() - Method in interface net.jini.core.lookup.ServiceRegistration
Returns the lease that controls the service registration, allowing the lease to be renewed or cancelled.
getLease() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
Returns the Lease object that controls a client's registration with the lookup discovery service.
getLease() - Method in interface net.jini.event.MailboxRegistration
Returns the Lease object associated with this registration.
getLease() - Method in class net.jini.lease.LeaseRenewalEvent
Returns a reference to the lease to which the event pertains.
getLease() - Method in class net.jini.lease.RenewalFailureEvent
Returns the lease that could not be renewed.
getLease() - Method in interface net.jini.space.MatchSet
Returns a proxy to the Lease associated with this match set, or null if this match set is not leased.
getLeaseBound() - Method in interface com.sun.jini.fiddler.FiddlerAdmin
Retrieves the least upper bound applied to all lease durations granted by the lookup discovery service.
getLeaseRenewalManager() - Method in class net.jini.lookup.JoinManager
Returns the instance of the LeaseRenewalManager class that was either passed into the constructor, or that was created as a result of null being input to that parameter.
getLeaseRenewalManager() - Method in class net.jini.lookup.ServiceDiscoveryManager
The getLeaseRenewalManager method will return an instance of the LeaseRenewalManager class.
getLeases() - Method in interface net.jini.lease.LeaseRenewalSet
Returns all the leases currently in the set.
getLeases() - Method in class net.jini.lease.LeaseUnmarshalException
Accessor method that returns an array consisting of instances of Lease, where each element of the array corresponds to a successfully unmarshalled object.
getLeastSignificantBits() - Method in class net.jini.core.lookup.ServiceID
Returns the least significant 64 bits of the service ID.
getLeastSignificantBits() - Method in class net.jini.id.Uuid
Returns the least significant 64 bits of this Uuid's 128-bit value.
getLevel() - Method in class com.sun.jini.tool.envcheck.Reporter.Message
Returns the message level.
getLifeCycle() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
LifeCycle accessor method.
getLineNumber() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
Returns the line number in the configuration source where the entry with an error can be found or 0 if this error descriptor is not associated with a line number.
getListener() - Method in interface net.jini.event.MailboxRegistration
Returns the RemoteEventListener associated with this registration.
getLocality() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the locality field in the Address object linked to by this JavaBeans component.
getLocationName() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
Returns the name of the configuration source location or null if location information is not available.
getLocator() - Method in interface net.jini.core.lookup.ServiceRegistrar
Returns a LookupLocator that can be used if necessary for unicast discovery of the lookup service.
getLocator() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
Return a LookupLocator for performing unicast discovery of the announcing lookup service.
getLocators() - Method in interface net.jini.discovery.DiscoveryLocatorManagement
Returns an array consisting of the elements of the managed set of locators; that is, instances of LookupLocator in which each instance corresponds to a specific lookup service to discover.
getLocators() - Method in class net.jini.discovery.LookupDiscoveryManager
Returns an array consisting of the elements of the managed set of locators; that is, instances of LookupLocator in which each instance corresponds to a specific lookup service to discover.
getLocators() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
Returns an array consisting of the LookupLocator objects corresponding to specific lookup services the lookup discovery service will attempt to discover for this registration.
getLocators() - Method in class net.jini.discovery.LookupLocatorDiscovery
Returns an array consisting of the elements of the managed set of locators; that is, instances of LookupLocator in which each instance corresponds to a specific lookup service to discover.
getLog() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
Shared group log accessor method.
getLongEntry(Configuration, String, String, long, long, long) - Static method in class com.sun.jini.config.Config
Obtains a long that falls within the given inclusive range from the specified Configuration using the specified component and entry names.
getLookupAttributes() - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
getLookupAttributes() - Method in interface net.jini.admin.JoinAdmin
Get the current attribute sets for the service.
getLookupGroups() - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
getLookupGroups() - Method in interface net.jini.admin.JoinAdmin
Get the list of groups to join.
getLookupLocators() - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
getLookupLocators() - Method in interface net.jini.admin.JoinAdmin
Get the list of locators of specific lookup services to join.
getManufacturer() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the manufacturer field in the ServiceInfo object linked to by this JavaBeans component.
getMarshalledInstance() - Method in class com.sun.jini.proxy.MarshalledWrapper
Returns the MarshalledInstance wrapped by this MarshalledWrapper.
getMarshalledLeases() - Method in class net.jini.lease.LeaseUnmarshalException
Accessor method that returns an array consisting of instances of MarshalledObject, where each element of the array is a marshalled instance of the Lease interface, and corresponds to an object that could not be successfully unmarshalled.
getMarshalledRegistrars() - Method in class net.jini.discovery.LookupUnmarshalException
Accessor method that returns an array consisting of instances of MarshalledObject, where each element of the array is a marshalled instance of the ServiceRegistrar interface, and corresponds to an object that could not be successfully unmarshalled.
getMaxStart() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
Returns the maximum start time in milliseconds from midnight, January 1, 1970 UTC.
getMaxStart() - Method in class net.jini.core.constraint.DelegationRelativeTime
Returns the maximum start duration in milliseconds.
getMaxStop() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
Returns the maximum stop time in milliseconds from midnight, January 1, 1970 UTC.
getMaxStop() - Method in class net.jini.core.constraint.DelegationRelativeTime
Returns the maximum stop duration in milliseconds.
getMaxThreads() - Method in class com.sun.jini.thread.TaskManager
Return the maximum number of threads to use on tasks.
getMemberGroups() - Method in interface net.jini.lookup.DiscoveryAdmin
Returns an array consisting of the names of the groups in which the lookup service is a member.
getMessage() - Method in class com.sun.jini.proxy.ThrowThis
Returns the detail message, including the message from the nested exception the server wants thrown
getMessage() - Method in class com.sun.jini.tool.envcheck.Reporter.Message
Returns the short message text.
getMethodConstraints(Object) - Method in class net.jini.security.BasicProxyPreparer
Returns the method constraints to use when verifying and setting constraints on the specified proxy.
getMethodDescs() - Method in class net.jini.constraint.BasicMethodConstraints
Returns the descriptors.
getMinStart() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
Returns the minimum start time in milliseconds from midnight, January 1, 1970 UTC.
getMinStart() - Method in class net.jini.core.constraint.DelegationRelativeTime
Returns the minimum start duration in milliseconds.
getMinStop() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
Returns the minimum stop time in milliseconds from midnight, January 1, 1970 UTC.
getMinStop() - Method in class net.jini.core.constraint.DelegationRelativeTime
Returns the minimum stop duration in milliseconds.
getModel() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the model field in the ServiceInfo object linked to by this JavaBeans component.
getMostSignificantBits() - Method in class net.jini.core.lookup.ServiceID
Returns the most significant 64 bits of the service ID.
getMostSignificantBits() - Method in class net.jini.id.Uuid
Returns the most significant 64 bits of this Uuid's 128-bit value.
getMulticastMaxPacketSize(int) - Method in class com.sun.jini.discovery.DiscoveryConstraints
Returns the maximum multicast packet size to allow, or the specified default value if not constrained.
getMulticastTimeToLive(int) - Method in class com.sun.jini.discovery.DiscoveryConstraints
Returns the multicast time to live value to use, or the specified default value if not constrained.
getName() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
Returns the name of the method, with a prefix or suffix '*' if the name is a pattern, or null if this descriptor matches all methods.
getName() - Method in class net.jini.lookup.entry.NameBean
Return the value of the name field in the object linked to by this JavaBeans component.
getName() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the name field in the ServiceInfo object linked to by this JavaBeans component.
getNonNullEntry(Configuration, String, String, Class) - Static method in class com.sun.jini.config.Config
Obtains a non-null object from the specified Configuration using the specified arguments.
getNonNullEntry(Configuration, String, String, Class, Object) - Static method in class com.sun.jini.config.Config
Obtains a non-null object from the specified Configuration using the specified arguments.
getNonNullEntry(Configuration, String, String, Class, Object, Object) - Static method in class com.sun.jini.config.Config
Obtains a non-null object from the specified Configuration using the specified arguments.
getObjectEndpoint() - Method in class net.jini.jeri.BasicInvocationHandler
Returns this BasicInvocationHandler's ObjectEndpoint.
getObjectIdentifier() - Method in class net.jini.jeri.BasicJeriExporter
Returns the object identifier for this exporter.
getObjectIdentifier() - Method in class net.jini.jeri.BasicObjectEndpoint
Returns the object identifier for the referenced remote object.
getObjectStreamContext() - Method in class net.jini.io.MarshalInputStream
Returns the collection of context information objects that was passed to this stream's constructor.
getObjectStreamContext() - Method in class net.jini.io.MarshalOutputStream
Returns the collection of context information objects that was passed to this stream's constructor.
getObjectStreamContext() - Method in interface net.jini.io.ObjectStreamContext
Returns this object stream's collection of context information objects.
getOrganization() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the organization field in the Address object linked to by this JavaBeans component.
getOrganizationalUnit() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the organizationalUnit field in the Address object linked to by this JavaBeans component.
getOutputStream() - Method in interface net.jini.jeri.connection.Connection
Returns an output stream that writes data to this connection.
getOutputStream() - Method in interface net.jini.jeri.connection.ServerConnection
Returns an output stream that writes data to this connection.
getOverride() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
Returns the override sequence number where this error occurred or 0 if the error did not occur in an override.
getParameterTypes() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
Returns the parameter types, or null if this descriptor matches all parameter types or all methods.
getPending() - Method in class com.sun.jini.thread.TaskManager
Return all pending tasks.
getPermissionClass() - Method in class net.jini.jeri.BasicILFactory
Returns the permission class, if any.
getPermissions(CodeSource) - Method in class com.sun.jini.start.AggregatePolicyProvider
Delegates to the corresponding getPermissions method of the currently active sub-policy to return the set of permissions allowed for code from the specified code source, as a newly-created mutable PermissionCollection which supports heterogeneous permission types.
getPermissions(ProtectionDomain) - Method in class com.sun.jini.start.AggregatePolicyProvider
If the given protection domain is the protection domain of this class, then a newly-created PermissionCollection containing AllPermission is returned.
getPermissions(CodeSource) - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
Delegates to the corresponding getPermissions method of the underlying default policy.
getPermissions(ProtectionDomain) - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
If the given protection domain is the protection domain of this class, then a newly-created PermissionCollection containing AllPermission is returned.
getPermissions(CodeSource) - Method in class net.jini.loader.pref.PreferredClassLoader
Returns the static permissions to be automatically granted to classes loaded from the specified CodeSource and defined by this class loader.
getPermissions(Object) - Method in class net.jini.security.BasicProxyPreparer
Returns the permissions to grant to proxies, or an empty array if no permissions should be granted.
getPermissions(CodeSource) - Method in class net.jini.security.policy.DynamicPolicyProvider
Behaves as specified by Policy.getPermissions(CodeSource).
getPermissions(ProtectionDomain) - Method in class net.jini.security.policy.DynamicPolicyProvider
Behaves as specified by Policy.getPermissions(ProtectionDomain).
getPermissions(CodeSource) - Method in class net.jini.security.policy.PolicyFileProvider
Behaves as specified by Policy.getPermissions(CodeSource).
getPermissions(ProtectionDomain) - Method in class net.jini.security.policy.PolicyFileProvider
Behaves as specified by Policy.getPermissions(ProtectionDomain).
getPersistenceSnapshotThreshold() - Method in interface com.sun.jini.fiddler.FiddlerAdmin
Retrieve the value of the size threshold of the snapshot; which is employed by the lookup discovery service in the test to determine whether or not to take a "snapshot" of the system state.
getPersistenceSnapshotWeight() - Method in interface com.sun.jini.fiddler.FiddlerAdmin
Retrieve the weight factor applied by the lookup discovery service to the snapshot size during the test to determine whether or not to take a "snapshot" of the system state.
getPolicy() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
Policy accessor method.
getPolicy() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
Policy accessor method.
getPort() - Method in class com.sun.jini.discovery.MulticastAnnouncement
Returns the lookup service listen port.
getPort() - Method in class com.sun.jini.discovery.MulticastRequest
Returns the client listen port.
getPort() - Method in class com.sun.jini.discovery.UnicastResponse
Returns the lookup service listen port.
getPort() - Method in class com.sun.jini.tool.ClassServer
Returns the port on which this server is listening.
getPort() - Method in class net.jini.core.discovery.LookupLocator
Returns the number of the port to which this instance should connect.
getPort() - Method in class net.jini.discovery.IncomingMulticastRequest
Return the number of the port to connect to on the remote host in order to start unicast discovery.
getPort() - Method in class net.jini.jeri.http.HttpEndpoint
Returns the TCP port that this HttpEndpoint connects to.
getPort() - Method in class net.jini.jeri.http.HttpServerEndpoint
Returns the TCP port that this HttpServerEndpoint listens on.
getPort() - Method in class net.jini.jeri.kerberos.KerberosEndpoint
Returns the TCP port that this endpoint connects to.
getPort() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns the TCP port that the ListenEndpoints created by this server endpoint listen on.
getPort() - Method in class net.jini.jeri.ssl.HttpsEndpoint
Returns the TCP port that this endpoint connects to.
getPort() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns the TCP port on which this object listens for connections, or 0 if it selects a free port.
getPort() - Method in class net.jini.jeri.ssl.SslEndpoint
Returns the TCP port that this endpoint connects to.
getPort() - Method in class net.jini.jeri.ssl.SslServerEndpoint
Returns the TCP port on which this object listens for connections, or 0 if it selects a free port.
getPort() - Method in class net.jini.jeri.tcp.TcpEndpoint
Returns the TCP port that this TcpEndpoint connects to.
getPort() - Method in class net.jini.jeri.tcp.TcpServerEndpoint
Returns the TCP port that this TcpServerEndpoint listens on.
getPort() - Method in class net.jini.jrmp.JrmpExporter
Returns the port used by this exporter, or zero if an anonymous port is used.
getPostEventServiceItem() - Method in class net.jini.lookup.ServiceDiscoveryEvent
Returns an instance of a ServiceItem containing the service reference corresponding to the given event.
getPostalCode() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the postalCode field in the Address object linked to by this JavaBeans component.
getPreEventServiceItem() - Method in class net.jini.lookup.ServiceDiscoveryEvent
Returns an instance of a ServiceItem containing the service reference corresponding to the given event.
getPrincipal() - Method in class net.jini.jeri.kerberos.KerberosEndpoint
Returns the principal this endpoint requires the server to authenticate as.
getPrincipal() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns the principal that this server endpoint will authenticate itself as.
getPrincipals() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns an immutable set of the principals that this instance uses for authentication, or null if it is anonymous.
getPrincipals() - Method in class net.jini.jeri.ssl.SslServerEndpoint
Returns an immutable set of the principals that this instance uses for authentication, or null if it is anonymous.
getPriority() - Method in class com.sun.jini.thread.WakeupManager.ThreadDesc
The priority the thread should be created with.
getProperties() - Method in class com.sun.jini.tool.envcheck.EnvCheck
Return a copy of the properties that were specified on the command line being analyzed.
getProperty(String) - Method in class com.sun.jini.tool.envcheck.EnvCheck
Return a property value that was specified on the command line being analyzed.
getProtocol1() - Static method in class com.sun.jini.discovery.Discovery
Returns an instance implementing protocol version 1.
getProtocol2(ClassLoader) - Static method in class com.sun.jini.discovery.Discovery
Returns an instance implementing protocol version 2 which uses providers loaded from the given class loader, or the current context class loader if the given loader is null.
getProtocol2(MulticastRequestEncoder[], MulticastRequestDecoder[], MulticastAnnouncementEncoder[], MulticastAnnouncementDecoder[], UnicastDiscoveryClient[], UnicastDiscoveryServer[]) - Static method in class com.sun.jini.discovery.Discovery
Returns an instance implementing protocol version 2 which uses the given providers.
getProxy() - Method in class com.sun.jini.start.SharedGroupImpl
 
getProxy() - Method in interface net.jini.export.ProxyAccessor
Returns a proxy object for this remote object.
getProxy() - Method in class net.jini.jeri.InvocationLayerFactory.Instances
Returns the proxy.
getProxyInterfaces(Remote) - Method in class net.jini.jeri.AbstractILFactory
Returns a new array containing the interfaces for the proxy to implement.
getProxyTrustIterator() - Method in class net.jini.activation.ActivatableInvocationHandler
Returns a proxy trust iterator for an activatable object that is suitable for use by ProxyTrustVerifier.
getProxyTrustIterator() - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
Returns an iterator that produces the bootstrap proxy as the only element of the iteration.
getProxyVerifier() - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
getProxyVerifier() - Method in class com.sun.jini.phoenix.ActivationGroupImpl
 
getProxyVerifier() - Method in class com.sun.jini.start.SharedGroupImpl
 
getProxyVerifier() - Method in interface net.jini.security.proxytrust.ProxyTrust
Returns a TrustVerifier which can be used to verify that a proxy can be trusted as a proxy for the service; that is, the isTrustedObject method of the returned verifier can be called with a candidate proxy.
getProxyVerifier() - Method in interface net.jini.security.proxytrust.ServerProxyTrust
Returns a TrustVerifier that can be used to verify that a proxy can be trusted as a proxy for the service; that is, the isTrustedObject method of the returned verifier can be called with a candidate proxy.
getReferentUuid() - Method in class com.sun.jini.landlord.LandlordLease
 
getReferentUuid() - Method in interface net.jini.id.ReferentUuid
Return the Uuid that has been assigned to the resource this proxy represents.
getRegistrar() - Method in class com.sun.jini.discovery.UnicastResponse
Returns the lookup service proxy.
getRegistrar() - Method in class net.jini.core.discovery.LookupLocator
Perform unicast discovery and return the ServiceRegistrar object for the given lookup service.
getRegistrar(int) - Method in class net.jini.core.discovery.LookupLocator
Perform unicast discovery and return the ServiceRegistrar object for the given lookup service, with the given discovery timeout.
getRegistrar() - Method in class net.jini.discovery.ConstrainableLookupLocator
Performs unicast discovery as specified by LookupLocator.getRegistrar() with the following differences.
getRegistrar(int) - Method in class net.jini.discovery.ConstrainableLookupLocator
Performs unicast discovery as specified by LookupLocator.getRegistrar(int), additionally applying the supplied discovery constraints.
getRegistrar() - Method in class net.jini.discovery.IncomingUnicastResponse
Return the lookup service registrar we have discovered.
getRegistrars() - Method in class net.jini.discovery.DiscoveryEvent
Return the set of registrars to which this event applies.
getRegistrars() - Method in interface net.jini.discovery.DiscoveryManagement
Returns an array of instances of ServiceRegistrar, each corresponding to a proxy to one of the currently discovered lookup services.
getRegistrars() - Method in class net.jini.discovery.LookupDiscovery
Returns an array of instances of ServiceRegistrar, each corresponding to a proxy to one of the currently discovered lookup services.
getRegistrars() - Method in class net.jini.discovery.LookupDiscoveryManager
Returns an array of instances of ServiceRegistrar, each corresponding to a proxy to one of the currently discovered lookup services.
getRegistrars() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
Returns an array consisting of instances of the ServiceRegistrar interface.
getRegistrars() - Method in class net.jini.discovery.LookupLocatorDiscovery
Returns an array of instances of ServiceRegistrar, each corresponding to a proxy to one of the currently discovered lookup services.
getRegistrars() - Method in class net.jini.discovery.LookupUnmarshalException
Accessor method that returns an array consisting of instances of ServiceRegistrar, where each element of the array corresponds to a successfully unmarshalled object.
getRegistrars() - Method in class net.jini.discovery.RemoteDiscoveryEvent
Returns an array consisting of instances of the ServiceRegistrar interface.
getRegistrationObject() - Method in class net.jini.core.event.RemoteEvent
Returns the handback object that was provided as a parameter to the event interest registration method, if any.
getRemoteEvents() - Method in interface net.jini.event.MailboxPullRegistration
Retrieves stored notifications, if any.
getRemoteInterfaces(Remote) - Method in class net.jini.jeri.AbstractILFactory
Returns a new array containing the remote interfaces that should be implemented by the proxy.
getRemoteInterfaces(Remote) - Method in class net.jini.jeri.ProxyTrustILFactory
Returns a new array containing the remote interfaces that should be implemented by the proxy.
getRenewalSetLease() - Method in class net.jini.lease.ExpirationWarningEvent
Convenience method to retrieve the Lease associated with the source of this event.
getRenewalSetLease() - Method in interface net.jini.lease.LeaseRenewalSet
Returns the lease that controls the lifetime of this set.
getRequestAddress() - Static method in class net.jini.discovery.Constants
Return the address of the multicast group over which the multicast request protocol takes place.
getRequestInputStream() - Method in interface net.jini.jeri.InboundRequest
Returns an InputStream to read the request data from.
getRequestOutputStream() - Method in interface net.jini.jeri.OutboundRequest
Returns an OutputStream to write the request data to.
getResource(String) - Method in class net.jini.loader.pref.PreferredClassLoader
Gets a resource with the specified name.
getResourceBundle(Class) - Static method in class com.sun.jini.tool.envcheck.Util
Get the resource bundle associated with class clazz.
getResponseInputStream() - Method in interface net.jini.jeri.OutboundRequest
Returns an InputStream to read the response data from.
getResponseOutputStream() - Method in interface net.jini.jeri.InboundRequest
Returns an OutputStream to write the response data to.
getRestart() - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
Restart accessor method.
getResults() - Method in class com.sun.jini.tool.ClassDep
Accessor method for the found dependencies.
getRoom() - Method in class net.jini.lookup.entry.LocationBean
Return the value of the room field in the Location object linked to by this JavaBeans component.
getSequenceNumber() - Method in class com.sun.jini.discovery.MulticastAnnouncement
Returns the announcement sequence number.
getSequenceNumber() - Method in class net.jini.core.event.EventRegistration
Returns the value of the sequence number on the event kind that was current when the registration was granted, allowing comparison with the sequence number in any subsequent notifications.
getSequenceNumber() - Method in class net.jini.core.event.RemoteEvent
Returns the sequence number of this event.
getSerialFormat() - Method in class com.sun.jini.lease.AbstractLease
Return the serialization format for the expiration.
getSerialFormat() - Method in interface net.jini.core.lease.Lease
Returns the format that will be used to serialize the lease.
getSerialNumber() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the serialNumber field in the ServiceInfo object linked to by this JavaBeans component.
getServerCommand() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
Command accessor method.
getServerConfigArgs() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
Service configuration arguments accessor method.
getServerConstraints() - Method in class net.jini.jeri.BasicILFactory
Returns the server constraints, if any.
getServerConstraints() - Method in class net.jini.jeri.BasicInvocationHandler
Returns this BasicInvocationHandler's server constraints.
getServerContext() - Method in interface net.jini.export.ServerContext.Spi
Returns a server context collection for the current thread, or null if provider does not contain context for the current thread.
getServerContext() - Static method in class net.jini.export.ServerContext
Returns the server context collection for the current thread.
getServerContext() - Method in class net.jini.jrmp.JrmpServerContext
Returns a server context collection containing an element that implements the ClientHost interface whose getClientHost method returns the client host if the current thread is handling a JRMP remote call, or null otherwise.
getServerContextElement(Class) - Static method in class net.jini.export.ServerContext
Returns the first element in the current server context collection (obtained by calling ServerContext.getServerContext) that is an instance of the given type type.
getServerEndpoint() - Method in class net.jini.jeri.BasicJeriExporter
Returns the server endpoint for this exporter.
getServerOptions() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
Command options accessor method.
getServerProperties() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
Properties accessor method.
getServerSocketFactory() - Method in class net.jini.jeri.http.HttpServerEndpoint
Returns the ServerSocketFactory that this endpoint uses to create ServerSocket objects.
getServerSocketFactory() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns the server socket factory that this server endpoint uses to create ServerSocket instances, or null if it uses default server sockets.
getServerSocketFactory() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns the server socket factory that this server endpoint uses to create ServerSocket instances, or null if it uses default server sockets.
getServerSocketFactory() - Method in class net.jini.jeri.ssl.SslServerEndpoint
Returns the server socket factory that this server endpoint uses to create ServerSocket instances, or null if it uses default server sockets.
getServerSocketFactory() - Method in class net.jini.jeri.tcp.TcpServerEndpoint
Returns the ServerSocketFactory that this endpoint uses to create ServerSocket objects.
getServerSocketFactory() - Method in class net.jini.jrmp.JrmpExporter
Returns the server socket factory for this exporter, or null if none (in which case java.net.ServerSocket objects are created directly).
getServiceID() - Method in class com.sun.jini.discovery.MulticastAnnouncement
Returns the service ID of the lookup service.
getServiceID() - Method in class net.jini.core.lookup.ServiceEvent
Returns the serviceID of the item that triggered the event.
getServiceID() - Method in interface net.jini.core.lookup.ServiceRegistrar
Returns the service ID of the lookup service.
getServiceID() - Method in interface net.jini.core.lookup.ServiceRegistration
Returns the service ID for this service.
getServiceID() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
Return the ServiceID of the announcing lookup service.
getServiceIDs() - Method in class com.sun.jini.discovery.MulticastRequest
Returns the service IDs of known lookup services.
getServiceIDs() - Method in class net.jini.discovery.IncomingMulticastRequest
Return a set of ServiceIDs from which the requestor has already heard.
getServiceItem() - Method in class net.jini.core.lookup.ServiceEvent
Returns the new state of the item, or null if the item was deleted from the lookup service.
getServicePreparer() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
ProxyPreparer accessor method.
getServiceProxy() - Method in class com.sun.jini.outrigger.OutriggerServerImpl
 
getServiceProxy() - Method in interface com.sun.jini.start.ServiceProxyAccessor
Returns a proxy object for this object.
getServiceTypes(ServiceTemplate, String) - Method in interface net.jini.core.lookup.ServiceRegistrar
Looks at all service items that match the specified template, and for every service item finds the most specific type (class or interface) or types the service item is an instance of that are neither equal to, nor a superclass of, any of the service types in the template and that have names that start with the specified prefix, and returns the set of all such types.
getSeverity() - Method in class net.jini.lookup.entry.StatusBean
Get the value of the severity field of the Status object to which this JavaBeans component is linked.
getSharedGroupLog() - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
Shared group log accessor method.
getShortDescription() - Method in class com.sun.jini.lookup.entry.BasicServiceType
Returns the resource named "desc", else null.
getShortDescription() - Method in class net.jini.lookup.entry.ServiceType
Return a localized short description of this service.
getSize() - Method in class com.sun.jini.discovery.MulticastMaxPacketSize
Returns the multicast packet size limit.
getSnapshot() - Method in class net.jini.space.AvailabilityEvent
Returns a snapshot of the Entry whose transition triggered this event.
getSnapshot() - Method in interface net.jini.space.MatchSet
Returns a snapshot of the Entry removed by the last call to next.
getSocketFactory() - Method in class net.jini.jeri.http.HttpEndpoint
Returns the SocketFactory that this endpoint uses to create Socket objects.
getSocketFactory() - Method in class net.jini.jeri.http.HttpServerEndpoint
Returns the SocketFactory that HttpEndpoint objects produced by listening on this HttpServerEndpoint will use to create Socket objects.
getSocketFactory() - Method in class net.jini.jeri.kerberos.KerberosEndpoint
Returns the SocketFactory that this endpoint uses to create Socket objects.
getSocketFactory() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns the socket factory that the associated KerberosEndpoint instances, which are created by listening on the ListenEndpoint instances of this server endpoint, use to create Socket instances, or null if they use default sockets.
getSocketFactory() - Method in class net.jini.jeri.ssl.HttpsEndpoint
Returns the socket factory that this endpoint uses to create Socket instances, or null if it uses default sockets.
getSocketFactory() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns the socket factory that the associated HttpsEndpoint instances created by listening on this server endpoint use to create Socket instances, or null if they use default sockets.
getSocketFactory() - Method in class net.jini.jeri.ssl.SslEndpoint
Returns the socket factory that this endpoint uses to create Socket instances, or null if it uses default sockets.
getSocketFactory() - Method in class net.jini.jeri.ssl.SslServerEndpoint
Returns the socket factory that the associated SslEndpoint instances created by listening on this server endpoint use to create Socket instances, or null if they use default sockets.
getSocketFactory() - Method in class net.jini.jeri.tcp.TcpEndpoint
Returns the SocketFactory that this endpoint uses to create Socket objects.
getSocketFactory() - Method in class net.jini.jeri.tcp.TcpServerEndpoint
Returns the SocketFactory that TcpEndpoint objects produced by listening on this TcpServerEndpoint will use to create Socket objects.
getSource() - Method in class net.jini.core.event.EventRegistration
Returns the source that will be used in all RemoteEvents generated for this interest registration.
getSpecialEntry(String) - Method in class net.jini.config.ConfigurationFile
Returns the value of the special entry with the specified name.
getSpecialEntryType(String) - Method in class net.jini.config.ConfigurationFile
Returns the type of the special entry with the specified name.
getState() - Method in class net.jini.core.transaction.server.ServerTransaction
Returns the current state of the transaction.
getState(long) - Method in interface net.jini.core.transaction.server.TransactionManager
Returns the current state of the given transaction.
getStateOrProvince() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the stateOrProvince field in the Address object linked to by this JavaBeans component.
getStorageLocation() - Method in interface com.sun.jini.admin.StorageLocationAdmin
Returns the location of the service's persistent storage.
getStreet() - Method in class net.jini.lookup.entry.AddressBean
Return the value of the street field in the Address object linked to by this JavaBeans component.
getString(String) - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
Get the format string associated with key from the resource bundle for this class.
getString(String, Object) - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
Get the format string associated with key from the resource bundle for this class.
getString(String, Object, Object) - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
Get the format string associated with key from the resource bundle for this class.
getString(String, Object, Object, Object) - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
Get the format string associated with key from the resource bundle for this class.
getString(String, ResourceBundle) - Static method in class com.sun.jini.tool.envcheck.Util
Print out string according to resourceBundle format.
getString(String, ResourceBundle, Object) - Static method in class com.sun.jini.tool.envcheck.Util
Print out string according to resourceBundle format.
getString(String, ResourceBundle, Object, Object) - Static method in class com.sun.jini.tool.envcheck.Util
Print out string according to resourceBundle format.
getString(String, ResourceBundle, Object, Object, Object) - Static method in class com.sun.jini.tool.envcheck.Util
Print out string according to resourceBundle format.
getThrowable() - Method in class com.sun.jini.lease.BasicRenewalFailureEvent
Returns the exception (if any) that was thrown by the last renewal attempt.
getThrowable() - Method in class net.jini.lease.RenewalFailureEvent
Returns the Throwable (if any) that was thrown by the last renewal attempt.
getTime() - Method in class net.jini.core.constraint.ConnectionAbsoluteTime
Returns the deadline for connection establishment.
getTime() - Method in class net.jini.core.constraint.ConnectionRelativeTime
Returns the maximum connection duration in milliseconds.
getTimeToLive() - Method in class com.sun.jini.discovery.MulticastTimeToLive
Returns the time to live value.
getTimeout() - Method in class com.sun.jini.discovery.UnicastSocketTimeout
Returns the socket timeout.
getTransition() - Method in class net.jini.core.lookup.ServiceEvent
Returns the singleton transition that triggered the event.
getType() - Method in class net.jini.config.AbstractConfiguration.Primitive
Returns the primitive type of the value associated with this object.
getUndiscoveredLocators() - Method in class net.jini.discovery.LookupLocatorDiscovery
Returns the set of LookupLocator objects representing the desired lookup services that have not yet been discovered.
getUnfulfilledConstraints() - Method in class com.sun.jini.discovery.DiscoveryConstraints
Returns the constraints for this instance which are not, or do not contain as alternatives, instances of the "fulfillable" (by this layer) constraint types DiscoveryProtocolVersion, ConnectionRelativeTime, MulticastMaxPacketSize, MulticastTimeToLive, and UnicastSocketTimeout.
getUnfulfilledConstraints() - Method in interface net.jini.jeri.OutboundRequest
Returns the requirements that must be at least partially implemented by higher layers in order to fully satisfy the requirements for this request.
getUnfulfilledConstraints(OutboundRequestHandle) - Method in interface net.jini.jeri.connection.Connection
Implements OutboundRequest.getUnfulfilledConstraints for a request with the specified handle.
getUnicastPort() - Method in interface net.jini.lookup.DiscoveryAdmin
Returns the port number on which the lookup service listens for unicast discovery queries.
getUnicastSocketTimeout(int) - Method in class com.sun.jini.discovery.DiscoveryConstraints
Returns socket read timeout to use for unicast discovery, or the specified default value if not constrained.
getUnusableEntryExceptions() - Method in class net.jini.entry.UnusableEntriesException
Returns a Collection of UnusableEntryExceptions with one element for each Entry that could not be unmarshalled by the operation.
getValue() - Method in class net.jini.config.AbstractConfiguration.Primitive
Returns the primitive value associated with this object, represented as a primitive wrapper instance.
getVendor() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the vendor field in the ServiceInfo object linked to by this JavaBeans component.
getVerifier() - Method in class com.sun.jini.landlord.LeaseFactory
Return a TrustVerifier that will verify the proxies produced by this factory.
getVersion() - Method in class com.sun.jini.discovery.DiscoveryProtocolVersion
Returns the protocol version number.
getVersion() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the value of the version field in the ServiceInfo object linked to by this JavaBeans component.
getWarningCount() - Static method in class com.sun.jini.tool.envcheck.Reporter
Get the total number of warning records that were generated.
getX500Principal(String, KeyStore) - Static method in class com.sun.jini.config.KeyStores
Returns the X500Principal for the alias in a KeyStore; or null if the alias is not found, if the alias is not associated with a certificate, or if the certificate is not an X509Certificate.
gid - Variable in class com.sun.jini.start.SharedActivatableServiceDescriptor.Created
The activation group id of the group hosting the service
grant(LeasedResource, long) - Method in class com.sun.jini.landlord.FixedLeasePeriodPolicy
 
grant(LeasedResource, long) - Method in interface com.sun.jini.landlord.LeasePeriodPolicy
Calculate the initial expiration and duration for a new lease.
grant(Class, Principal[], Permission[]) - Method in class com.sun.jini.start.AggregatePolicyProvider
If the currently active sub-policy supports dynamic permission grants, delegates to the corresponding grant method of the currently active sub-policy to grant the specified permissions to all protection domains (including ones not yet created) which are associated with the class loader of the given class and possess at least the given set of principals.
grant(Class, Principal[], Permission[]) - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
If both underlying policy providers support dynamic grants, delegates to the grant method of the underlying policy associated with the loader of the given class (the loader-specific policy if the class loader is null, the same as or a child of the loader specified in the constructor for this instance, or the default loader otherwise).
grant(Class, Principal[], Permission[]) - Method in class com.sun.jini.tool.DebugDynamicPolicyProvider
Log calls.
grant(Object) - Method in class net.jini.security.BasicProxyPreparer
Grants permissions to the proxy.
grant(Class, Permission[]) - Static method in class net.jini.security.Security
If the installed security policy provider implements the DynamicPolicy interface, delegates to the security policy provider to grant the specified permissions to all protection domains (including ones not yet created) that are associated with the class loader of the given class and possess at least the principals of the current subject (if any).
grant(Class, Principal[], Permission[]) - Static method in class net.jini.security.Security
If the installed security policy provider implements the DynamicPolicy interface, delegates to the security policy provider to grant the specified permissions to all protection domains (including ones not yet created) that are associated with the class loader of the given class and possess at least the given set of principals.
grant(Class, Class) - Static method in class net.jini.security.Security
If the installed security policy provider implements the DynamicPolicy interface, takes the set of permissions dynamically granted to the class loader of fromClass with the current subject's principals, determines which of those permissions the calling context is authorized to grant, and dynamically grants that subset of the permissions to the class loader of toClass, qualified with the current subject's principals.
grant(Class, Principal[], Permission[]) - Method in interface net.jini.security.policy.DynamicPolicy
If this security policy provider supports dynamic permission grants, grants the specified permissions to all protection domains (including ones not yet created) that are associated with the class loader of the given class and possess at least the given set of principals.
grant(Class, Principal[], Permission[]) - Method in class net.jini.security.policy.DynamicPolicyProvider
 
grantSupported() - Method in class com.sun.jini.start.AggregatePolicyProvider
Returns true if the currently active sub-policy supports dynamic grants; this is determined by delegating to the grantSupported method of the currently active sub-policy if it implements the DynamicPolicy interface.
grantSupported() - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
Returns true if both of the underlying policy providers implement DynamicPolicy and return true from calls to grantSupported; returns false otherwise.
grantSupported() - Static method in class net.jini.security.Security
Returns true if the installed security policy provider supports dynamic permission grants--i.e., if it implements the DynamicPolicy interface and calling its grantSupported method returns true.
grantSupported() - Method in interface net.jini.security.policy.DynamicPolicy
Returns true if this policy provider supports dynamic permission grants; returns false otherwise.
grantSupported() - Method in class net.jini.security.policy.DynamicPolicyProvider
 
granted - Variable in class com.sun.jini.landlord.Landlord.RenewResults
For each cookie passed to renewAll, granted[i] is the granted lease time, or -1 if the renewal for that lease generated an exception.