|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaSpace | |
---|---|
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 JavaSpace in com.sun.jini.outrigger |
---|
Classes in com.sun.jini.outrigger that implement JavaSpace | |
---|---|
(package private) class |
ConstrainableSpaceProxy2
Constrainable subclass of SpaceProxy2 |
(package private) class |
SpaceProxy2
This class is the client-side proxy for the Outrigger implementation of a JavaSpacesTM service. |
Fields in com.sun.jini.outrigger declared as JavaSpace | |
---|---|
private JavaSpace |
Notifier.source
The object to use for the source when creating
events. |
Methods in com.sun.jini.outrigger that return JavaSpace | |
---|---|
JavaSpace |
AdminProxy.space()
|
JavaSpace |
OutriggerAdmin.space()
Return the space administered by this object. |
JavaSpace |
JavaSpaceAdmin.space()
Deprecated. Return the space that this administrative object governs. |
JavaSpace |
OutriggerServerWrapper.space()
|
JavaSpace |
OutriggerServerImpl.space()
|
Methods in com.sun.jini.outrigger with parameters of type JavaSpace | |
---|---|
void |
EventSender.sendEvent(JavaSpace source,
long now,
ProxyPreparer preparer)
Send a remote event to the encapsulated listener of the encapsulated type, with the encapsulated handback, sequence number. |
void |
EventRegistrationWatcher.BasicEventSender.sendEvent(JavaSpace source,
long now,
ProxyPreparer preparer)
|
void |
AvailabilityRegistrationWatcher.VisibilityEventSender.sendEvent(JavaSpace source,
long now,
ProxyPreparer preparer)
|
Constructors in com.sun.jini.outrigger with parameters of type JavaSpace | |
---|---|
Notifier(JavaSpace source,
ProxyPreparer recoveredListenerPreparer,
Configuration config)
Create a notifier connected to the given space . |
|
OutriggerAvailabilityEvent(JavaSpace source,
long eventID,
long seqNum,
MarshalledObject handback,
boolean visibilityTransition,
EntryRep rep)
Constructs an OutriggerAvailabilityEvent object. |
Uses of JavaSpace in net.jini.space |
---|
Subinterfaces of JavaSpace in net.jini.space | |
---|---|
interface |
JavaSpace05
The JavaSpace05 interface extends the JavaSpace interface to provide methods that allow clients to
perform batch operations on the space (which are generally more
efficient than performing an equivalent set of singleton
operations) and to more easily develop applications where a
given Entry needs to be read by multiple clients. |
Constructors in net.jini.space with parameters of type JavaSpace | |
---|---|
AvailabilityEvent(JavaSpace source,
long eventID,
long seqNum,
MarshalledObject handback,
boolean visibilityTransition)
Create a new AvailabilityEvent instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |