Serialized Form


Package net.jini.core.discovery

Class net.jini.core.discovery.LookupLocator implements Serializable

Serialized Fields

host

java.lang.String host
The name of the host at which to perform discovery.

port

int port
The port number on the host at which to perform discovery.


Package net.jini.core.entry

Class net.jini.core.entry.UnusableEntryException implements Serializable

Serialized Fields

nestedExceptions

java.lang.Throwable[] nestedExceptions
The exception that caused the failure for the corresponding field named in unusableFields. If the entry was entirely unusable, nestedExceptions will be an array with the one exception that prevented its use.

partialEntry

Entry partialEntry
The partial entry. Fields that could not be deserialized will be null.

unusableFields

java.lang.String[] unusableFields
The names of the unusable fields. If the entry was entirely unusable, unusableFields will be null.


Package net.jini.core.event

Class net.jini.core.event.EventRegistration implements Serializable

Serialized Fields

eventID

long eventID
The event identifier.

lease

Lease lease
The registration lease.

seqNum

long seqNum
The current sequence number.

source

java.lang.Object source
The event source.

Class net.jini.core.event.RemoteEvent implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialization support
Serialized Fields

eventID

long eventID
The event identifier.

handback

java.rmi.MarshalledObject handback
The handback object.

seqNum

long seqNum
The event sequence number.

source

java.lang.Object source
The event source.

Class net.jini.core.event.UnknownEventException implements Serializable


Package net.jini.core.lease

Class net.jini.core.lease.LeaseDeniedException implements Serializable

Class net.jini.core.lease.LeaseException implements Serializable

Class net.jini.core.lease.LeaseMapException implements Serializable

Serialized Fields

exceptionMap

java.util.Map exceptionMap
A Map from Lease to Exception, containing each lease that failed to renew or cancel, and the exception that resulted from that lease's renewal or cancel attempt.

Class net.jini.core.lease.UnknownLeaseException implements Serializable


Package net.jini.core.lookup

Class net.jini.core.lookup.ServiceEvent implements Serializable

Serialized Fields

serviceID

ServiceID serviceID
ServiceID of the item that triggered the event.

transition

int transition
One of ServiceRegistrar.TRANSITION_*MATCH_*MATCH

Class net.jini.core.lookup.ServiceID implements Serializable

Serialized Fields

leastSig

long leastSig
The least significant 64 bits.

mostSig

long mostSig
The most significant 64 bits.

Class net.jini.core.lookup.ServiceItem implements Serializable

Serialized Fields

attributeSets

Entry[] attributeSets
Attribute sets

service

java.lang.Object service
A service object

serviceID

ServiceID serviceID
A service ID, or null if registering for the first time

Class net.jini.core.lookup.ServiceMatches implements Serializable

Serialized Fields

items

ServiceItem[] items
Matching items (up to maxMatches from lookup method)

totalMatches

int totalMatches
Total number of matching items

Class net.jini.core.lookup.ServiceTemplate implements Serializable

Serialized Fields

attributeSetTemplates

Entry[] attributeSetTemplates
Attribute set templates to match, or null

serviceID

ServiceID serviceID
Service ID to match, or null

serviceTypes

java.lang.Class[] serviceTypes
Service types to match, or null


Package net.jini.core.transaction

Class net.jini.core.transaction.CannotAbortException implements Serializable

Class net.jini.core.transaction.CannotCommitException implements Serializable

Class net.jini.core.transaction.CannotJoinException implements Serializable

Class net.jini.core.transaction.CannotNestException implements Serializable

Class net.jini.core.transaction.NestableTransaction.Created implements Serializable

Serialized Fields

lease

Lease lease
The lease.

transaction

NestableTransaction transaction
The transaction.

Class net.jini.core.transaction.TimeoutExpiredException implements Serializable

Serialized Fields

committed

boolean committed
True if the transaction committed before the timeout.

Class net.jini.core.transaction.Transaction.Created implements Serializable

Serialized Fields

lease

Lease lease
The lease.

transaction

Transaction transaction
The transaction.

Class net.jini.core.transaction.TransactionException implements Serializable

Class net.jini.core.transaction.UnknownTransactionException implements Serializable


Package net.jini.core.transaction.server

Class net.jini.core.transaction.server.CrashCountException implements Serializable

Class net.jini.core.transaction.server.NestableServerTransaction implements Serializable

Serialized Fields

parent

NestableServerTransaction parent
The parent transaction, if any.

Class net.jini.core.transaction.server.ServerTransaction implements Serializable

Serialized Fields

id

long id
The transaction id.

mgr

TransactionManager mgr
The transaction manager.

Class net.jini.core.transaction.server.TransactionManager.Created implements Serializable

Serialized Fields

id

long id
The transaction id.

lease

Lease lease
The lease.



Copyright © 1999 Sun Microsystems, Inc. All rights reserved