Serialized Form


Package net.jini.activation

Class net.jini.activation.ActivatableInvocationHandler extends Object implements Serializable

serialVersionUID: -428224070630550856l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that the activation identifier is not null, and that the constraints on this invocation handler and the underlying proxy are consistent.

Throws:
InvalidObjectException - if the activation identifier is null, or if the underlying proxy implements RemoteMethodControl and the constraints on the underlying proxy are not equivalent to this invocation handler's constraints
IOException
ClassNotFoundException
Serialized Fields

id

ActivationID id
The activation identifier.

 

uproxy

Remote uproxy
The underlying proxy or null.

 

clientConstraints

MethodConstraints clientConstraints
The client constraints or null.

 

Class net.jini.activation.ActivationGroup extends ActivationGroup implements Serializable


Package net.jini.config

Class net.jini.config.ConfigurationException extends Exception implements Serializable

serialVersionUID: -6556992318636509514l

Class net.jini.config.ConfigurationFile.ErrorDescriptor extends Object implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Verifies that the deserialized field values for this error descriptor are valid.

Serialized Fields

lineno

int lineno
line number where this syntax error occurred

 

override

int override
override where this syntax error occurred

 

description

String description
textual description of the problem encountered

 

locationName

String locationName
configuration source location name

 

t

Throwable t
exception associated with this error

 

Class net.jini.config.ConfigurationNotFoundException extends ConfigurationException implements Serializable

serialVersionUID: -3084555497838803365l

Class net.jini.config.NoSuchEntryException extends ConfigurationException implements Serializable

serialVersionUID: 943820838185621405l


Package net.jini.constraint

Class net.jini.constraint.BasicMethodConstraints extends Object implements Serializable

serialVersionUID: 1432234194703790047l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies legal descriptor ordering.

Throws:
InvalidObjectException - if any descriptor is null, or the descriptors array is empty, or if any descriptor is preceded by another descriptor that matches at least the same methods
IOException
ClassNotFoundException
Serialized Fields

descs

MethodDesc[] descs
The ordered method descriptors.

Class net.jini.constraint.BasicMethodConstraints.MethodDesc extends Object implements Serializable

serialVersionUID: 6773269226844208999l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that the method name, parameter types, and constraints are valid.

Throws:
InvalidObjectException - if types is non-null and name is either null or is not a syntactically valid method name; or if types is null and name is neither a syntactically valid method name, a syntactically valid method name with a '*' appended, nor a name constructed from some syntactically valid method name containing more than two characters by replacing the first character of that name with '*'; or if any element of types is null; or if constraints is non-null but empty
IOException
ClassNotFoundException
Serialized Fields

constraints

InvocationConstraints constraints
The non-empty constraints for the specified method or methods, or null if there are no constraints.

name

String name
The name of the method, with prefix or suffix '*' permitted if types is null, or null for a descriptor that matches all methods (in which case types must also be null).

types

Class[] types
The parameter types for the specified method, or null for wildcard parameter types.


Package net.jini.core.constraint

Class net.jini.core.constraint.ClientAuthentication extends Object implements Serializable

serialVersionUID: -6326974440670504555l

Serialization Methods

readResolve

private Object readResolve()
Canonicalize so that == can be used.

Serialized Fields

val

boolean val
true for YES, false for NO

 

Class net.jini.core.constraint.ClientMaxPrincipal extends Object implements Serializable

serialVersionUID: 8583596881949005395l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that there is at least one principal, that none of the principals is null, and that there are no duplicates.

Throws:
InvalidObjectException - if there are no principals, or any principal is null, or if there are duplicate principals
IOException
ClassNotFoundException
Serialized Fields

principals

Principal[] principals
The principals.

Class net.jini.core.constraint.ClientMaxPrincipalType extends Object implements Serializable

serialVersionUID: -2521616888337674811l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that there is at least one class, that none of the classes is null, primitive types, array types, or final classes that do not have Principal as a superinterface, and that no class is assignable to any other class.

Throws:
InvalidObjectException - if there are no classes, or any class is null, a primitive type, array type, or final class that does not have Principal as a superinterface, or if any class is assignable to any other class
IOException
ClassNotFoundException
Serialized Fields

classes

Class[] classes
The classes.

Class net.jini.core.constraint.ClientMinPrincipal extends Object implements Serializable

serialVersionUID: 1645837366147709569l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that there is at least one principal, that none of the principals is null, and that there are no duplicates.

Throws:
InvalidObjectException - if there are no principals, or any principal is null, or if there are duplicate principals
IOException
ClassNotFoundException
Serialized Fields

principals

Principal[] principals
The principals.

Class net.jini.core.constraint.ClientMinPrincipalType extends Object implements Serializable

serialVersionUID: 2389386543834321065l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that there is at least one class, that none of the classes is null, primitive types, array types, or final classes that do not have Principal as a superinterface, and that no class is assignable to any other class.

Throws:
InvalidObjectException - if there are no classes, or any class is null, a primitive type, array type, or final class that does not have Principal as a superinterface, or if any class is assignable to any other class
IOException
ClassNotFoundException
Serialized Fields

classes

Class[] classes
The classes.

Class net.jini.core.constraint.Confidentiality extends Object implements Serializable

serialVersionUID: 6173438948668674131l

Serialization Methods

readResolve

private Object readResolve()
Canonicalize so that == can be used.

Serialized Fields

val

boolean val
true for YES, false for NO

 

Class net.jini.core.constraint.ConnectionAbsoluteTime extends Object implements Serializable

serialVersionUID: 8039977689366799322l

Serialized Fields

time

long time
Deadline for connection establishment in milliseconds from midnight, January 1, 1970 UTC.

 

Class net.jini.core.constraint.ConnectionRelativeTime extends Object implements Serializable

serialVersionUID: 6854732178792183150l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that time is greater than or equal to zero.

Throws:
InvalidObjectException - if time is less than zero
IOException
ClassNotFoundException
Serialized Fields

time

long time
The maximum connection duration in milliseconds.

 

Class net.jini.core.constraint.ConstraintAlternatives extends Object implements Serializable

serialVersionUID: 7214615235302870613l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that there are at least two constraints, that none are null and none are instances of this class, and that there are no duplicates.

Throws:
InvalidObjectException - if there are less than two constraints, or any constraint is null or an instance of this class, or if there are duplicates
IOException
ClassNotFoundException
Serialized Fields

constraints

InvocationConstraint[] constraints
The alternative constraints.

Class net.jini.core.constraint.Delegation extends Object implements Serializable

serialVersionUID: -8636854709107393245l

Serialization Methods

readResolve

private Object readResolve()
Canonicalize so that == can be used.

Serialized Fields

val

boolean val
true for YES, false for NO

 

Class net.jini.core.constraint.DelegationAbsoluteTime extends Object implements Serializable

serialVersionUID: -2807470616717350051l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that minStart is less than or equal to maxStart, maxStart is less than or equal to minStop, and minStop is less than or equal to maxStop.

Throws:
InvalidObjectException - if minStart is greater than maxStart, or maxStart is greater than minStop, or minStop is greater than maxStop
IOException
ClassNotFoundException
Serialized Fields

minStart

long minStart
The minimum start time in milliseconds from midnight, January 1, 1970 UTC.

 

maxStart

long maxStart
The maximum start time in milliseconds from midnight, January 1, 1970 UTC.

 

minStop

long minStop
The minimum stop time in milliseconds from midnight, January 1, 1970 UTC.

 

maxStop

long maxStop
The maximum stop time in milliseconds from midnight, January 1, 1970 UTC.

 

Class net.jini.core.constraint.DelegationRelativeTime extends Object implements Serializable

serialVersionUID: 7148935984332761810l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that minStart is less than or equal to maxStart, maxStart is less than or equal to minStop, minStop is less than or equal to maxStop, and minStop is greater than or equal to zero.

Throws:
InvalidObjectException - if minStart is greater than maxStart, or maxStart is greater than minStop, or minStop is greater than maxStop, or minStop is less than zero
IOException
ClassNotFoundException
Serialized Fields

minStart

long minStart
The minimum start duration in milliseconds.

 

maxStart

long maxStart
The maximum start duration in milliseconds.

 

minStop

long minStop
The minimum stop duration in milliseconds.

 

maxStop

long maxStop
The maximum stop duration in milliseconds.

 

Class net.jini.core.constraint.Integrity extends Object implements Serializable

serialVersionUID: 418483423937969897l

Serialization Methods

readResolve

private Object readResolve()
Canonicalize so that == can be used.

Serialized Fields

val

boolean val
true for YES, false for NO

 

Class net.jini.core.constraint.InvocationConstraints extends Object implements Serializable

serialVersionUID: -3363161199079334224l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that there are no null elements and no duplicates.

Throws:
InvalidObjectException - if the requirements or preferences arrays are null, or any element is null, or if there are duplicate requirements, duplicate preferences, or preferences that are duplicates of requirements
IOException
ClassNotFoundException
Serialized Fields

prefs

InvocationConstraint[] prefs
The preferences.

reqs

InvocationConstraint[] reqs
The requirements.

Class net.jini.core.constraint.ServerAuthentication extends Object implements Serializable

serialVersionUID: 2837982503744131014l

Serialization Methods

readResolve

private Object readResolve()
Canonicalize so that == can be used.

Serialized Fields

val

boolean val
true for YES, false for NO

 

Class net.jini.core.constraint.ServerMinPrincipal extends Object implements Serializable

serialVersionUID: 6082629466615675811l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that there is at least one principal, that none of the principals is null, and that there are no duplicates.

Throws:
InvalidObjectException - if there are no principals, or any principal is null, or if there are duplicate principals
IOException
ClassNotFoundException
Serialized Fields

principals

Principal[] principals
The principals.


Package net.jini.entry

Class net.jini.entry.AbstractEntry extends Object implements Serializable

serialVersionUID: 5071868345060424804l

Class net.jini.entry.UnusableEntriesException extends Exception implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
InvalidObjectException - if the entries field is null, or contains an element which is not an Entry. Also throws an InvalidObjectException if the exceptions field is null, empty, or contains an element which is not an UnusableEntryException
IOException
ClassNotFoundException
Serialized Fields

entries

Collection entries
The entries that could be unmarshalled

 

exceptions

Collection exceptions
Exceptions detailing why certain entries could not be unmarshalled.

 


Package net.jini.export

Class net.jini.export.ExportPermission extends BasicPermission implements Serializable

serialVersionUID: 9221509074492981772l


Package net.jini.id

Class net.jini.id.Uuid extends Object implements Serializable

serialVersionUID: -106268922535833151l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
InvalidObjectException - if the class of this object implements Externalizable
IOException
ClassNotFoundException

readResolve

protected final Object readResolve()
Returns this object. This method prevents a subclass from declaring a readResolve method with an alternate implementation.


writeReplace

protected final Object writeReplace()
Returns this object. This method prevents a subclass from declaring a writeReplace method with an alternate implementation.

Serialized Fields

bits0

long bits0
The most significant 64 bits of the 128-bit value.

 

bits1

long bits1
The least significant 64 bits of the 128-bit value.

 


Package net.jini.io

Class net.jini.io.MarshalledInstance extends Object implements Serializable

serialVersionUID: -5187033771082433496l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Verify the case of null contained object.

Serialized Fields

objBytes

byte[] objBytes
Bytes of serialized representation. If objBytes is null then the object marshalled was a null reference.

locBytes

byte[] locBytes
Bytes of location annotations, which are ignored by equals. If locBytes is null, there were no non-null annotations during marshalling.

hash

int hash
Stored hash code of contained object.
See Also:
MarshalledInstance.hashCode()

Class net.jini.io.UnsupportedConstraintException extends IOException implements Serializable

serialVersionUID: -5220259094045769772l


Package net.jini.io.context

Class net.jini.io.context.ContextPermission extends AccessPermission implements Serializable

serialVersionUID: 1396656176817498282l


Package net.jini.jeri

Class net.jini.jeri.BasicInvocationHandler extends Object implements Serializable

serialVersionUID: -783920361025791412l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
InvalidObjectException - if the object endpoint is null
IOException
ClassNotFoundException
Serialized Fields

oe

ObjectEndpoint oe
The object endpoint for communicating with the remote object.

 

clientConstraints

MethodConstraints clientConstraints
The client constraints, or null.

 

serverConstraints

MethodConstraints serverConstraints
The server constraints, or null.

 

Class net.jini.jeri.BasicObjectEndpoint extends Object implements Serializable

serialVersionUID: 3235008605817758127l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
If this BasicObjectEndpoint participates in DGC, initiates asynchronous DGC activity for it.

Throws:
InvalidObjectException - if the Endpoint or the object identifier is null
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
If this BasicObjectEndpoint participates in DGC and if out is an instance of ObjectStreamContext and its context collection contains an AcknowledgmentSource, ensures that an AcknowledgmentSource.Listener is registered (with the AcknowledgmentSource) that will hold a strong reference to this BasicObjectEndpoint until the listener's acknowledgmentReceived method is invoked (or some other implementation-specific event occurs, such as a timeout expiration).

Serialized Fields

ep

Endpoint ep
The endpoint to send remote call requests to.

 

id

Uuid id
The object identifier for the remote object.

 

dgc

boolean dgc
Flag indicating whether or not this BasicObjectEndpoint participates in DGC.

 


Package net.jini.jeri.http

Class net.jini.jeri.http.HttpEndpoint extends Object implements Serializable

serialVersionUID: -7094180943307123931l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
InvalidObjectException - if the host name is null or if the port number is out of the range 1 to 65535 (inclusive)
IOException
ClassNotFoundException

readResolve

private Object readResolve()
Serialized Fields

host

String host
The host that this HttpEndpoint connects to.

 

port

int port
The TCP port that this HttpEndpoint connects to.

 

sf

SocketFactory sf
The socket factory that this HttpEndpoint uses to create Socket objects.

 


Package net.jini.jeri.kerberos

Class net.jini.jeri.kerberos.KerberosEndpoint extends Object implements Serializable

serialVersionUID: -880347439811805543l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Read in a serialized instance and check that the deserialized instance has the right fields.


readResolve

private Object readResolve()
Resolves deserialized instance to equivalent canonical instance.

Serialized Fields

serverHost

String serverHost
Name or ip address of the server host.

 

serverPort

int serverPort
Port that the server is listening on for incoming connection requests.

 

serverPrincipal

KerberosPrincipal serverPrincipal
Principal of which the server is capable of authenticating as.

 

csf

SocketFactory csf
The socket factory that this KerberosEndpoint uses to create java.net.Socket objects.

 


Package net.jini.jeri.ssl

Class net.jini.jeri.ssl.ConfidentialityStrength extends Object implements Serializable

serialVersionUID: -5413316999614306469l

Serialization Methods

readResolve

private Object readResolve()
Canonicalize so that == can be used.

Serialized Fields

value

boolean value
true for STRONG, false for WEAK

 

Class net.jini.jeri.ssl.HttpsEndpoint extends Object implements Serializable

serialVersionUID: -3438786823613900804l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reads the serverHost, port, and socketFactory fields, checks that serverHost is not null and port is in range, and sets transient fields.

Throws:
InvalidObjectException - if serverHost is null or port is out of range
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Writes the serverHost, port, and socketFactory fields.

Serialized Fields

port

int port
The server port.

serverHost

String serverHost
The name of the server host.

socketFactory

SocketFactory socketFactory
The socket factory for creating sockets, or null to use default sockets.

Class net.jini.jeri.ssl.SslEndpoint extends Object implements Serializable

serialVersionUID: 5311538504705775156l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reads the serverHost, port, and socketFactory fields, checks that serverHost is not null and port is in range, and sets transient fields.

Throws:
InvalidObjectException - if serverHost is null or port is out of range
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Writes the serverHost, port, and socketFactory fields.

Serialized Fields

port

int port
The server port.

serverHost

String serverHost
The name of the server host.

socketFactory

SocketFactory socketFactory
The socket factory for creating sockets, or null to use default sockets.


Package net.jini.jeri.tcp

Class net.jini.jeri.tcp.TcpEndpoint extends Object implements Serializable

serialVersionUID: -2840731722681368933l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
InvalidObjectException - if the host name is null or if the port number is out of the range 1 to 65535 (inclusive)
IOException
ClassNotFoundException

readResolve

private Object readResolve()
Serialized Fields

host

String host
The host that this TcpEndpoint connects to.

 

port

int port
The TCP port that this TcpEndpoint connects to.

 

sf

SocketFactory sf
The socket factory that this TcpEndpoint uses to create Socket objects.

 


Package net.jini.loader

Class net.jini.loader.DownloadPermission extends BasicPermission implements Serializable

serialVersionUID: 4658906595080241355l


Package net.jini.security

Class net.jini.security.AccessPermission extends Permission implements Serializable

serialVersionUID: 7269818741475881138l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies the syntax of the target name and recreates any transient state.

Throws:
InvalidObjectException - if the target name is null, or if the target name does not match the syntax specified in the comments at the beginning of this class
IOException
ClassNotFoundException

Class net.jini.security.AuthenticationPermission extends Permission implements Serializable

serialVersionUID: -4733723479228998183l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies the syntax of the target name and recreates any transient state.

Throws:
InvalidObjectException - if the target name or actions string is null, or if the target name or actions string does not match the syntax specified in the comments at the beginning of this class
IOException
ClassNotFoundException
Serialized Fields

actions

String actions
The actions.

 

Class net.jini.security.AuthenticationPermission.AuthenticationPermissionCollection extends PermissionCollection implements Serializable

serialVersionUID: -2967578431368213049l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies the permissions list.

Throws:
InvalidObjectException - if the list is null or any element is not an instance of AuthenticationPermission
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the state to the stream.

Serialized Fields

permissions

List permissions
The permissions.

Class net.jini.security.BasicProxyPreparer extends Object implements Serializable

serialVersionUID: 4439691869768577046l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that fields have legal values.

Throws:
InvalidObjectException - if methodConstraintsSpecified is false and methodConstraints is not null, if permissions is null, or if permissions is not null and any of its elements are null
IOException - if an I/O error occurs
ClassNotFoundException - if the class of a serialized object could not be found
Serialized Fields

methodConstraints

MethodConstraints methodConstraints
Method constraints to use when verifying if proxies are trusted and for setting their constraints, if methodConstraintsSpecified is true. Set to null if methodConstraintsSpecified is false.

methodConstraintsSpecified

boolean methodConstraintsSpecified
Whether to use methodConstraints when verifying if proxies are trusted and for setting their constraints.

permissions

Permission[] permissions
Permissions to grant to proxies, or an empty array if no permissions should be granted. The value is always non-null.

verify

boolean verify
Whether to verify if proxies are trusted.

Class net.jini.security.GrantPermission extends Permission implements Serializable

serialVersionUID: 4668259055340724280l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reconstitutes contained permissions based on the information in the target name.

Throws:
InvalidObjectException - if the target name is null or does not conform to the syntax specified in the documentation for GrantPermission
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Writes target name representing contained permissions.

Throws:
NotSerializableException - if the GrantPermission was constructed explicitly with java.security.UnresolvedPermissions
IOException

Class net.jini.security.GrantPermission.GrantPermissionCollection extends PermissionCollection implements Serializable

serialVersionUID: 8227621799817733985l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies the permissions list.

Throws:
InvalidObjectException - if the list is null or any element is not an instance of GrantPermission
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the permissions list.

Serialized Fields

perms

List perms
The permissions.


Package net.jini.security.policy

Class net.jini.security.policy.PolicyInitializationException extends Exception implements Serializable

serialVersionUID: -7466794219271489139l

Class net.jini.security.policy.UmbrellaGrantPermission extends Permission implements Serializable

serialVersionUID: -969939904144051917l


Package net.jini.security.proxytrust

Class net.jini.security.proxytrust.ProxyTrustInvocationHandler extends Object implements Serializable

serialVersionUID: -3270029468290295063l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Verifies that the main proxy is an instance of TrustEquivalence, and that the bootstrap proxy is an instance of both RemoteMethodControl and TrustEquivalence.

Throws:
InvalidObjectException - if the main proxy is not an instance of TrustEquivalence, or the bootstrap proxy is not an instance of both RemoteMethodControl and TrustEquivalence
IOException
ClassNotFoundException
Serialized Fields

main

RemoteMethodControl main
The main proxy.

 

boot

ProxyTrust boot
The bootstrap proxy.

 


Package net.jini.space

Class net.jini.space.AvailabilityEvent extends net.jini.core.event.RemoteEvent implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
InvalidObjectException - if RemoteEvent.source is null or is not a JavaSpace
IOException
ClassNotFoundException
Serialized Fields

visibilityTransition

boolean visibilityTransition
true if this event signals a transition from invisible to visible as well as unavailable to available.

 

Class net.jini.space.InternalSpaceException extends RuntimeException implements Serializable

serialVersionUID: -4167507833172939849l

Serialized Fields

nestedException

Throwable nestedException
The exception (if any) that triggered the internal exception. This may be null.

 


Package net.jini.url.httpmd

Class net.jini.url.httpmd.WrongMessageDigestException extends IOException implements Serializable

serialVersionUID: -5982551285440426248l



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.