Uses of Class
org.isam.exehda.services.ox.NotMasterHandleException

Packages that use NotMasterHandleException
org.isam.exehda.services.ox   
 

Uses of NotMasterHandleException in org.isam.exehda.services.ox
 

Methods in org.isam.exehda.services.ox that throw NotMasterHandleException
 OXHandle OXManagerClientImpl.grantOwnership(OXHandle ox)
          Grant ownership invalidates the ownership of the given OXHandle, allowing a new node to request the ownership of this OXHanlde.
 OXHandle OXManagerClientImpl.requestOwnership(OXHandle ox)
          requestWnershp grants the ownership of the given OXHandle to the calling HostId as long as that OXHandle is not currently owned by another host.
 OXHandle OXManager.grantOwnership(OXHandle ox)
          Grant ownership invalidates the ownership of the given OXHandle, allowing a new node to request the ownership of this OXHanlde.
 OXHandle OXManager.requestOwnership(OXHandle ox)
          requestWnershp grants the ownership of the given OXHandle to the calling HostId as long as that OXHandle is not currently owned by another host.
 OXHandle OXManagerImpl.grantOwnership(OXHandle ox)
          Grant ownership invalidates the ownership of the given OXHandle, allowing a new node to request the ownership of this OXHanlde.
 OXHandle OXManagerImpl.requestOwnership(OXHandle ox)
          requestWnershp grants the ownership of the given OXHandle to the calling HostId as long as that OXHandle is not currently owned by another host.