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

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

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

Methods in org.isam.exehda.services.ox that throw HandleNotFoundException
 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 OXManagerClientImpl.updateAttributes(OXHandle ox, java.lang.String[] att, byte[] op)
          OXhandle updates the attributes of the given ox.
 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 OXManager.updateAttributes(OXHandle ox, java.lang.String[] att, byte[] op)
          OXhandle updates the attributes of the given ox.
 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.
 OXHandle OXManagerImpl.updateAttributes(OXHandle ox, java.lang.String[] att, byte[] op)
          OXhandle updates the attributes of the given ox.