API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.stub.java.rmi. _Remote_Stub View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ObjectImpl
          ObjectImpl
              Stub
                  _Remote_Stub
Implements
 Remote
Subclasses
Description
publicfinal class _Remote_Stub
  This class provides the Stub for the Remote Type.
See also:   
Constructors
public _Remote_Stub ()
Methods
Hide/Show inherited methods
public Request _create_request (Context ctx, String operation, NVList arg_list, NamedValue result) [Inherited From ObjectImpl]
  Creates a Request object that contains the given context, method, argument list, and container for the result.
public Request _create_request (Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts) [Inherited From ObjectImpl]
  Creates a Request object that contains the given context, method, argument list, container for the result, exceptions, and list of property names to be used in resolving the context strings.
public Object _duplicate () [Inherited From ObjectImpl]
  Returns a duplicate of this ObjectImpl object.
public String _get_codebase () [Inherited From ObjectImpl]
  Returns the codebase for this object reference.
public Delegate _get_delegate () [Inherited From ObjectImpl]
  Retrieves the reference to the vendor-specific Delegate object to which this ObjectImpl object delegates all methods invoked on it.
public DomainManager _get_domain_managers () [Inherited From ObjectImpl]
  Retrieves a list of the domain managers for this ObjectImpl object.
public Object _get_interface_def () [Inherited From ObjectImpl]
  Retrieves the interface definition for this ObjectImpl object.
public Policy _get_policy (int policy_type) [Inherited From ObjectImpl]
  Retrieves the Policy object for this ObjectImpl object that has the given policy type.
public int _hash (int maximum) [Inherited From ObjectImpl]
  Retrieves the hash code that serves as an ORB-internal identifier for this ObjectImpl object.
public String _ids () [Specified in ObjectImpl]
  Returns an array of repository ids that an object implements.
public InputStream _invoke (OutputStream output) throws ApplicationException RemarshalException [Inherited From ObjectImpl]
  Invokes an operation and returns an InputStream object for reading the response.
public boolean _is_a (String repository_id) [Inherited From ObjectImpl]
  Checks whether the object identified by the given repository identifier is an ObjectImpl object.
public boolean _is_equivalent (Object that) [Inherited From ObjectImpl]
  Checks whether the the given ObjectImpl object is equivalent to this ObjectImpl object.
public boolean _is_local () [Inherited From ObjectImpl]
  Checks whether this ObjectImpl object is implemented by a local servant.
public boolean _non_existent () [Inherited From ObjectImpl]
  Checks whether the server object for this ObjectImpl object has been destroyed.
public ORB _orb () [Inherited From ObjectImpl]
  Returns a reference to the ORB associated with this object and its delegate.
public void _release () [Inherited From ObjectImpl]
Releases the resources associated with this ObjectImpl object.
public void _releaseReply (InputStream input) [Inherited From ObjectImpl]
  Releases the given reply stream back to the ORB when unmarshalling has completed after a call to the method _invoke.
public Request _request (String operation) [Inherited From ObjectImpl]
  Creates a Request object containing the given method that can be used with the Dynamic Invocation Interface.
public OutputStream _request (String operation, boolean responseExpected) [Inherited From ObjectImpl]
  Returns an OutputStream object to use for marshalling the arguments of the given method.
public void _servant_postinvoke (ServantObject servant) [Inherited From ObjectImpl]
  Is called by the local stub after it has invoked an operation on the local servant that was previously retrieved from a call to the method _servant_preinvoke.
public ServantObject _servant_preinvoke (String operation, Class expectedType) [Inherited From ObjectImpl]
  Returns a Java reference to the local servant that should be used for sending a request for the method specified.
public void _set_delegate (Delegate delegate) [Inherited From ObjectImpl]
  Sets the Delegate for this ObjectImpl instance to the given Delegate object.
public Object _set_policy_override (Policy policies, SetOverrideType set_add) [Inherited From ObjectImpl]
  Sets this ObjectImpl object's override type for the given policies to the given instance of SetOverrideType.
public void connect (ORB orb) throws RemoteException [Inherited From Stub]
  Connects this stub to an ORB.
public boolean equals (Object obj) [Inherited From Stub]
  Compares two stubs for equality.
public int hashCode () [Inherited From Stub]
  Returns a hash code value for the object which is the same for all stubs that represent the same remote object.
public String toString () [Inherited From Stub]
  Returns a string representation of this stub.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar