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)
|
forbid
void forbid(java.lang.String shortcut,
java.lang.String condition)
throws InvalidAssociateDeclaration
- Throws:
InvalidAssociateDeclaration
addShortcut
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 2001-2007 INRIA All Rights Reserved.