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

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

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

Subclasses of OXHandle in org.isam.exehda.services.ox
 class HomeOXHandle
           
 class InvalidOXHandle
           
 class MasterOXHandle
           
 class ProxyOXHandle
           
 

Methods in org.isam.exehda.services.ox that return OXHandle
 OXHandle OXManagerClientImpl.createHandle(ObjectId oid)
          Create handle is used to create a new OXHandle for the OX with the given ObjectId.
 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.createHandle(ObjectId oid)
          Create handle is used to create a new OXHandle for the OX with the given ObjectId.
 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.createHandle(ObjectId oid)
          Create handle is used to create a new OXHandle for the OX with the given ObjectId.
 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.
 

Methods in org.isam.exehda.services.ox with parameters of type OXHandle
 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.
 void OXManagerClientImpl.realeaseHandle(OXHandle ox)
          Realease handle takes away the given handle from the handle list.
 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.
 void OXManager.realeaseHandle(OXHandle ox)
          Realease handle takes away the given handle from the handle list.
 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.
 void OXManagerImpl.realeaseHandle(OXHandle ox)
          Realease handle takes away the given handle from the handle list.
 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.