BEA Systems, Inc.

Uses of Class
weblogic.cluster.singleton.LeasingException

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

Uses of LeasingException in weblogic.cluster.singleton
 

Methods in weblogic.cluster.singleton that throw LeasingException
 void Leasing.acquire(String leaseName, LeaseObtainedListener listener)
          Registers interest in claiming ownership of a lease for this server whenever it becomes available.
 void LeaseManager.acquire(String leaseName, LeaseObtainedListener listener)
          Registers interest in claiming ownership of a lease for this server whenever it becomes available.
 boolean LeasingBasis.acquire(String leaseName, String owner, int leaseTimeout)
          Attempts to claim immediate ownership of a lease for this server.
 boolean DatabaseLeasingBasis.acquire(String leaseName, String owner, int leaseTimeout)
           
 String Leasing.findOwner(String leaseName)
          Returns the identity of the server that currently owns the lease.
 String LeaseManager.findOwner(String leaseName)
          Returns the identity of the server that currently owns the lease.
 String LeaseManager.findPreviousOwner(String leaseName)
           
 String MigratableServerService.findSingletonMaster()
           
 SingletonMonitorRemote MigratableServerService.getSingletonMasterRemote()
           
 SingletonMonitorRemote MigratableServerService.getSingletonMasterRemote(int retryCount)
           
 void Leasing.release(String leaseName)
          If the lease is owned by this server, attempts to give up ownership.
 void LeaseManager.release(String leaseName)
          If the lease is owned by this server, attempts to give up ownership.
 void LeaseManager.releaseAndRemember(String leaseName)
           
 boolean Leasing.tryAcquire(String leaseName)
          Attempts to claim immediate ownership of a lease for this server.
 boolean LeaseManager.tryAcquire(String leaseName)
          Attempts to claim immediate ownership of a lease for this server.
 


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