org.isam.exehda.services
Interface OXManager


public interface OXManager


Nested Class Summary
static class OXManager.HomeOXHandle
           
static class OXManager.MasterOXHandle
           
static interface OXManager.OXAttributeOps
           
static class OXManager.OXHandle
           
static class OXManager.RmiOXHandle
           
 
Field Summary
static byte ATT_READ
           
static byte ATT_WRITE
           
static java.lang.String SERVICE_NAME
           
 
Method Summary
 OXManager.OXHandle createHandle(ObjectId oid)
          Describe createHandle method here.
 OXManager.OXHandle grantOwnership(OXManager.OXHandle ox)
          Describe grantOwnership method here.
 void releaseHandle(OXManager.OXHandle ox)
          Describe releaseHandle method here.
 OXManager.OXHandle requestOwnership(OXManager.OXHandle ox)
          Describe requestOwnership method here.
 OXManager.OXHandle updateAttributes(OXManager.OXHandle ox, java.lang.String[] att, byte[] op)
          Describe updateAttributes method here.
 

Field Detail

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
See Also:
Constant Field Values

ATT_READ

public static final byte ATT_READ
See Also:
Constant Field Values

ATT_WRITE

public static final byte ATT_WRITE
See Also:
Constant Field Values
Method Detail

createHandle

public OXManager.OXHandle createHandle(ObjectId oid)
Describe createHandle method here.

Parameters:
oid - an ObjectId value
Returns:
an OXHandle value

releaseHandle

public void releaseHandle(OXManager.OXHandle ox)
Describe releaseHandle method here.

Parameters:
ox - an OXHandle value

grantOwnership

public OXManager.OXHandle grantOwnership(OXManager.OXHandle ox)
Describe grantOwnership method here.

Parameters:
ox - an OXHandle value
Returns:
an OXHandle value

requestOwnership

public OXManager.OXHandle requestOwnership(OXManager.OXHandle ox)
Describe requestOwnership method here.

Parameters:
ox - an OXHandle value
Returns:
an OXHandle value

updateAttributes

public OXManager.OXHandle updateAttributes(OXManager.OXHandle ox,
                                           java.lang.String[] att,
                                           byte[] op)
Describe updateAttributes method here.

Parameters:
ox - an OXHandle value
att - a String[] value
op - a byte[] value
Returns:
an OXHandle value