|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Landlord | |
---|---|
com.sun.jini.landlord | This is a utility for services implementing leases. |
com.sun.jini.mahalo | Provides implementations of the TransactionManager service. |
com.sun.jini.mercury | Provides implementations of the EventMailbox service. |
com.sun.jini.norm | Provides implementations of LeaseRenewalService . |
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
Uses of Landlord in com.sun.jini.landlord |
---|
Fields in com.sun.jini.landlord declared as Landlord | |
---|---|
private Landlord |
LandlordLeaseMap.landlord
The landlord which this map will talk to. |
private Landlord |
LeaseFactory.landlord
The inner proxy for the leases we create |
private Landlord |
LandlordLease.landlord
Owner of the resource associated with this lease. |
Methods in com.sun.jini.landlord that return Landlord | |
---|---|
private static Landlord |
ConstrainableLandlordLease.constrainServer(Landlord server,
MethodConstraints constraints,
Method[] mapping)
Returns a copy of the given Landlord proxy having the
client method constraints that result after a specified mapping
is applied to the given method constraints. |
(package private) Landlord |
LandlordLeaseMap.landlord()
Return the landlord. |
(package private) Landlord |
LandlordLease.landlord()
Return the landlord. |
Methods in com.sun.jini.landlord with parameters of type Landlord | |
---|---|
private static Landlord |
ConstrainableLandlordLease.constrainServer(Landlord server,
MethodConstraints constraints,
Method[] mapping)
Returns a copy of the given Landlord proxy having the
client method constraints that result after a specified mapping
is applied to the given method constraints. |
Constructors in com.sun.jini.landlord with parameters of type Landlord | |
---|---|
ConstrainableLandlordLease(Uuid cookie,
Landlord landlord,
Uuid landlordUuid,
long expiration,
MethodConstraints methodConstraints)
Create a new ConstrainableLandlordLease . |
|
ConstrainableLandlordLeaseMap(Landlord landlord,
Uuid landlordUuid,
Lease lease,
long duration)
Create a new ConstrainableLandlordLeaseMap . |
|
LandlordLease(Uuid cookie,
Landlord landlord,
Uuid landlordUuid,
long expiration)
Create a new LandlordLease . |
|
LandlordLeaseMap(Landlord landlord,
Uuid landlordUuid,
Lease lease,
long duration)
Create a new LandlordLeaseMap . |
|
LandlordProxyVerifier(Landlord landlord,
Uuid landlordUuid)
Returns a verifier for the proxies defined in the landlord package with the specified server reference and server Uuid . |
|
LeaseFactory(Landlord landlord,
Uuid landlordUuid)
Create a new LeaseFactory that will create
LandlordLease s with the specified
Landlord and landlord Uuid . |
Uses of Landlord in com.sun.jini.mahalo |
---|
Subinterfaces of Landlord in com.sun.jini.mahalo | |
---|---|
interface |
TxnManager
Encapsulates the interface of an implementation of a TransactionManager . |
Classes in com.sun.jini.mahalo that implement Landlord | |
---|---|
(package private) class |
ActivatableMahaloImpl
Convenience class intended for use with the ServiceStarter framework to start
an implementation of Mahalo that is activatable, and which will
log its state information to persistent storage. |
(package private) class |
NonActivatableMahaloImpl
Convenience class intended for use with the ServiceStarter framework to start
an implementation of Mahalo that is not activatable, but which
will log its state information to persistent storage. |
(package private) class |
TransientMahaloImpl
Convenience class intended for use with the ServiceStarter framework to start
a transient (non-activatable, non-persistent) implementation
of Mahalo. |
(package private) class |
TxnManagerImpl
An implementation of the Jini Transaction Specification. |
Uses of Landlord in com.sun.jini.mercury |
---|
Subinterfaces of Landlord in com.sun.jini.mercury | |
---|---|
(package private) interface |
MailboxBackEnd
MailboxBackEnd defines the private protocol between the various client-side proxies and the event mailbox server. |
Classes in com.sun.jini.mercury that implement Landlord | |
---|---|
(package private) class |
ActivatableMercuryImpl
Convenience class intended for use with the ServiceStarter framework to start
an implementation of Mercury that is activatable, and which will
log its state information to persistent storage. |
(package private) class |
MailboxImpl
MailboxImpl implements the server side of the event mailbox service. |
(package private) class |
NonActivatableMercuryImpl
Convenience class intended for use with the ServiceStarter framework to start
an implementation of Mercury that is not activatable, but which
will log its state information to persistent storage. |
(package private) class |
TransientMercuryImpl
Convenience class intended for use with the ServiceStarter framework to start
a transient (non-activatable, non-persistent) implementation
of Mercury. |
Uses of Landlord in com.sun.jini.norm |
---|
Subinterfaces of Landlord in com.sun.jini.norm | |
---|---|
(package private) interface |
NormServer
This interface is the private wire protocol to that the various proxy objects created by a Norm server (the lease renewal service itself, sets, leases, admins, etc.) use to communicate back to the server. |
Classes in com.sun.jini.norm that implement Landlord | |
---|---|
(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. |
Uses of Landlord in com.sun.jini.outrigger |
---|
Subinterfaces of Landlord 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 Landlord | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |