BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Interface
weblogic.rmi.extensions.RemoteObjectReference

Packages that use weblogic.rmi.extensions.RemoteObjectReference
weblogic.rmi.extensions   
 

Uses of weblogic.rmi.extensions.RemoteObjectReference in weblogic.rmi.extensions
 

Fields in weblogic.rmi.extensions declared as weblogic.rmi.extensions.RemoteObjectReference
protected  weblogic.rmi.extensions.RemoteObjectReference AbstractRequest.ror
           
protected  weblogic.rmi.extensions.RemoteObjectReference Stub.ror
           
 

Methods in weblogic.rmi.extensions that return weblogic.rmi.extensions.RemoteObjectReference
protected  weblogic.rmi.extensions.RemoteObjectReference AbstractRequest.getRemoteObjectReference()
           
static weblogic.rmi.extensions.RemoteObjectReference Stub.getRemoteObjectReference(weblogic.rmi.extensions.Stub stub)
           
 weblogic.rmi.extensions.RemoteObjectReference AbstractRemoteObjectReference.referenceFromString(java.lang.String objectAsString)
          Returns a reference based on the string value of a remote object.
 weblogic.rmi.extensions.RemoteObjectReference BasicServerObjectReference.getRemoteObjectReference()
           
 weblogic.rmi.extensions.RemoteObjectReference BasicRuntimeDescriptor.getRemoteReference(int oid, java.lang.Object o)
           
 weblogic.rmi.extensions.RemoteObjectReference RuntimeDescriptor.getRemoteReference(int oid, java.lang.Object o)
          Implementations of RuntimeDescriptor can provide a factory for reference types used to override or replace the function of the basic (transient) reference used by the RMI runtime.
 weblogic.rmi.extensions.RemoteObjectReference RemoteObjectReference.referenceFromString(java.lang.String stringRep)
          Returns a reference based on the string value of a remote object.
 weblogic.rmi.extensions.RemoteObjectReference ActivatableRuntimeDescriptor.getRemoteReference(int oid, java.lang.Object impl)
           
 weblogic.rmi.extensions.RemoteObjectReference ActivatableRuntimeDescriptor.getActivatedRemoteReference(int oid, java.lang.Object impl)
           
 weblogic.rmi.extensions.RemoteObjectReference ActivationFaultHandler.getReference()
           
 weblogic.rmi.extensions.RemoteObjectReference ActivationFaultHandler.handleFault(weblogic.rmi.extensions.RemoteObjectReference ref, java.lang.Throwable faulure)
           
 weblogic.rmi.extensions.RemoteObjectReference ServerObjectReference.getRemoteObjectReference()
          Factory method for remote references.
 

Methods in weblogic.rmi.extensions with parameters of type weblogic.rmi.extensions.RemoteObjectReference
static void Stub.setRemoteObjectReference(weblogic.rmi.extensions.Stub stub, weblogic.rmi.extensions.RemoteObjectReference ror)
           
 weblogic.rmi.extensions.RemoteObjectReference ActivationFaultHandler.handleFault(weblogic.rmi.extensions.RemoteObjectReference ref, java.lang.Throwable faulure)
           
 

Constructors in weblogic.rmi.extensions with parameters of type weblogic.rmi.extensions.RemoteObjectReference
AbstractRequest.AbstractRequest(weblogic.rmi.extensions.RemoteObjectReference ror, int option, weblogic.rmi.internal.BasicOutgoingRequest request)
           
BasicRequest.BasicRequest(weblogic.rmi.extensions.RemoteObjectReference ror, int option, weblogic.rmi.internal.BasicOutgoingRequest request)
          This version of the constructor ties the implementation to the weblogic.rjvm interfaces.
BasicRequest.BasicRequest(weblogic.rmi.extensions.RemoteObjectReference ror, weblogic.rmi.internal.BasicOutgoingRequest request)
          This version of the construcor is used for dynamic requests and 1.2 style stubs
Stub.Stub(weblogic.rmi.extensions.RemoteObjectReference ror)
           
 


Documentation is available at
http://www.weblogic.com/docs51