org.objectweb.proactive.ext.implicit
Interface Implicit

All Known Implementing Classes:
ImplicitService

public interface Implicit


Method Summary
 void addShortcut(java.lang.String shortcut, java.lang.String nameOfMethod, java.lang.String[] argumentsType)
          Creates a shortcut shortcut for the method of name nameOfMethod and parameters of types argumentsType.
 void forbid(java.lang.String shortcut, java.lang.String condition)
           
 

Method Detail

forbid

public void forbid(java.lang.String shortcut,
                   java.lang.String condition)
            throws InvalidAssociateDeclaration
InvalidAssociateDeclaration

addShortcut

public void addShortcut(java.lang.String shortcut,
                        java.lang.String nameOfMethod,
                        java.lang.String[] argumentsType)
Creates a shortcut shortcut for the method of name nameOfMethod and parameters of types argumentsType. This array is composed of the fully-qualified names of the types. Wrapping and unwrapping of the primitive types follows the same rule as in the Reflection API. For example, if a parameters is an int, its type should be declated as java.lang.Integer.



Copyright © April 2004 INRIA All Rights Reserved.