JGDMS Project 3.0.1-RC-07 API Documentation

Skip navigation links
A C D F G M O R S T 

A

ActivatableFiddlerImpl - Class in org.apache.river.fiddler
Convenience class intended for use with the ServiceStarter framework to start an implementation of Fiddler that is activatable, and which will log its state information to persistent storage.
addGroups(Uuid, String[]) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the method of the same name provided by the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
addLocators(Uuid, LookupLocator[]) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the method of the same name provided by the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
addLookupAttributes(Entry[]) - Method in class org.apache.river.fiddler.FiddlerImpl
Adds attribute sets to the current set of attributes associated with the lookup discovery service.
addLookupGroups(String[]) - Method in class org.apache.river.fiddler.FiddlerImpl
Add new names to the set consisting of the names of groups whose members are lookup services the lookup discovery service wishes to register with (join).
addLookupLocators(LookupLocator[]) - Method in class org.apache.river.fiddler.FiddlerImpl
Add a set of LookupLocator objects to the lookup discovery service's managed set of locators.

C

cancelLease(Uuid, Uuid) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the cancel method specified by the Lease interface and implemented in the FiddlerLease class; an instance of which is returned by the getLease method of the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
cancelLeases(Uuid[], Uuid[]) - Method in class org.apache.river.fiddler.FiddlerImpl
Cancels all leases from a LeaseMap.

D

destroy() - Method in class org.apache.river.fiddler.FiddlerImpl
Destroy the lookup discovery service, if possible, including its persistent storage.
discard(Uuid, ServiceRegistrar) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the method of the same name provided by the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.

F

FiddlerImpl - Class in org.apache.river.fiddler
This class is the server side of an implementation of the lookup discovery service.
FiddlerPermission - Class in org.apache.river.fiddler
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 org.apache.river.fiddler.FiddlerPermission
Creates an instance of this class having the specified target name.

G

getAdmin() - Method in class org.apache.river.fiddler.FiddlerImpl
Returns a proxy to the current instance of this class through which a client may administer the lookup discovery service
getCertFactoryType() - Method in class org.apache.river.fiddler.FiddlerImpl
 
getCertPathEncoding() - Method in class org.apache.river.fiddler.FiddlerImpl
 
getClassAnnotation() - Method in class org.apache.river.fiddler.FiddlerImpl
 
getEncodedCerts() - Method in class org.apache.river.fiddler.FiddlerImpl
 
getGroups(Uuid) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the method of the same name provided by the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
getLeaseBound() - Method in class org.apache.river.fiddler.FiddlerImpl
Retrieves the least upper bound applied to all lease durations granted by the lookup discovery service.
getLocators(Uuid) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the method of the same name provided by the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
getLookupAttributes() - Method in class org.apache.river.fiddler.FiddlerImpl
Returns the current attribute sets for the lookup discovery service.
getLookupGroups() - Method in class org.apache.river.fiddler.FiddlerImpl
Get the names of the groups whose members are lookup services the lookup discovery services wishes to register with (join).
getLookupLocators() - Method in class org.apache.river.fiddler.FiddlerImpl
Get the lookup discovery service's managed set of locators.
getPersistenceSnapshotThreshold() - Method in class org.apache.river.fiddler.FiddlerImpl
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 class org.apache.river.fiddler.FiddlerImpl
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.
getProxy() - Method in class org.apache.river.fiddler.FiddlerImpl
Public method that facilitates the use of the mechanism provided by ServiceStarter to create an activatable instance of this server.
getProxyID() - Method in class org.apache.river.fiddler.FiddlerImpl
Returns the unique identifier generated (or recovered) by the backend implementation of the lookup discovery service when an instance of that service is constructed.
getProxyVerifier() - Method in class org.apache.river.fiddler.FiddlerImpl
Returns a TrustVerifier specific to this service which can be used to verify that a given proxy to this service can be trusted.
getRegistrars(Uuid) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the method of the same name provided by the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
getServiceAttributes() - Method in class org.apache.river.fiddler.FiddlerImpl
 
getServiceProxy() - Method in class org.apache.river.fiddler.FiddlerImpl
Public method that facilitates the use of the mechanism provided by ServiceStarter to create an activatable instance of this server.

M

modifyLookupAttributes(Entry[], Entry[]) - Method in class org.apache.river.fiddler.FiddlerImpl
Modifies the current set of attributes associated with the lookup discovery service.

O

org.apache.river.fiddler - package org.apache.river.fiddler
Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService).

R

register(String[], LookupLocator[], RemoteEventListener, MarshalledObject, long) - Method in class org.apache.river.fiddler.FiddlerImpl
Registers with the lookup discovery service.
removeGroups(Uuid, String[]) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the method of the same name provided by the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
removeLocators(Uuid, LookupLocator[]) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the method of the same name provided by the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
removeLookupGroups(String[]) - Method in class org.apache.river.fiddler.FiddlerImpl
Remove a set of group names from lookup discovery service's managed set of groups (the set consisting of the names of groups whose members are lookup services the lookup discovery service wishes to join).
removeLookupLocators(LookupLocator[]) - Method in class org.apache.river.fiddler.FiddlerImpl
Remove a set of LookupLocator objects from the lookup discovery service's managed set of locators.
renewLease(Uuid, Uuid, long) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the renew method specified by the Lease interface, implemented in the org.apache.river.lease.AbstractLease class, and invoked by way of the doRenew method of the FiddlerLease class; an instance of which is returned by the getLease method of the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
renewLeases(Uuid[], Uuid[], long[]) - Method in class org.apache.river.fiddler.FiddlerImpl
This methods renews all leases from a LeaseMap, where each element of the map is a lease on a registration with ID corresponding to an element of the registrationIDs parameter.

S

serviceID() - Method in class org.apache.river.fiddler.FiddlerImpl
 
setGroups(Uuid, String[]) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the method of the same name provided by the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
setLeaseBound(long) - Method in class org.apache.river.fiddler.FiddlerImpl
Changes the least upper bound applied to all lease durations granted by the lookup discovery service.
setLocators(Uuid, LookupLocator[]) - Method in class org.apache.river.fiddler.FiddlerImpl
This method is the "backend" server counterpart to the method of the same name provided by the LookupDiscoveryRegistration proxy (an instance of FiddlerRegistration) that is returned by this service when a client requests a registration.
setLookupGroups(String[]) - Method in class org.apache.river.fiddler.FiddlerImpl
Replace the lookup discovery service's managed set of groups with a new set of group names.
setLookupLocators(LookupLocator[]) - Method in class org.apache.river.fiddler.FiddlerImpl
Replace the lookup discovery service's managed set of locators with a new set of locators.
setPersistenceSnapshotThreshold(int) - Method in class org.apache.river.fiddler.FiddlerImpl
Change 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.
setPersistenceSnapshotWeight(float) - Method in class org.apache.river.fiddler.FiddlerImpl
Change 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.
start() - Method in class org.apache.river.fiddler.FiddlerImpl
 

T

TransientFiddlerImpl - Class in org.apache.river.fiddler
Convenience class intended for use with the ServiceStarter framework to start a transient (non-activatable, non-persistent) implementation of Fiddler.
A C D F G M O R S T 
Skip navigation links
Copyright ©, multiple authors.

Copyright © 2016–2018. All rights reserved.