org.jboss.ejb.plugins.jrmp.interfaces
Class MethodInvocation

java.lang.Object
  |
  +--org.jboss.ejb.plugins.jrmp.interfaces.MethodInvocation
All Implemented Interfaces:
java.io.Serializable

Deprecated. Unused, will be removed in the near future.

public class MethodInvocation
extends java.lang.Object
implements java.io.Serializable

MethodInvocation This Serializable object carries the method to invoke and an identifier for the target ojbect

Version:
$Revision: 1.10 $
Author:
Rickard Öberg (rickard.oberg@telkel.com), Richard Monson-Haefel., Marc Fleury.
See Also:
, Serialized Form

Constructor Summary
MethodInvocation(java.lang.reflect.Method m, java.lang.Object[] args)
          Deprecated. Unused, will be removed in the near future.
MethodInvocation(java.lang.Object id, java.lang.reflect.Method m, java.lang.Object[] args)
          Deprecated. Unused, will be removed in the near future.
 
Method Summary
static void addLocal(java.lang.String jndiName, ContainerRemote invoker)
          Deprecated.  
static int calculateHash(java.lang.reflect.Method method)
          Deprecated.  
 boolean equals(java.lang.Object obj)
          Deprecated.  
 java.lang.Object[] getArguments()
          Deprecated.  
 java.lang.Object getId()
          Deprecated.  
static ContainerRemote getLocal(java.lang.String jndiName)
          Deprecated.  
 java.lang.reflect.Method getMethod()
          Deprecated.  
 int hashCode()
          Deprecated.  
static void removeLocal(java.lang.String jndiName)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvocation

public MethodInvocation(java.lang.reflect.Method m,
                        java.lang.Object[] args)
Deprecated. Unused, will be removed in the near future.


MethodInvocation

public MethodInvocation(java.lang.Object id,
                        java.lang.reflect.Method m,
                        java.lang.Object[] args)
Deprecated. Unused, will be removed in the near future.

Method Detail

getLocal

public static ContainerRemote getLocal(java.lang.String jndiName)
Deprecated. 

addLocal

public static void addLocal(java.lang.String jndiName,
                            ContainerRemote invoker)
Deprecated. 

removeLocal

public static void removeLocal(java.lang.String jndiName)
Deprecated. 

getId

public java.lang.Object getId()
Deprecated. 

getMethod

public java.lang.reflect.Method getMethod()
                                   throws java.lang.NoSuchMethodException,
                                          java.lang.ClassNotFoundException
Deprecated. 

getArguments

public java.lang.Object[] getArguments()
                                throws java.io.IOException,
                                       java.lang.ClassNotFoundException
Deprecated. 

calculateHash

public static int calculateHash(java.lang.reflect.Method method)
Deprecated. 

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object


Copyright © 2000 The JBoss Organization. All Rights Reserved.