jgroup.relacs.gmi
Class MethodDetails

java.lang.Object
  extended by jgroup.relacs.gmi.MethodDetails
All Implemented Interfaces:
java.io.Serializable

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

Since:
Jgroup 3.0
Author:
Hein Meling
See Also:
Serialized Form

Method Summary
 long getHash()
          Return the hash value associated to this method.
 MethodSemantics getInvocationSemantics()
          Return the invocation semantics associated with this method.
 java.lang.reflect.Method getMethod()
          Returns the actual method object associated with this method details object.
 java.lang.Object getServer()
          Return the server object associated to this method.
 java.lang.String toString()
          Returns a string representation of this method object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getHash

public long getHash()
Return the hash value associated to this method.


getServer

public java.lang.Object getServer()
Return the server object associated to this method. This method should only be used on the server-side.


getMethod

public java.lang.reflect.Method getMethod()
Returns the actual method object associated with this method details object. This method should only be used on the server-side.


getInvocationSemantics

public MethodSemantics getInvocationSemantics()
Return the invocation semantics associated with this method.


toString

public java.lang.String toString()
Returns a string representation of this method object.

Overrides:
toString in class java.lang.Object


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.