J2ME RMI Optional Package

java.rmi.server
Class Operation

java.lang.Object
  |
  +--java.rmi.server.Operation

Deprecated. no replacement

public class Operation
extends java.lang.Object

A simple place holder for the RMI Optional Package which enables "compat" stubs (stubs written to use the 1.1 and 1.2 stub protocols) to use only the 1.2 "stub protocol" of JRMP.


Constructor Summary
Operation(java.lang.String op)
          Deprecated. no replacement
 
Method Summary
 java.lang.String toString()
          Deprecated. no replacement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Operation

public Operation(java.lang.String op)
Deprecated. no replacement

Creates a new Operation object.
Parameters:
op - method name
Since:
JDK1.1
Method Detail

toString

public java.lang.String toString()
Deprecated. no replacement

Returns the string representation of the operation.
Overrides:
toString in class java.lang.Object
Since:
JDK1.1

J2ME RMI Optional Package

Copyright 1994-2002 Sun Microsystems, Inc. All Rights Reserved.