Uses of Interface
com.sun.jini.landlord.Landlord
Packages that use Landlord
Package
Description
This is a utility for services implementing leases.
Provides implementations of the
TransactionManager service.
-
Uses of Landlord in com.sun.jini.landlord
Methods in com.sun.jini.landlord with parameters of type LandlordConstructors in com.sun.jini.landlord with parameters of type LandlordModifierConstructorDescriptionConstrainableLandlordLease(Uuid cookie, Landlord landlord, Uuid landlordUuid, long expiration, MethodConstraints methodConstraints) Create a newConstrainableLandlordLease.LandlordLease(Uuid cookie, Landlord landlord, Uuid landlordUuid, long expiration) Create a newLandlordLease.LandlordProxyVerifier(Landlord landlord, Uuid landlordUuid) Returns a verifier for the proxies defined in the landlord package with the specified server reference and serverUuid.LeaseFactory(Landlord landlord, Uuid landlordUuid) Create a newLeaseFactorythat will createLandlordLeases with the specifiedLandlordand landlordUuid. -
Uses of Landlord in com.sun.jini.mahalo
Subinterfaces of Landlord in com.sun.jini.mahaloModifier and TypeInterfaceDescriptioninterfaceEncapsulates the interface of an implementation of aTransactionManager.Classes in com.sun.jini.mahalo that implement LandlordModifier and TypeClassDescriptionclassConvenience class intended for use with theServiceStarterframework to start a transient (non-activatable, non-persistent) implementation of Mahalo.classAn implementation of the Jini(TM) Transaction Specification.Constructors in com.sun.jini.mahalo with parameters of type LandlordModifierConstructorDescriptionMahaloTxnBasicLease(Uuid cookie, Landlord landlord, Uuid landlordUuid, long expiration)