Serialized Form
Package net.jini.core.discovery |
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 |
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 |
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.
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Serialization support
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.
Package net.jini.core.lease |
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.
Package net.jini.core.lookup |
serviceID
ServiceID serviceID
- ServiceID of the item that triggered the event.
transition
int transition
- One of ServiceRegistrar.TRANSITION_*MATCH_*MATCH
leastSig
long leastSig
- The least significant 64 bits.
mostSig
long mostSig
- The most significant 64 bits.
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
items
ServiceItem[] items
- Matching items (up to maxMatches from lookup method)
totalMatches
int totalMatches
- Total number of matching items
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 |
lease
Lease lease
- The lease.
transaction
NestableTransaction transaction
- The transaction.
committed
boolean committed
- True if the transaction committed before the timeout.
lease
Lease lease
- The lease.
transaction
Transaction transaction
- The transaction.
Package net.jini.core.transaction.server |
parent
NestableServerTransaction parent
- The parent transaction, if any.
id
long id
- The transaction id.
mgr
TransactionManager mgr
- The transaction manager.
id
long id
- The transaction id.
lease
Lease lease
- The lease.
Copyright © 1999 Sun Microsystems, Inc. All rights reserved