|
||||||||||
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
IOException
ClassNotFoundException
private void readObjectNoData() throws ObjectStreamException
ObjectStreamException
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.core.discovery |
---|
Class net.jini.core.discovery.LookupLocator extends Object implements Serializable |
---|
serialVersionUID: 1448769379829432795L
Serialized Fields |
---|
String host
int port
SocketFactory sf
LookupLocator
uses to
create Socket
objects.
Package net.jini.core.entry |
---|
Class net.jini.core.entry.UnusableEntryException extends Exception implements Serializable |
---|
serialVersionUID: -2199083666668626172L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidObjectException
- if:
partialEntry
is null
and
unusableFields
is not null
or
nestedExceptions
does not have exactly one
element,
partialEntry
is non-null
and
unusableFields
and
nestedExceptions
are not the same length,
partialEntry
is non-null
and
unusableFields
is null
or
any element of unusableFields
is
null
, or
nestedExceptions
or any element of
nestedExceptions
is null
IOException
ClassNotFoundException
private void readObjectNoData() throws InvalidObjectException
InvalidObjectException
- if calledSerialized Fields |
---|
Entry partialEntry
null
.
String[] unusableFields
unusableFields
will be null
.
Throwable[] nestedExceptions
nestedExceptions
will be an array with
the one exception that prevented its use.
Package net.jini.core.event |
---|
Class net.jini.core.event.EventRegistration extends Object implements Serializable |
---|
serialVersionUID: 4055207527458053347L
Serialized Fields |
---|
long eventID
Object source
Lease lease
long seqNum
Class net.jini.core.event.RemoteEvent extends EventObject implements Serializable |
---|
serialVersionUID: 1777278867291906446L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
Object source
long eventID
long seqNum
MarshalledObject<T> handback
Class net.jini.core.event.UnknownEventException extends Exception implements Serializable |
---|
serialVersionUID: 5563758083292687048L
Package net.jini.core.lease |
---|
Class net.jini.core.lease.LeaseDeniedException extends LeaseException implements Serializable |
---|
serialVersionUID: 5704943735577343495L
Class net.jini.core.lease.LeaseException extends Exception implements Serializable |
---|
serialVersionUID: -7902272546257490469L
Class net.jini.core.lease.LeaseMapException extends LeaseException implements Serializable |
---|
serialVersionUID: -4854893779678486122L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
InvalidObjectException
- if exceptionMap
is
null
, contains any key which is not an instance of
Lease
, or contains any value which in not an instance of
Throwable
IOException
ClassNotFoundException
private void readObjectNoData() throws InvalidObjectException
InvalidObjectException
- if calledSerialized Fields |
---|
Map<K,V> exceptionMap
Class net.jini.core.lease.UnknownLeaseException extends LeaseException implements Serializable |
---|
serialVersionUID: -2921099330511429288L
Package net.jini.core.lookup |
---|
Class net.jini.core.lookup.ServiceEvent extends RemoteEvent implements Serializable |
---|
serialVersionUID: 1304997274096842701L
Serialized Fields |
---|
ServiceID serviceID
int transition
Class net.jini.core.lookup.ServiceID extends Object implements Serializable |
---|
serialVersionUID: -7803375959559762239L
Serialized Fields |
---|
long mostSig
long leastSig
Class net.jini.core.lookup.ServiceItem extends Object implements Serializable |
---|
serialVersionUID: 717395451032330758L
Serialized Fields |
---|
ServiceID serviceID
Object service
Entry[] attributeSets
Class net.jini.core.lookup.ServiceMatches extends Object implements Serializable |
---|
serialVersionUID: -5518280843537399398L
Serialized Fields |
---|
ServiceItem[] items
int totalMatches
Class net.jini.core.lookup.ServiceTemplate extends Object implements Serializable |
---|
serialVersionUID: 7854483807886483216L
Serialized Fields |
---|
ServiceID serviceID
Class<T>[] serviceTypes
Entry[] attributeSetTemplates
Package net.jini.core.transaction |
---|
Class net.jini.core.transaction.CannotAbortException extends TransactionException implements Serializable |
---|
serialVersionUID: 3597101646737510009L
Class net.jini.core.transaction.CannotCommitException extends TransactionException implements Serializable |
---|
serialVersionUID: -4497341152359563957L
Class net.jini.core.transaction.CannotJoinException extends TransactionException implements Serializable |
---|
serialVersionUID: 5568393043937204939L
Class net.jini.core.transaction.CannotNestException extends TransactionException implements Serializable |
---|
serialVersionUID: 3409604500491735434L
Class net.jini.core.transaction.NestableTransaction.Created extends Object implements Serializable |
---|
serialVersionUID: -2979247545926318953L
Serialized Fields |
---|
NestableTransaction transaction
Lease lease
Class net.jini.core.transaction.TimeoutExpiredException extends TransactionException implements Serializable |
---|
serialVersionUID: 3918773760682958000L
Serialized Fields |
---|
boolean committed
Class net.jini.core.transaction.Transaction.Created extends Object implements Serializable |
---|
serialVersionUID: -5199291723008952986L
Serialized Fields |
---|
Transaction transaction
Lease lease
Class net.jini.core.transaction.TransactionException extends Exception implements Serializable |
---|
serialVersionUID: -5009935764793203986L
Class net.jini.core.transaction.UnknownTransactionException extends TransactionException implements Serializable |
---|
serialVersionUID: 443798629936327009L
Package net.jini.core.transaction.server |
---|
Class net.jini.core.transaction.server.CrashCountException extends TransactionException implements Serializable |
---|
serialVersionUID: 4299226125245015671L
Class net.jini.core.transaction.server.NestableServerTransaction extends ServerTransaction implements Serializable |
---|
serialVersionUID: -3438419132543972925L
Serialized Fields |
---|
NestableServerTransaction parent
Class net.jini.core.transaction.server.ServerTransaction extends Object implements Serializable |
---|
serialVersionUID: 4552277137549765374L
Serialized Fields |
---|
TransactionManager mgr
long id
Class net.jini.core.transaction.server.TransactionManager.Created extends Object implements Serializable |
---|
serialVersionUID: -4233846033773471113L
Serialized Fields |
---|
long id
Lease lease
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
private void readObjectNoData() throws InvalidObjectException
InvalidObjectException
- if calledSerialized Fields |
---|
Collection<E> entries
Collection<E> 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.
private void readObjectNoData() throws InvalidObjectException
InvalidObjectException
- unconditionallySerialized 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
IOException
ClassNotFoundException
private void readObjectNoData() throws ObjectStreamException
ObjectStreamException
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
private void readObjectNoData() throws InvalidObjectException
InvalidObjectException
- unconditionallySerialized 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).
IOException
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
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.
IOException
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.
IOException
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
IOException
Serialized Fields |
---|
List<E> 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 foundprivate void readObjectNoData() throws InvalidObjectException
InvalidObjectException
- whenever this method is calledSerialized 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
IOException
Serialized Fields |
---|
List<E> 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 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
private void readObjectNoData() throws InvalidObjectException
InvalidObjectException
- if calledSerialized 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 |