Uses of Interface
net.jini.space.JavaSpace

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
 

Methods in com.sun.jini.outrigger that return JavaSpace
 JavaSpace JavaSpaceAdmin.space()
          Deprecated. Return the space that this administrative object governs.
 JavaSpace OutriggerServerImpl.space()
           
 

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.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.