|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnusableEntryException | |
---|---|
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
net.jini.space | JavaSpaces servers provide a place on the network, a space, for clients to store and exchange objects. |
Uses of UnusableEntryException in com.sun.jini.outrigger |
---|
Methods in com.sun.jini.outrigger that throw UnusableEntryException | |
---|---|
Entry |
AdminIterator.next()
Deprecated. Return the next entry in the sequence. |
Uses of UnusableEntryException in net.jini.space |
---|
Methods in net.jini.space that throw UnusableEntryException | |
---|---|
abstract Entry |
AvailabilityEvent.getEntry()
Returns a copy of the Entry whose transition
triggered this event. |
Entry |
MatchSet.next()
Removes one Entry from the match set and
returns a copy to the caller. |
Entry |
JavaSpace.read(Entry tmpl,
Transaction txn,
long timeout)
Read any matching entry from the space, blocking until one exists. |
Entry |
JavaSpace.readIfExists(Entry tmpl,
Transaction txn,
long timeout)
Read any matching entry from the space, returning null if there is currently is none. |
Entry |
JavaSpace.take(Entry tmpl,
Transaction txn,
long timeout)
Take a matching entry from the space, waiting until one exists. |
Entry |
JavaSpace.takeIfExists(Entry tmpl,
Transaction txn,
long timeout)
Take a matching entry from the space, returning null if there is currently is none. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |