Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Interface
weblogic.cluster.singleton.LeasingBasis

Packages that use LeasingBasis
weblogic.cluster.singleton Provides interfaces and classes for Clusters. 
 

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)
           
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06