Uses of Interface
com.sun.jini.outrigger.OutriggerServer

Packages that use OutriggerServer
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
 

Uses of OutriggerServer in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement OutriggerServer
 class OutriggerServerImpl
          A basic implementation of a JavaSpacesTM service.
(package private)  class OutriggerServerWrapper
          For various reasons there is code that we would like to run before every incoming remote call.
(package private)  class PersistentOutriggerImpl
          OutriggerServerWrapper subclass for persistent servers.
(package private)  class TransientOutriggerImpl
          OutriggerServerWrapper subclass for transient servers.
 

Fields in com.sun.jini.outrigger declared as OutriggerServer
private  OutriggerServer OutriggerServerImpl.ourRemoteRef
          The remote ref (e.g. stub or dynamic proxy) for this server.
private  OutriggerServer MatchSetProxy.space
          The remote server this proxy works with.
(package private)  OutriggerServer SpaceProxy2.space
          The remote server this proxy works with.
 

Methods in com.sun.jini.outrigger that return OutriggerServer
private static OutriggerServer ConstrainableSpaceProxy2.constrainServer(OutriggerServer server, MethodConstraints constraints)
          Returns a copy of the given OutriggerServer proxy having the client method constraints that result after mapping defined by methodMapArray is applied.
 

Methods in com.sun.jini.outrigger with parameters of type OutriggerServer
private static OutriggerServer ConstrainableSpaceProxy2.constrainServer(OutriggerServer server, MethodConstraints constraints)
          Returns a copy of the given OutriggerServer proxy having the client method constraints that result after mapping defined by methodMapArray is applied.
 

Constructors in com.sun.jini.outrigger with parameters of type OutriggerServer
ConstrainableSpaceProxy2(OutriggerServer space, Uuid spaceUuid, long serverMaxServerQueryTimeout, MethodConstraints methodConstraints)
          Create a new ConstrainableSpaceProxy2.
MatchSetProxy(MatchSetData inital, SpaceProxy2 parent, OutriggerServer space)
           
ProxyVerifier(OutriggerServer server, Uuid uuid)
          Returns a verifier for the smart proxies of an Outrigger server with the specified server reference.
SpaceProxy2(OutriggerServer space, Uuid spaceUuid, long serverMaxServerQueryTimeout)
          Create a new SpaceProxy2 for the given space.
 



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