JGDMS Project 3.0-SNAPSHOT API Documentation

Skip navigation links
A C E G H I N T U 

A

ActivatableInvocationHandler - Class in net.jini.activation
An invocation handler for activatable remote objects.
ActivatableInvocationHandler(AtomicSerial.GetArg) - Constructor for class net.jini.activation.ActivatableInvocationHandler
 
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.
ActivationExporter - Class in net.jini.activation
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.
ActivationExporter(ActivationID, Exporter, Class) - Constructor for class net.jini.activation.ActivationExporter
 
ActivationGroup - Class in net.jini.activation
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.

C

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.
createGroup(ActivationGroupID, ActivationGroupDesc, long) - Static method in class net.jini.activation.ActivationGroup
Creates and sets the activation group for the current virtual machine.

E

equals(Object) - Method in class net.jini.activation.ActivatableInvocationHandler
Compares the specified object with this ActivatableInvocationHandler for equality.
export(Remote) - Method in class net.jini.activation.ActivationExporter
Exports an activatable remote object.

G

getActivationID() - Method in class net.jini.activation.ActivatableInvocationHandler
Returns the activation identifier supplied during construction of this invocation handler.
getCurrentProxy() - Method in class net.jini.activation.ActivatableInvocationHandler
Returns the current value for the underlying proxy.
getProxyTrustIterator() - Method in class net.jini.activation.ActivatableInvocationHandler
Returns a proxy trust iterator for an activatable object that is suitable for use by ProxyTrustVerifier.
getSystem() - Static method in class net.jini.activation.ActivationGroup
Returns the activation system for the VM.

H

hashCode() - Method in class net.jini.activation.ActivatableInvocationHandler
Returns a hash code value for this object.

I

inactive(ActivationID, Exporter) - Static method in class net.jini.activation.ActivationGroup
Attempts to make the remote object that is associated with the specified activation identifier, and that was exported through the specified exporter, inactive.
inactiveObject(ActivationID, Exporter) - Method in class net.jini.activation.ActivationGroup
Attempts to make the remote object that is associated with the specified activation identifier, and that was exported through the specified exporter, inactive.
invoke(Object, Method, Object[]) - Method in class net.jini.activation.ActivatableInvocationHandler
Processes a method invocation made on the encapsulating proxy instance, proxy, and returns the result.

N

net.jini.activation - package net.jini.activation
Extensions to the Java(TM) Remote Method Invocation (Java RMI) activation framework to support activatable objects that are exported using an Exporter to go inactive, to provide invocation handlers for exporters that want to use dynamic proxies for activatable remote objects, and to support trust verification of secure activatable dynamic proxies and secure activation identifiers.

T

toString() - Method in class net.jini.activation.ActivatableInvocationHandler
Returns a string representation of this object.

U

unexport(boolean) - Method in class net.jini.activation.ActivationExporter
Unexports the activatable remote object that was previously exported via the export method of the underlying exporter supplied during construction of this exporter.
A C E G H I N T U 
Skip navigation links
Copyright ©, multiple authors.

Copyright © 2016–2018. All rights reserved.