Package | Description |
---|---|
net.jini.space |
JavaSpaces servers provide a place on the network, a space,
for clients to store and exchange objects.
|
org.apache.river.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
Modifier and Type | Interface and Description |
---|---|
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. |
Constructor and Description |
---|
AvailabilityEvent(JavaSpace source,
long eventID,
long seqNum,
MarshalledObject handback,
boolean visibilityTransition)
Create a new
AvailabilityEvent instance. |
Modifier and Type | Class and Description |
---|---|
(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.
|
Modifier and Type | Field and Description |
---|---|
private JavaSpace |
Notifier.source
The object to use for the
source when creating
events. |
Modifier and Type | Method and Description |
---|---|
JavaSpace |
OutriggerServerWrapper.space() |
JavaSpace |
OutriggerServerImpl.space() |
JavaSpace |
OutriggerAdmin.space()
Return the space administered by this object.
|
JavaSpace |
JavaSpaceAdmin.space()
Deprecated.
Return the space that this administrative object governs.
|
JavaSpace |
AdminProxy.space() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.