biz.hammurapi.rules
Interface Rule.AcceptInfo
- Enclosing class:
- Rule
public static interface Rule.AcceptInfo
Instances of this interface are passed to accept()
methods as second parameter. This parameter
can be used if one accept()
method is bound to several join()
methods or to
several join()
method's parameters.
- Author:
- Pavel Vlasov
parameterIndex
int parameterIndex()
- Returns:
- Parameter index in the target method.
targetMethod
java.lang.reflect.Method targetMethod()
- Returns:
- Target
join()
method.
Copyright © 2005 Hammurapi Group. All Rights Reserved.