|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NormServer | |
---|---|
com.sun.jini.norm | Provides implementations of LeaseRenewalService . |
Uses of NormServer in com.sun.jini.norm |
---|
Classes in com.sun.jini.norm that implement NormServer | |
---|---|
(package private) class |
ActivatableNormServerImpl
Provides an activatable implementation of NormServer. |
(package private) class |
NormServerBaseImpl
Base class for implementations of NormServer. |
(package private) class |
PersistentNormServerImpl
Provides a persistent, non-activatable implementation of NormServer. |
(package private) class |
TransientNormServerImpl
Provides a transient implementation of NormServer. |
Fields in com.sun.jini.norm declared as NormServer | |
---|---|
(package private) NormServer |
AbstractProxy.server
The server. |
private NormServer |
SetProxy.ConstrainableSetProxy.server2
A second inner proxy to use when the client constraints for different smart proxy methods implemented by the same inner proxy methods have different constraints. |
(package private) NormServer |
NormServerBaseImpl.serverProxy
Inner server proxy |
Methods in com.sun.jini.norm that return NormServer | |
---|---|
private static NormServer |
SetProxy.ConstrainableSetProxy.constrainServer(NormServer server,
MethodConstraints methodConstraints,
Method[] mappings)
Returns a copy of the server proxy with the specified client constraints and methods mapping. |
(package private) NormServer |
SetProxy.server2()
Returns a second server proxy for use by methods that represent a second client-side method for a single server-side method. |
(package private) NormServer |
SetProxy.ConstrainableSetProxy.server2()
Returns the second server proxy. |
Methods in com.sun.jini.norm with parameters of type NormServer | |
---|---|
private static NormServer |
SetProxy.ConstrainableSetProxy.constrainServer(NormServer server,
MethodConstraints methodConstraints,
Method[] mappings)
Returns a copy of the server proxy with the specified client constraints and methods mapping. |
(package private) static AdminProxy |
AdminProxy.create(NormServer server,
Uuid serverUuid)
Creates an admin proxy, returning an instance that implements RemoteMethodControl if the server does. |
(package private) static NormProxy |
NormProxy.create(NormServer server,
Uuid serverUuid)
Creates a Norm server proxy, returning an instance that implements RemoteMethodControl if the server does. |
(package private) static SetProxy |
SetProxy.create(NormServer server,
Uuid id,
Lease lease)
Creates a lease set proxy, returning an instance that implements RemoteMethodControl if the server does. |
Constructors in com.sun.jini.norm with parameters of type NormServer | |
---|---|
AbstractProxy(NormServer server,
Uuid uuid)
Creates an instance of this class. |
|
AdminProxy.ConstrainableAdminProxy(NormServer server,
Uuid serverUuid)
Creates an instance of this class. |
|
AdminProxy(NormServer server,
Uuid serverUuid)
Creates an instance of this class. |
|
NormProxy.ConstrainableNormProxy(NormServer server,
Uuid serverUuid)
Creates an instance of this class. |
|
NormProxy(NormServer server,
Uuid serverUuid)
Creates an instance of this class. |
|
ProxyVerifier(NormServer serverProxy,
Uuid serverUuid)
Returns a verifier for the smart proxies of a Norm server with the specified proxy and unique ID. |
|
SetProxy.ConstrainableSetProxy(NormServer server,
Uuid id,
Lease lease,
MethodConstraints methodConstraints)
Creates an instance of this class. |
|
SetProxy(NormServer server,
Uuid id,
Lease lease)
Simple constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |