Uses of Class
jgroup.relacs.gmi.MethodSemantics

Packages that use MethodSemantics
jgroup.relacs.gmi   
 

Uses of MethodSemantics in jgroup.relacs.gmi
 

Methods in jgroup.relacs.gmi that return MethodSemantics
 MethodSemantics MethodDetails.getInvocationSemantics()
          Return the invocation semantics associated with this method.
static MethodSemantics MethodSemantics.valueOf(int ordinal)
          Returns the MethodSemantics object for the given ordinal.
static MethodSemantics MethodSemantics.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MethodSemantics[] MethodSemantics.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jgroup.relacs.gmi with parameters of type MethodSemantics
 void GroupRequestHandler.addProtocol(MethodSemantics semantics, ProtocolDispatcher protocol)
          Associate the given protocol with the given method invocation semantics as stored in the internal table of protocols.
 ProtocolDispatcher JeriEGMILayer.getProtocol(MethodSemantics semantics)
          Construct a ProtocolDispatcher instance for the given method invocation semantics.
 boolean GroupRequestHandler.hasProtocol(MethodSemantics semantics)
          Returns true if the given method semantics has registered its protocol instance.
 net.jini.jeri.OutboundRequestIterator GroupEndPoint.newCall(MethodSemantics semantics)
          Returns an OutboundRequestIterator to use to send remote call to the referenced remote object.
 



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