|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutriggerAdmin | |
---|---|
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
Uses of OutriggerAdmin in com.sun.jini.outrigger |
---|
Subinterfaces of OutriggerAdmin in com.sun.jini.outrigger | |
---|---|
(package private) interface |
OutriggerServer
This interface is the private wire protocol to the Outrigger implementations of JavaSpacesTM technology. |
Classes in com.sun.jini.outrigger that implement OutriggerAdmin | |
---|---|
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 OutriggerAdmin | |
---|---|
(package private) OutriggerAdmin |
AdminProxy.admin
Reference to the actual remote admin object. |
(package private) OutriggerAdmin |
IteratorProxy.server
Reference to the server. |
Methods in com.sun.jini.outrigger that return OutriggerAdmin | |
---|---|
private static OutriggerAdmin |
ConstrainableIteratorProxy.constrainServer(OutriggerAdmin server,
MethodConstraints constraints)
Returns a copy of the given OutriggerAdmin proxy
having the client method constraints that result after
mapping defined by methodMapArray is applied. |
private static OutriggerAdmin |
ConstrainableAdminProxy.constrainServer(OutriggerAdmin server,
MethodConstraints constraints)
Returns a copy of the given OutriggerAdmin 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 OutriggerAdmin | |
---|---|
private static OutriggerAdmin |
ConstrainableIteratorProxy.constrainServer(OutriggerAdmin server,
MethodConstraints constraints)
Returns a copy of the given OutriggerAdmin proxy
having the client method constraints that result after
mapping defined by methodMapArray is applied. |
private static OutriggerAdmin |
ConstrainableAdminProxy.constrainServer(OutriggerAdmin server,
MethodConstraints constraints)
Returns a copy of the given OutriggerAdmin 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 OutriggerAdmin | |
---|---|
AdminProxy(OutriggerAdmin admin,
Uuid spaceUuid)
Create an AdminProxy for the given remote admin
objects. |
|
ConstrainableAdminProxy(OutriggerAdmin admin,
Uuid spaceUuid,
MethodConstraints methodConstraints)
Create a new ConstrainableAdminProxy . |
|
ConstrainableIteratorProxy(Uuid iterationUuid,
OutriggerAdmin server,
int fetchSize,
MethodConstraints methodConstraints)
Create a new ConstrainableIteratorProxy . |
|
IteratorProxy(Uuid iterationUuid,
OutriggerAdmin server,
int fetchSize)
Create client side iterator proxy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |