|
||||||||||
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 return UnusableEntryException | |
---|---|
private UnusableEntryException |
EntryRep.throwNewUnusableEntryException(Entry partial,
String[] badFields,
Throwable[] exceptions)
Construct, log, and throw a new UnusableEntryException |
private static UnusableEntryException |
EntryRep.throwNewUnusableEntryException(String msg,
Exception nested)
Construct, log, and throw a new UnusableEntryException, that will rap a newly constructed UnmarshalException (that optional wraps a given exception). |
private static UnusableEntryException |
EntryRep.throwNewUnusableEntryException(Throwable nested)
Construct, log, and throw a new UnusableEntryException, that raps a given exception. |
Methods in com.sun.jini.outrigger that throw UnusableEntryException | |
---|---|
(package private) Entry |
EntryRep.entry()
Return an Entry object built out of this
EntryRep This is used by the client-side proxy to
convert the EntryRep it gets from the space server
into the actual Entry object it represents. |
(package private) static Entry |
SpaceProxy2.entryFrom(EntryRep rep)
Return an entry generated from the given rep. |
private static Long |
EntryRep.findHash(Class clazz,
boolean marshaling)
Lookup the hash value for the given class. |
Entry |
OutriggerAvailabilityEvent.getEntry()
|
Entry |
MatchSetProxy.next()
|
Entry |
AdminIterator.next()
Deprecated. Return the next entry in the sequence. |
Entry |
IteratorProxy.next()
|
Entry |
SpaceProxy2.read(Entry tmpl,
Transaction txn,
long timeout)
|
Entry |
SpaceProxy2.readIfExists(Entry tmpl,
Transaction txn,
long timeout)
|
Entry |
SpaceProxy2.take(Entry tmpl,
Transaction txn,
long timeout)
|
Entry |
SpaceProxy2.takeIfExists(Entry tmpl,
Transaction txn,
long timeout)
|
private UnusableEntryException |
EntryRep.throwNewUnusableEntryException(Entry partial,
String[] badFields,
Throwable[] exceptions)
Construct, log, and throw a new UnusableEntryException |
private static UnusableEntryException |
EntryRep.throwNewUnusableEntryException(String msg,
Exception nested)
Construct, log, and throw a new UnusableEntryException, that will rap a newly constructed UnmarshalException (that optional wraps a given exception). |
private static UnusableEntryException |
EntryRep.throwNewUnusableEntryException(Throwable nested)
Construct, log, and throw a new UnusableEntryException, that raps a given exception. |
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 |