BEA Systems, Inc.

Uses of Interface
weblogic.cluster.singleton.LeasingBasis

Packages that use LeasingBasis
weblogic.cluster.singleton Provides interfaces to support WebLogic Clustering. 
 

Uses of LeasingBasis in weblogic.cluster.singleton
 

Subinterfaces of LeasingBasis in weblogic.cluster.singleton
 interface RemoteLeasingBasis
          A RemoteLeasingBasis provides a remote implementation of LeasingBasis.
 

Classes in weblogic.cluster.singleton that implement LeasingBasis
 class DatabaseLeasingBasis
          LeasingBasis that leverages an HA-database for lease ownership.
 class RemoteLeasingBasisImpl
          Remote implementation of RemoteLeasingBasis as a wrapper around a LeasingBasis.
 class ReplicatedLeasingBasis
          LeasingBasis that delegates to replicated remote instances.
 class SimpleLeasingBasis
          Dumb LeasingBasis that holds leases in-memory.
 

Methods in weblogic.cluster.singleton that return LeasingBasis
static LeasingBasis DatabaseLeasingBasis.createBasis(weblogic.management.configuration.ServerMBean server, weblogic.management.configuration.JDBCSystemResourceMBean jdbcResource, int unresponsiveTimeout, String tableName)
          Check to make sure the database is reachable.
 

Methods in weblogic.cluster.singleton with parameters of type LeasingBasis
 void LeaseManagerFactory.initialize(LeasingBasis basis, int heartbeatPeriod, int healthCheckPeriod, int gracePeriod)
           
 

Constructors in weblogic.cluster.singleton with parameters of type LeasingBasis
LeaseManager(LeasingBasis basis, int heartbeatPeriod, int healthCheckPeriod, int gracePeriod, String leaseType)
          Create a new LeaseManager.
RemoteLeasingBasisImpl(LeasingBasis basis)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.