org.isam.exehda.services
Class OXManager.RmiOXHandle

java.lang.Object
  |
  +--org.isam.exehda.services.OXManager.RmiOXHandle
Enclosing class:
OXManager

public static class OXManager.RmiOXHandle
extends java.lang.Object


Constructor Summary
OXManager.RmiOXHandle()
           
 
Method Summary
static java.rmi.Remote getStub(OXManager.OXHandle ox)
          Describe getStub method here.
static void setStub(OXManager.OXHandle ox, java.rmi.Remote stub)
          Describe setStub method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OXManager.RmiOXHandle

public OXManager.RmiOXHandle()
Method Detail

getStub

public static java.rmi.Remote getStub(OXManager.OXHandle ox)
Describe getStub method here.

Parameters:
ox - an OXHandle value
Returns:
a java.rmi.Remote value

setStub

public static void setStub(OXManager.OXHandle ox,
                           java.rmi.Remote stub)
Describe setStub method here.

Parameters:
ox - an OXHandle value
stub - a java.rmi.Remote value