|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package net.jini.activation |
Class net.jini.activation.ActivatableInvocationHandler extends Object implements Serializable |
serialVersionUID: -428224070630550856l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
null
,
and that the constraints on this invocation handler and the
underlying proxy are consistent.
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 |
ActivationID id
Remote uproxy
null
.
MethodConstraints clientConstraints
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 |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Serialized Fields |
int lineno
int override
String description
String locationName
Throwable t
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 |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
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 |
MethodDesc[] descs
Class net.jini.constraint.BasicMethodConstraints.MethodDesc extends Object implements Serializable |
serialVersionUID: 6773269226844208999l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
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 |
InvocationConstraints constraints
null
if there are no constraints.String name
types
is null
, or null
for a descriptor that matches all methods (in which case
types
must also be null
).Class[] types
null
for wildcard parameter types.
Package net.jini.core.constraint |
Class net.jini.core.constraint.ClientAuthentication extends Object implements Serializable |
serialVersionUID: -6326974440670504555l
Serialization Methods |
private Object readResolve()
==
can be used.
Serialized Fields |
boolean val
true
for YES
, false
for
NO
Class net.jini.core.constraint.ClientMaxPrincipal extends Object implements Serializable |
serialVersionUID: 8583596881949005395l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
null
, and that there are no duplicates.
InvalidObjectException
- if there are no principals,
or any principal is null
, or if there are duplicate
principals
IOException
ClassNotFoundException
Serialized Fields |
Principal[] principals
Class net.jini.core.constraint.ClientMaxPrincipalType extends Object implements Serializable |
serialVersionUID: -2521616888337674811l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
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.
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 |
Class[] classes
Class net.jini.core.constraint.ClientMinPrincipal extends Object implements Serializable |
serialVersionUID: 1645837366147709569l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
null
, and that there are no duplicates.
InvalidObjectException
- if there are no principals,
or any principal is null
, or if there are duplicate
principals
IOException
ClassNotFoundException
Serialized Fields |
Principal[] principals
Class net.jini.core.constraint.ClientMinPrincipalType extends Object implements Serializable |
serialVersionUID: 2389386543834321065l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
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.
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 |
Class[] classes
Class net.jini.core.constraint.Confidentiality extends Object implements Serializable |
serialVersionUID: 6173438948668674131l
Serialization Methods |
private Object readResolve()
==
can be used.
Serialized Fields |
boolean val
true
for YES
, false
for
NO
Class net.jini.core.constraint.ConnectionAbsoluteTime extends Object implements Serializable |
serialVersionUID: 8039977689366799322l
Serialized Fields |
long time
Class net.jini.core.constraint.ConnectionRelativeTime extends Object implements Serializable |
serialVersionUID: 6854732178792183150l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
time
is greater than or equal to zero.
InvalidObjectException
- if time
is less than zero
IOException
ClassNotFoundException
Serialized Fields |
long time
Class net.jini.core.constraint.ConstraintAlternatives extends Object implements Serializable |
serialVersionUID: 7214615235302870613l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
null
and none are instances of this class, and that
there are no duplicates.
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 |
InvocationConstraint[] constraints
Class net.jini.core.constraint.Delegation extends Object implements Serializable |
serialVersionUID: -8636854709107393245l
Serialization Methods |
private Object readResolve()
==
can be used.
Serialized Fields |
boolean val
true
for YES
, false
for
NO
Class net.jini.core.constraint.DelegationAbsoluteTime extends Object implements Serializable |
serialVersionUID: -2807470616717350051l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
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
.
InvalidObjectException
- if minStart
is greater
than maxStart
, or maxStart
is greater than
minStop
, or minStop
is greater than
maxStop
IOException
ClassNotFoundException
Serialized Fields |
long minStart
long maxStart
long minStop
long maxStop
Class net.jini.core.constraint.DelegationRelativeTime extends Object implements Serializable |
serialVersionUID: 7148935984332761810l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
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.
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 |
long minStart
long maxStart
long minStop
long maxStop
Class net.jini.core.constraint.Integrity extends Object implements Serializable |
serialVersionUID: 418483423937969897l
Serialization Methods |
private Object readResolve()
==
can be used.
Serialized Fields |
boolean val
true
for YES
, false
for
NO
Class net.jini.core.constraint.InvocationConstraints extends Object implements Serializable |
serialVersionUID: -3363161199079334224l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
null
elements and no duplicates.
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 |
InvocationConstraint[] prefs
InvocationConstraint[] reqs
Class net.jini.core.constraint.ServerAuthentication extends Object implements Serializable |
serialVersionUID: 2837982503744131014l
Serialization Methods |
private Object readResolve()
==
can be used.
Serialized Fields |
boolean val
true
for YES
, false
for
NO
Class net.jini.core.constraint.ServerMinPrincipal extends Object implements Serializable |
serialVersionUID: 6082629466615675811l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
null
, and that there are no duplicates.
InvalidObjectException
- if there are no principals,
or any principal is null
, or if there are duplicate
principals
IOException
ClassNotFoundException
Serialized Fields |
Principal[] 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 |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
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 |
Collection entries
Collection exceptions
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 |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidObjectException
- if the class of this object
implements Externalizable
IOException
ClassNotFoundException
protected final Object readResolve()
readResolve
method with an alternate
implementation.
protected final Object writeReplace()
writeReplace
method with an alternate
implementation.
Serialized Fields |
long bits0
long bits1
Package net.jini.io |
Class net.jini.io.MarshalledInstance extends Object implements Serializable |
serialVersionUID: -5187033771082433496l
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Serialized Fields |
byte[] objBytes
objBytes
is
null
then the object marshalled was a null
reference.byte[] locBytes
equals
. If locBytes
is null, there were no
non-null
annotations during marshalling.int hash
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 |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidObjectException
- if the object endpoint is
null
IOException
ClassNotFoundException
Serialized Fields |
ObjectEndpoint oe
MethodConstraints clientConstraints
null
.
MethodConstraints serverConstraints
null
.
Class net.jini.jeri.BasicObjectEndpoint extends Object implements Serializable |
serialVersionUID: 3235008605817758127l
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
BasicObjectEndpoint
participates in DGC,
initiates asynchronous DGC activity for it.
InvalidObjectException
- if the Endpoint
or
the object identifier is null
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
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 |
Endpoint ep
Uuid id
boolean dgc
BasicObjectEndpoint
participates in DGC.
Package net.jini.jeri.http |
Class net.jini.jeri.http.HttpEndpoint extends Object implements Serializable |
serialVersionUID: -7094180943307123931l
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidObjectException
- if the host name is
null
or if the port number is out of the range
1
to 65535
(inclusive)
IOException
ClassNotFoundException
private Object readResolve()
Serialized Fields |
String host
HttpEndpoint
connects to.
int port
HttpEndpoint
connects to.
SocketFactory sf
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 |
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
private Object readResolve()
Serialized Fields |
String serverHost
int serverPort
KerberosPrincipal serverPrincipal
SocketFactory csf
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 |
private Object readResolve()
==
can be used.
Serialized Fields |
boolean value
true
for STRONG
, false
for
WEAK
Class net.jini.jeri.ssl.HttpsEndpoint extends Object implements Serializable |
serialVersionUID: -3438786823613900804l
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
serverHost
, port
, and
socketFactory
fields, checks that serverHost
is not null
and port
is in range, and sets
transient fields.
InvalidObjectException
- if serverHost
is
null
or port
is out of range
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
serverHost
, port
, and
socketFactory
fields.
Serialized Fields |
int port
String serverHost
SocketFactory socketFactory
null
to use default sockets.Class net.jini.jeri.ssl.SslEndpoint extends Object implements Serializable |
serialVersionUID: 5311538504705775156l
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
serverHost
, port
, and
socketFactory
fields, checks that serverHost
is not null
and port
is in range, and sets
transient fields.
InvalidObjectException
- if serverHost
is
null
or port
is out of range
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
serverHost
, port
, and
socketFactory
fields.
Serialized Fields |
int port
String serverHost
SocketFactory socketFactory
null
to use default sockets.
Package net.jini.jeri.tcp |
Class net.jini.jeri.tcp.TcpEndpoint extends Object implements Serializable |
serialVersionUID: -2840731722681368933l
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidObjectException
- if the host name is
null
or if the port number is out of the range
1
to 65535
(inclusive)
IOException
ClassNotFoundException
private Object readResolve()
Serialized Fields |
String host
TcpEndpoint
connects to.
int port
TcpEndpoint
connects to.
SocketFactory sf
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 |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
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 |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
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 |
String actions
Class net.jini.security.AuthenticationPermission.AuthenticationPermissionCollection extends PermissionCollection implements Serializable |
serialVersionUID: -2967578431368213049l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
InvalidObjectException
- if the list is
null
or any element is not an instance of
AuthenticationPermission
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
List permissions
Class net.jini.security.BasicProxyPreparer extends Object implements Serializable |
serialVersionUID: 4439691869768577046l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
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 foundSerialized Fields |
MethodConstraints methodConstraints
methodConstraintsSpecified
is
true
. Set to null
if
methodConstraintsSpecified
is
false
.boolean methodConstraintsSpecified
methodConstraints
when
verifying if proxies are trusted and for setting their
constraints.Permission[] permissions
null
.boolean verify
Class net.jini.security.GrantPermission extends Permission implements Serializable |
serialVersionUID: 4668259055340724280l
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidObjectException
- if the target name is null
or does not conform to the syntax specified in the
documentation for GrantPermission
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
NotSerializableException
- if the GrantPermission
was constructed explicitly with
java.security.UnresolvedPermission
s
IOException
Class net.jini.security.GrantPermission.GrantPermissionCollection extends PermissionCollection implements Serializable |
serialVersionUID: 8227621799817733985l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
InvalidObjectException
- if the list is
null
or any element is not an instance of
GrantPermission
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
List perms
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 |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
TrustEquivalence
, and that the bootstrap proxy is an instance
of both RemoteMethodControl
and TrustEquivalence
.
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 |
RemoteMethodControl main
ProxyTrust boot
Package net.jini.space |
Class net.jini.space.AvailabilityEvent extends net.jini.core.event.RemoteEvent implements Serializable |
serialVersionUID: 1l
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidObjectException
- if RemoteEvent.source
is null
or is not a JavaSpace
IOException
ClassNotFoundException
Serialized Fields |
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 |
Throwable nestedException
null
.
Package net.jini.url.httpmd |
Class net.jini.url.httpmd.WrongMessageDigestException extends IOException implements Serializable |
serialVersionUID: -5982551285440426248l
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |